| | |
| | | <div class="DWidth DAlign DHold"> |
| | | 物品性质 |
| | | </div> |
| | | <div class="el-border-left" style="width: 15%"> |
| | | <el-form-item style="width: 98%;padding-left:20px;margin:0;"> |
| | | <div class="el-border-left" style="width: 98%"> |
| | | <el-form-item style="width: 20%;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> |
| | |
| | | } |
| | | } |
| | | // console.log(this.dataForm, "this.dataForm") |
| | | console.log(this.dataForm,"getInfo this.dataForm") |
| | | }, |
| | | async print(){ |
| | | var params = qs.stringify({ |
| | |
| | | }, |
| | | // 表单提交 |
| | | async formSubmit() { |
| | | console.log(this.dataForm, ' this.dataForm') |
| | | console.log(this.dataForm, 'formSubmit this.dataForm') |
| | | if(this.dataForm.softwareTestOrder.testType1){ |
| | | this.dataForm.softwareTestOrder.testType1=this.dataForm.softwareTestOrder.testType1.join(',') |
| | | } |