From 16257dd099d9811fb5caf78047ffc2425c401e0e Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 05 八月 2024 03:11:20 +0800 Subject: [PATCH] 工单工艺路线更新 --- src/views/tigerprojects/mes/eng/route/components/FormProps.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/tigerprojects/mes/eng/route/components/FormProps.vue b/src/views/tigerprojects/mes/eng/route/components/FormProps.vue index 681358d..56479c2 100644 --- a/src/views/tigerprojects/mes/eng/route/components/FormProps.vue +++ b/src/views/tigerprojects/mes/eng/route/components/FormProps.vue @@ -1,4 +1,12 @@ <!-- + * @Description: file content + * @Author: Ben Lin + * @version: + * @Date: 2024-06-18 15:09:48 + * @LastEditors: Ben Lin + * @LastEditTime: 2024-08-04 22:14:54 +--> +<!-- * @Description: 鍙充晶灞炴�ч潰鏉挎帶浠� 琛ㄥ崟灞炴�ч潰鏉� --> <template> @@ -28,7 +36,7 @@ v-model:value="mesRoute.ROT_TYPE" style="width: 120px" :options="options2" - :readonly="true" + :disabled="true" /> </FormItem> <FormItem label="宸ヨ壓璺嚎鐗堟湰" name="宸ヨ壓璺嚎鐗堟湰"> @@ -46,7 +54,7 @@ v-model:value="mesRoute.IS_ACTIVE" style="width: 120px" :options="options1" - :readonly="true" + :disabled="true" /> </FormItem> </Form> @@ -58,7 +66,7 @@ import { ref } from 'vue'; import { GetEnum } from '/@/api/tigerapi/system'; - const { mesRoute } = useRouteDesignState(); + const { routeConfig, mesRoute } = useRouteDesignState(); const options1 = ref<any>([ { value: 'Y', -- Gitblit v1.9.3