Browse Source

2025-10-13

plm BM工序增加主键operationNo
master
fengyuan_yang 3 months ago
parent
commit
4d271aad83
  1. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

@ -201,6 +201,7 @@
type:'',
propertiesCodeNo:'',
fieldId:'',
operationNo: ''
},
type:'prepress',
ifDisableFlag:false,
@ -232,6 +233,9 @@
// }
//
this.searchData = JSON.parse(JSON.stringify(inData))
if (this.searchData.type === 'PackageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') {
this.searchData.operationNo = '0'
}
// if (this.searchData.ifDisableFlag) {
// this.ifDisableFlag = true
// }

Loading…
Cancel
Save