From f849afc378a7a33db97b90041d8df6f1b9cc6114 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期一, 15 九月 2025 15:37:30 +0800 Subject: [PATCH] 设备/工艺点检表单增加批量正常选择 --- src/views/lsw/modules/LswMaterialInventoryForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/lsw/modules/LswMaterialInventoryForm.vue b/src/views/lsw/modules/LswMaterialInventoryForm.vue index 79637ba..ddc905e 100644 --- a/src/views/lsw/modules/LswMaterialInventoryForm.vue +++ b/src/views/lsw/modules/LswMaterialInventoryForm.vue @@ -20,7 +20,7 @@ </a-col> <a-col :span="12"> <a-form-model-item label="鏁伴噺" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="quantity"> - <a-input v-model="model.quantity" placeholder="璇疯緭鍏ユ暟閲�" ></a-input> + <a-input-number v-model="model.quantity" placeholder="璇疯緭鍏ユ暟閲�" ></a-input-number> </a-form-model-item> </a-col> <a-col :span="12"> -- Gitblit v1.9.3