diff --git a/src/views/modules/orderIssure/soIssueNotify/searchOvertimeMaterialList.vue b/src/views/modules/orderIssure/soIssueNotify/searchOvertimeMaterialList.vue
index 199136b..17df698 100644
--- a/src/views/modules/orderIssure/soIssueNotify/searchOvertimeMaterialList.vue
+++ b/src/views/modules/orderIssure/soIssueNotify/searchOvertimeMaterialList.vue
@@ -48,6 +48,9 @@
+
+
+
@@ -153,9 +156,9 @@ export default {
userName: '',
componentPartNo: '',
partDesc: '',
- status: '已下达', // 默认:已下达
- confirmStatus: '未确认', // 未确认
- timeoutReason: '', // 配料状态:全部
+ status: '', // 默认:已下达
+ confirmStatus: '', // 未确认
+ timeoutReason: 'isemtpy', // 配料状态:全部
workShopList: [],
startDate: this.dayjs().subtract(7, 'day').format('YYYY-MM-DD'), // 默认:当前日期往前一周
endDate: this.dayjs().format('YYYY-MM-DD'),
@@ -174,6 +177,8 @@ export default {
{ label: '仓库缺料', value: '仓库缺料' },
{ label: '正在配料', value: '正在配料' },
{ label: '待检中', value: '待检中' },
+ { label: '产线申请过多', value: '产线申请过多' },
+ { label: '产线取消', value: '产线取消' },
],
columnList1: [
{