From efcc2e97beb8c3b05f422fe7efafa059447473de Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 01 八月 2024 17:23:58 +0800
Subject: [PATCH] 产品绑定工艺路线更新

---
 src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts b/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts
index 7543906..71679d6 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/WoRouteBinding.ts
@@ -4,7 +4,7 @@
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-07-24 17:08:10
+ * @LastEditTime: 2024-08-01 11:25:16
  */
 
 import { Ref, h, ref, render, unref } from 'vue';
@@ -196,6 +196,7 @@
             CAN_SKIP: res.Data.Items[0].CAN_SKIP,
             IS_INPUT: res.Data.Items[0].IS_INPUT,
             IS_OUTPUT: res.Data.Items[0].IS_OUTPUT,
+            ALLOW_DFT_IN: res.Data.Items[0].ALLOW_DFT_IN,
             REMARK: res.Data.Items[0].REMARK,
             WORK_ORDER: params['objParams'].value['CODE'],
             CUST_CODE: params['selectedNodes'].value[0].cust,
@@ -1095,6 +1096,27 @@
       },
     },
     {
+      field: 'ALLOW_DFT_IN',
+      label: '鏄惁鍏佽涓嶈壇鍝佽繘绔�',
+      required: true,
+      component: 'Select',
+      colProps: { span: 12 },
+      componentProps: {
+        options: [
+          {
+            label: '鏄�',
+            value: 'Y',
+            key: 'Y',
+          },
+          {
+            label: '鍚�',
+            value: 'N',
+            key: 'N',
+          },
+        ],
+      },
+    },
+    {
       field: 'REMARK',
       label: '澶囨敞',
       component: 'Input',

--
Gitblit v1.9.3