From bc16d211c5a2b31f0e3127a102748806151eaecb Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 十二月 2023 16:23:19 +0800 Subject: [PATCH] modified: src/const/crud/customerOrder/customerOrderForm.js modified: src/views/plan/operationtask/operationtask-form.vue modified: src/views/product/workbench/operation-task-pane.vue modified: src/views/product/workbench/taskinfo-pane.vue modified: src/views/product/workbench/workReportCard.vue modified: src/views/quality/finishedProductInspection/finishedProduct-form.vue modified: src/views/quality/newReport/ReportForm.vue modified: src/views/quality/processInspect/processInspect-form.vue modified: src/views/quality/rawMaterial/rawMaterial-form.vue modified: src/views/quality/teststandard/standard-form.vue modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/warehouse/changestock/index.vue --- src/views/quality/Packaging_ledger/pack-fromadd.vue | 55 ++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 42 insertions(+), 13 deletions(-) diff --git a/src/views/quality/Packaging_ledger/pack-fromadd.vue b/src/views/quality/Packaging_ledger/pack-fromadd.vue index a720891..b280ee7 100644 --- a/src/views/quality/Packaging_ledger/pack-fromadd.vue +++ b/src/views/quality/Packaging_ledger/pack-fromadd.vue @@ -1,7 +1,7 @@ <template> <el-dialog width="60%" - title="鍙傛暟" + title="浜у搧搴撳瓨鏄庣粏" top="5vh" :visible.sync="innerVisible" :show="currshowlist" @@ -43,7 +43,6 @@ data() { return { datalist:[], - datalistid:"", ajaxFun: dataadd, currentRow: false, typeOptions: [], @@ -111,7 +110,43 @@ sort: true, isTrue: true, isSearch: true, - searchInfoType: 'datetimerange' + searchInfoType: 'text' + }, + { + minWidth: '120', + prop: 'outBatchNo', + label: '鎵规鍙�', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { + minWidth: '120', + prop: 'number', + label: '鏁伴噺', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { + minWidth: '120', + prop: 'locNo', + label: '搴撲綅缂栧彿', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { + minWidth: '120', + prop: 'locName', + label: '搴撲綅鍚嶇О', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' }, ], }, @@ -133,16 +168,10 @@ this.getParamType() }, methods: { - // 鑾峰彇鏁版嵁鍒楄〃 - getData() { - this.$refs.paramTable.getDataList() - }, - handleSelectionChange(val){ - let data = val - data.forEach(el => { - this.datalistid = el - }); - }, + // 鑾峰彇鏁版嵁鍒楄〃 + getData() { + this.$refs.paramTable.getDataList() + }, handleSelectionChange(val){ this.datalist = val }, -- Gitblit v1.9.3