From db0a48e90b1b56522ae324946ac4bf0f8d35f1ea Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Oct 2025 15:07:57 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-16=20=E9=87=87=E8=B4=AD=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E7=94=9F=E6=88=90=E6=9F=A5=E8=AF=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/print/PoPartPrint.vue | 37 ++++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/src/views/modules/print/PoPartPrint.vue b/src/views/modules/print/PoPartPrint.vue index ab49bb1..02c5702 100644 --- a/src/views/modules/print/PoPartPrint.vue +++ b/src/views/modules/print/PoPartPrint.vue @@ -4,25 +4,29 @@ - + - + - + + + + - + - + - @@ -30,13 +34,13 @@ style="width: 130px" v-model="searchData.endDate " value-format="yyyy-MM-dd" + clearable > Query {{'导出'}} - @@ -257,6 +261,7 @@ export default { searchData:{ site:this.$store.state.user.site, orderNo:'', + notifyNo: '', partNo:'', partDesc:'', poOrderNo:'', @@ -318,6 +323,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: this.functionId, + serialNumber: '670Table1NotifyNo', + tableId: "670Table1", + tableName: "采购检验合格单", + columnProp: "notifyNo", + headerAlign: "center", + align: "left", + columnLabel: "通知单号", + columnWidth: '120', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 1, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: this.functionId, @@ -327,7 +350,7 @@ export default { columnProp: "orderNo", headerAlign: "center", align: "left", - columnLabel: "通知单号", + columnLabel: "检验单号", columnWidth: '120', columnHidden: false, columnImage: false,