|
@@ -24,12 +24,12 @@
|
|
|
</a-col>
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="检定结果">
|
|
|
- <j-dict-select-tag placeholder="请选择检定结果" v-model="queryParam.submissionResult" dictCode="device_verification_result"/>
|
|
|
+ <j-dict-select-tag placeholder="请选择检定结果" allowClear v-model="queryParam.submissionResult" dictCode="device_verification_result"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="送检状态">
|
|
|
- <j-dict-select-tag placeholder="请选择送检状态" v-model="queryParam.submissionStatus" dictCode="submission_status"/>
|
|
|
+ <j-dict-select-tag placeholder="请选择送检状态" allowClear v-model="queryParam.submissionStatus" dictCode="submission_status"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
@@ -233,10 +233,6 @@ export default {
|
|
|
})
|
|
|
this.formModel.uploadFileList = b.join(',')
|
|
|
})
|
|
|
- // // 获取设备送检列表
|
|
|
- // getAction(this.url.deviceData, {cmmsSubmissionId:cmmsSubmissionId}).then((res) => {
|
|
|
- // this.formModel.submissionEquipmentList = res.result
|
|
|
- // })
|
|
|
// 获取设备下拉列表
|
|
|
getAction(this.url.deviceList, {cmmsSubmissionId:cmmsSubmissionId}).then((res) => {
|
|
|
this.deviceOption = res.result.map((res) => {
|
|
@@ -287,7 +283,7 @@ export default {
|
|
|
}else{
|
|
|
this.formModel.uploadFileList = []
|
|
|
}
|
|
|
- // console.log("this.formModel.submissionEquipmentList",this.formModel.submissionEquipmentList)
|
|
|
+ this.formModel.id = this.csId
|
|
|
console.log(this.formModel)
|
|
|
httpAction(httpurl,this.formModel,method).then((res)=>{
|
|
|
if(res.success){
|