From 29028620d8dc1dcfaad7b14b72b5021645a067bf Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 29 Apr 2026 16:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- src/views/basicData/components/inventory.vue | 19 ++++---- .../otherIssuing/index.vue | 20 ++++---- .../otherIssuing/otherIssuingDailog.vue | 15 +++--- .../components/mold/addMoldDailog.vue | 6 +-- .../components/mold/detailsInfoDialog.vue | 8 ++-- .../components/mold/moldRequire.vue | 46 +++++++++---------- .../materialExpiration/matureSubmission.vue | 1 + .../warehouseManagement/teamRequest/index.vue | 2 +- 8 files changed, 62 insertions(+), 55 deletions(-) diff --git a/src/views/basicData/components/inventory.vue b/src/views/basicData/components/inventory.vue index 8e8b2a15..dfb9da1a 100644 --- a/src/views/basicData/components/inventory.vue +++ b/src/views/basicData/components/inventory.vue @@ -91,7 +91,7 @@ export default { searchShowBtn: false, showOverflowTooltip: true, searchLabelPosition: 'left', - searchLabelWidth:'auto', + searchLabelWidth: 'auto', searchGutter: 24, searchSpan: 6, menuAlign: 'left', @@ -145,6 +145,7 @@ export default { span: 12, overflow: true, search: true, + type: 'select', }, { label: '物料名称', @@ -257,18 +258,20 @@ export default { } }, onLoad() { - this.loading = true + this.loading = true; getLocationList({ current: this.page.currentPage, size: this.page.pageSize, ...this.query, - }).then(res => { - this.loading = false - this.data = res.data.data.records; - this.page.total = res.data.data.total; - }).catch(err => { - this.loading = false }) + .then(res => { + this.loading = false; + this.data = res.data.data.records; + this.page.total = res.data.data.total; + }) + .catch(err => { + this.loading = false; + }); }, }, }; diff --git a/src/views/inboundOutboundManagement/otherIssuing/index.vue b/src/views/inboundOutboundManagement/otherIssuing/index.vue index b32cce9d..209bcd0d 100644 --- a/src/views/inboundOutboundManagement/otherIssuing/index.vue +++ b/src/views/inboundOutboundManagement/otherIssuing/index.vue @@ -323,16 +323,16 @@ export default { // }, ], }, - { - label: '审批意见', - prop: 'approvalOpinion', - search: false, - sortable: true, - filter: true, - span: 12, - display: false, - width: 180, - }, + // { + // label: '审批意见', + // prop: 'approvalOpinion', + // search: false, + // sortable: true, + // filter: true, + // span: 12, + // display: false, + // width: 180, + // }, { label: '审批人', prop: 'approverName', diff --git a/src/views/inboundOutboundManagement/otherIssuing/otherIssuingDailog.vue b/src/views/inboundOutboundManagement/otherIssuing/otherIssuingDailog.vue index 955a5b3d..72b14d5a 100644 --- a/src/views/inboundOutboundManagement/otherIssuing/otherIssuingDailog.vue +++ b/src/views/inboundOutboundManagement/otherIssuing/otherIssuingDailog.vue @@ -204,7 +204,8 @@ -