From 7b40ccf7afca3382a84fc2905078cec44aa5de7d Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 31 七月 2025 16:51:32 +0800 Subject: [PATCH] art: 第三方接口查询提交 --- src/views/mes/modules/MesProductionWorkOrderForm.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/views/mes/modules/MesProductionWorkOrderForm.vue b/src/views/mes/modules/MesProductionWorkOrderForm.vue index 54298b7..76de965 100644 --- a/src/views/mes/modules/MesProductionWorkOrderForm.vue +++ b/src/views/mes/modules/MesProductionWorkOrderForm.vue @@ -4,11 +4,6 @@ <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail"> <a-row> <a-col :span="12"> - <a-form-model-item label="鍒犻櫎鏍囪" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="delFlag"> - <a-input-number v-model="model.delFlag" placeholder="璇疯緭鍏ュ垹闄ゆ爣璁�" style="width: 100%" /> - </a-form-model-item> - </a-col> - <a-col :span="12"> <a-form-model-item label="宸ュ崟鍙�(浠诲姟鍙�)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="workOrderCode"> <a-input v-model="model.workOrderCode" placeholder="璇疯緭鍏ュ伐鍗曞彿(浠诲姟鍙�)" ></a-input> </a-form-model-item> @@ -166,7 +161,7 @@ that.confirmLoading = false; }) } - + }) }, } -- Gitblit v1.9.3