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/BAS_LABEL_TEMP.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts index 3bd9e58..cd589bf 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin - * @LastEditTime: 2024-08-04 00:44:17 + * @LastEditTime: 2024-08-20 15:03:44 */ import { DeleteLabelTemplate } from '/@/api/tigerapi/mes/label'; @@ -100,7 +100,7 @@ */ CustFunc: (param: CustModalParams) => { const webSocketStore = useWebSocketStore(); - if (webSocketStore.GetSocketState == 1) { + if (webSocketStore.GetSocketState == 1 && param.values['TEMP_TYPE'] == 0) { webSocketStore.sendMessage( `wsSubStrings ${param.values['ID']}_#_${param.values['TEMP_PATH']}`, ); @@ -175,6 +175,7 @@ Title: `缂栬緫妯℃澘${params['record']['LABEL_CODE']}鐨勫彉閲廯, pCode: 'LABEL_CODE', IsID: true, + ifSave: false, colSlots: params['colSlots'].value, //['BAS_LABEL_VAR1add', 'BAS_LABEL_VAR2add'], colSlotsInHigh: ['BAS_LABEL_VAR1add', 'BAS_LABEL_VAR2add'], drawers: [ -- Gitblit v1.9.3