From c50aa7a3ca54b8b4b9ae419b18e4ab0a01018737 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 05 十二月 2023 18:43:41 +0800 Subject: [PATCH] 修复bug --- src/views/plan/manufacturingorder/index.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index 9cd676f..9d42d58 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -464,6 +464,15 @@ isSearch: true, searchInfoType: 'text' }, + { + minWidth: '120', + prop: 'scrapQty', + label: '鎶ュ簾鏁伴噺', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, { minWidth: '120', prop: 'remark', -- Gitblit v1.9.3