From f7cd35b266c9da677e622b965fae378cdd0e541c Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Wed, 21 May 2025 10:19:04 +0800
Subject: [PATCH] 20250521
---
.../production/shopOrderProductView.vue | 32 ++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue
index 4a9bba8..be3856f 100644
--- a/src/views/modules/production/shopOrderProductView.vue
+++ b/src/views/modules/production/shopOrderProductView.vue
@@ -4,6 +4,10 @@
+
+ 客户编码
+
+
@@ -111,7 +115,26 @@
serialNumber: null,
columnType: null,
align: 'left'
- }, {
+ },
+ {
+ tableId: "orderView",
+ tableName: this.$route.meta.title,
+ columnProp: "customerDesc",
+ columnLabel: "客户",
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ columnWidth: 80,
+ format: null,
+ functionId: this.$route.meta.menuId,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ serialNumber: null,
+ columnType: null,
+ align: 'left'
+ },
+ {
tableId: "orderView",
tableName: this.$route.meta.title,
columnProp: "orderNo",
@@ -347,6 +370,7 @@
startDate:'',
endDate:'',
closedFlag:'Y',
+ customerId:'',
},
}
},
@@ -373,6 +397,9 @@
if (val === 88) {
strVal = this.searchData.resourceId
}
+ if (val === 12) {
+ strVal = this.searchData.customerId
+ }
this.$refs.baseList.init(val, strVal)
})
},
@@ -389,6 +416,9 @@
if (this.tagNo === 88) {
this.searchData.resourceId = val.ResourceID
}
+ if (this.tagNo === 12) {
+ this.searchData.customerId = val.CustomerID
+ }
},
search () {