From ba15d76ff0ec80ee759913511158d4333f6e6c59 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期五, 29 八月 2025 18:21:22 +0800 Subject: [PATCH] 日常业务问题修改、工具参数查询增加 --- src/views/tms/modules/WarehouseForm.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/tms/modules/WarehouseForm.vue b/src/views/tms/modules/WarehouseForm.vue index 73fc95c..dc2e44b 100644 --- a/src/views/tms/modules/WarehouseForm.vue +++ b/src/views/tms/modules/WarehouseForm.vue @@ -24,10 +24,10 @@ </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="鍙跺瓙鑺傜偣鏍囪瘑" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="leafFlag"> - <a-radio-group :disabled="leafDisableFlag" v-model="model.leafFlag" placeholder="璇烽�夋嫨鏄惁鍙跺瓙鑺傜偣"> - <a-radio :value="'2'">鏈夊瓙鑺傜偣</a-radio> - <a-radio :value="'1'">鏄彾瀛愯妭鐐�</a-radio> + <a-form-model-item label="鏄惁鏈変笅绾у垎绫�" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="leafFlag"> + <a-radio-group :disabled="leafDisableFlag" v-model="model.leafFlag" placeholder="璇烽�夋嫨鏄惁鏈変笅绾у垎绫�"> + <a-radio :value="'2'">鏄�</a-radio> + <a-radio :value="'1'">鍚�</a-radio> </a-radio-group> </a-form-model-item> </a-col> @@ -90,7 +90,7 @@ { required: true, message: '璇疯緭鍏ョ埗鑺傜偣缂栧彿!'}, ], leafFlag: [ - { required: true, message: '璇疯緭鍏ユ槸鍚﹀彾瀛愯妭鐐�!'}, + { required: true, message: '璇疯緭鍏ユ槸鍚︽湁涓嬬骇鍒嗙被!'}, ], seq: [ { validator: (rule, value, callback) => { -- Gitblit v1.9.3