From 1b419ccf217dbcace15987f1c0fe26b9e15d1d4b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 16 十月 2024 10:26:56 +0800 Subject: [PATCH] 工艺绑定优化 --- src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts b/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts index 7d116a4..18445b3 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BIZ_MES_WO.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin - * @LastEditTime: 2024-09-21 23:19:58 + * @LastEditTime: 2024-10-13 23:21:24 */ import { Ref, h, ref, render, unref } from 'vue'; @@ -348,6 +348,7 @@ ACT_END_TIME: wo.ACT_END_TIME, BATCH_NO: '', }, + IfToCust: form.IfToCust }; SaveMesBatchWo(input).then((action) => { resolve(action); @@ -476,6 +477,16 @@ valueField: 'LINE_CODE', }, }, + { + field: 'IfToCust', + component: 'Switch', + label: '鏄惁淇濆瓨宸ヨ壓璺嚎鍒板鎴�', + defaultValue: true, + colProps: { + span: 8, + }, + labelWidth: 200, + }, // { // label: '宸ヨ壓璺嚎', // field: 'ROUTE_CODE', -- Gitblit v1.9.3