| | |
| | | <div class="el-border-left" style="width: 98%"> |
| | | <el-form-item style="width: 20%;padding-left:5%;margin-bottom: 0"> |
| | | <zt-dict v-model="dataForm.softwareTestOrder.testBasis" :radio="true" dict="test_basis" |
| | | clearable :inputName="dataForm.softwareTestOrder.otherBasis"></zt-dict> |
| | | clearable :inputName="dataForm.softwareTestOrder.otherBasis" origin="otherBasis" @getChangeInputData="getChangeInputData"></zt-dict> |
| | | </el-form-item> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="el-border-left" style="width: 98%"> |
| | | <el-form-item style="width: 20%;padding-left:5%;margin-bottom: 0"> |
| | | <zt-dict v-model="dataForm.softwareTestOrder.testStandard" :radio="true" |
| | | origin="otherStandard" @getChangeInputData="getChangeInputData" |
| | | dict="test_standard" :inputName="dataForm.softwareTestOrder.otherStandard"> |
| | | </zt-dict> |
| | | </el-form-item> |
| | |
| | | <div class="el-border-left" style="width: 98%;"> |
| | | <el-form-item label="是否盖CNAS章" label-width="130px" style="padding-left:5%;margin-bottom:0"> |
| | | <zt-dict v-model="dataForm.softwareTestOrder.otherRequire" :radio="true" |
| | | dict="other_require"></zt-dict> |
| | | dict="is_or_not"></zt-dict> |
| | | <span>其他:<el-input class="requireOther" v-model="dataForm.softwareTestOrder.requireOther"></el-input></span> |
| | | </el-form-item> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="" style="width: 100%;"> |
| | | <div class="el-flex " style="height: 40px"> |
| | | <div style="width: 60%"> |
| | | <!-- <span>{{ dataForm.softwareTestOrder.entrustSign }}</span>--> |
| | | <zt-select v-model="dataForm.softwareTestOrder.entrustSign" url="/sys/userEx/getUsersList" :multiple="true" :clearable="true" placeholder="委托方人员"/> |
| | | <span>{{ dataForm.softwareTestOrder.entrustSign }}</span> |
| | | <!-- <zt-select v-model="dataForm.softwareTestOrder.entrustSign" url="/sys/userEx/getUsersList" :multiple="true" :clearable="true" placeholder="委托方人员"/>--> |
| | | </div> |
| | | <div class="el-flex" style="margin-left: 10%"> |
| | | <el-date-picker |
| | |
| | | <div class="el-border-left" style="width: 15%"> |
| | | <el-form-item style="width: 98%;padding-left:20px;margin:0;"> |
| | | <zt-dict v-model="dataForm.softwareTestOrder.articleNature" :radio="true" |
| | | origin="otherNature" @getChangeInputData="getChangeInputData" |
| | | dict="article_nature" :inputName="dataForm.softwareTestOrder.otherNature"></zt-dict> |
| | | </el-form-item> |
| | | </div> |
| | |
| | | // this.inputName='q14eeff' |
| | | // } |
| | | // }, |
| | | getChangeInputData(data,ogn){ |
| | | // console.log(ogn) |
| | | this.$set(this.dataForm.softwareTestOrder, ogn, data); |
| | | console.log(this.dataForm.softwareTestOrder[ogn]); |
| | | // console.log(this.dataForm.softwareTestOrder[ogn]) |
| | | }, |
| | | handleCellClick(row, column) { |
| | | this.editingCell = {row, column} |
| | | this.$nextTick(() => { |
| | |
| | | .test-type-line-height>.el-form-item>.el-form-item__content{ |
| | | line-height: 30px; |
| | | } |
| | | .requireOther.el-input{ |
| | | position: absolute; |
| | | } |
| | | </style> |