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 () {