diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index 0b1c896..9397aa3 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -112,15 +112,15 @@ - - - 供应商编码: - - - - - - + + + + + + + + + @@ -799,20 +799,20 @@ trigger: 'change' } ], - supplierNoType:[ - { - required: true, - message: ' ', - trigger: 'change' - } - ], - supplierDescType:[ - { - required: true, - message: ' ', - trigger: 'change' - } - ], + // supplierNoType:[ + // { + // required: true, + // message: ' ', + // trigger: 'change' + // } + // ], + // supplierDescType:[ + // { + // required: true, + // message: ' ', + // trigger: 'change' + // } + // ], // operationType:[ // { // required: true, @@ -953,12 +953,8 @@ strVal = this.tempProgrammeRow.samplingProgrammeNo this.$refs.baseList.init(val, strVal) } - if (val === 1054) { - strVal = this.modalData.resourceId - this.$refs.baseList.init(val, strVal) - } - if (val === 1055) { - strVal = this.modalData.operation + if (val === 1056) { + strVal = this.modalData.supplierNo this.$refs.baseList.init(val, strVal) } }) @@ -977,12 +973,9 @@ this.tempProgrammeRow.samplingProgrammeNo = val.sampling_programme_no this.tempProgrammeRow.samplingProgrammeDesc = val.sampling_programme_desc } - if (this.tagNo === 1054) { - this.modalData.resourceId = val.resource_id - this.modalData.resourceDesc = val.resource_desc - } - if (this.tagNo === 1055) { - this.modalData.operation = val.operation_desc + if (this.tagNo === 1056) { + this.modalData.supplierNo = val.supplier_id + this.modalData.supplierDesc = val.supplier_name } }, // 获取数据列表