From efff7d83f9c3d4424dc271ab5f651d6d7605cda1 Mon Sep 17 00:00:00 2001 From: xielue Date: Sat, 16 Sep 2023 09:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=85=B7=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Middle/Mold/MoldOrder/Edit.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Middle/Mold/MoldOrder/Edit.vue b/src/pages/Middle/Mold/MoldOrder/Edit.vue index fbfc1e5..bb4e4d7 100644 --- a/src/pages/Middle/Mold/MoldOrder/Edit.vue +++ b/src/pages/Middle/Mold/MoldOrder/Edit.vue @@ -8,7 +8,7 @@ - 保存 + 保存 审批 弃审 @@ -416,7 +416,8 @@ export default { { field: 'mold_id', type: 'bigint' }, { field: 'mold_master_uid', type: 'bigint' }, { field: 'manufacture_cycle', type: 'timestamp' }, - + { field: 'product_structure_uid', type: 'bigint' }, + { field: 'mold_structure_uid', type: 'bigint' }, { field: 'create_uid', type: 'bigint' } ] });