diff --git a/src/views/modules/lab/labRecord.vue b/src/views/modules/lab/labRecord.vue index 78f62b0..c0ce5aa 100644 --- a/src/views/modules/lab/labRecord.vue +++ b/src/views/modules/lab/labRecord.vue @@ -2365,6 +2365,7 @@ export default { if (val === 102) { if (type === 1) { strVal = this.modalData.customerId + conSql = " order by Customer_no " } } if (val === 103) { diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index e2e4120..5d6a293 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -3569,6 +3569,7 @@ export default { if (val === 102) { if (type === 1) { strVal = this.modalData.customerNo + conSql = " order by Customer_no " } } // if (val === 103) { diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 0df9451..b8f71e4 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -3305,6 +3305,7 @@ export default { if (val === 102) { if (type === 1) { strVal = this.modalData.customerNo + conSql = " order by Customer_no " } } if (val === 103) { diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue index 197e617..690d88b 100644 --- a/src/views/modules/quote/index.vue +++ b/src/views/modules/quote/index.vue @@ -1249,6 +1249,7 @@ export default { let conSql = '' if (val === 102) { strVal = this.saveQuote.customerNo + conSql = " order by Customer_no " } if (val === 104) { strVal = this.saveQuote.projectNo diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue index fd8da7a..542f317 100644 --- a/src/views/modules/rohs/rohsRecord.vue +++ b/src/views/modules/rohs/rohsRecord.vue @@ -3078,6 +3078,7 @@ export default { if (val === 102) { if (type === 1) { strVal = this.modalData.endCustomer + conSql = " order by Customer_no " } } if (val === 103 || val === 2001 || val === 2054) { diff --git a/src/views/modules/sampleManagement/com_technical-add-or-update.vue b/src/views/modules/sampleManagement/com_technical-add-or-update.vue index f13850c..15dd79a 100644 --- a/src/views/modules/sampleManagement/com_technical-add-or-update.vue +++ b/src/views/modules/sampleManagement/com_technical-add-or-update.vue @@ -705,6 +705,7 @@ this.tagNo1 = type this.$nextTick(() => { let strVal = '' + let conSql = '' if (val === 134) { if(type==1) { if(this.dataForm.id!=0){ @@ -723,6 +724,7 @@ if(type==3) { strVal = this.proofingSearch.finalCustomerId } + conSql = " order by Customer_no " } if (val === 104) { if(type==2) { @@ -744,7 +746,7 @@ strVal = this.dataForm.priority } } - this.$refs.baseList.init(val, strVal) + this.$refs.baseList.init(val, strVal, conSql) }) }, /* 列表方法的回调 */ diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 8b46666..a96a547 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -1304,6 +1304,7 @@ this.tagNo1 = type this.$nextTick(() => { let strVal = '' + let conSql = '' if (val === 1013) { if(type==1) { strVal = this.dataForm.partType @@ -1318,8 +1319,9 @@ if(type==1) { strVal = this.searchData.customerDesc } + conSql = " order by Customer_no " } - this.$refs.baseList.init(val, strVal) + this.$refs.baseList.init(val, strVal, conSql) }) }, diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue index 040fe29..740923e 100644 --- a/src/views/modules/test/requestForTest.vue +++ b/src/views/modules/test/requestForTest.vue @@ -3508,6 +3508,7 @@ export default { if (type === 1) { strVal = this.modalData.customerNo } + conSql = " order by Customer_no " } // if (val === 103) { // if(type === 1) {