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 @@ -