src/views/plan/customerorder/index.vue
@@ -658,7 +658,18 @@ minWidth: '140', width: '120', prop: 'deliveryDate', label: '交货时间', label: '计划交货时间', sort: true, isTrue: true, isSearch: true, searchInfoType: 'datetimerange', formatter: this.formatDutyDate }, { minWidth: '140', width: '120', prop: 'wantedDeliveryDate', label: '客户期望交货时间', sort: true, isTrue: true, isSearch: true, @@ -841,7 +852,7 @@ } if (this.permissions.customerorder_submit_oa) { this.table.toolbar.push({ text: '提交审核', text: '提交OA审核', type: 'primary', fun: this.auditCustomerOrder, disabled: false,