diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue index 0c29af4..f900644 100644 --- a/src/views/modules/production/shopOrderProductView.vue +++ b/src/views/modules/production/shopOrderProductView.vue @@ -162,6 +162,23 @@ serialNumber: null, columnType: null, align: 'right' + }, { + tableId: "orderView", + tableName: this.$route.meta.title, + columnProp: "needDate", + columnLabel: "要求完成日期", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 60, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'center' }, { tableId: "orderView", tableName: this.$route.meta.title,