From d34ea2a9fc2334d2bf7383cb64562f301ffbda84 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 17 4月 2025 13:09:07 +0800 Subject: [PATCH] 包中只有一块板时,认定为 不齐包 【Editby shaocx,2025-04-01】 --- LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/wmsRbLineRunMode/component/editDialog.vue | 25 ++----------------------- 1 files changed, 2 insertions(+), 23 deletions(-) diff --git a/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/wmsRbLineRunMode/component/editDialog.vue b/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/wmsRbLineRunMode/component/editDialog.vue index 064d24c..2414a5a 100644 --- a/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/wmsRbLineRunMode/component/editDialog.vue +++ b/LA24030_LuLiPackageLine_Web/src/views/main/WmsOrder/wmsRbLineRunMode/component/editDialog.vue @@ -13,8 +13,8 @@ <el-input v-model="ruleForm.id" /> </el-form-item> <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> - <el-form-item label="BZ01澶勭悊鐨勬澘浠�" prop="uPI"> - <el-input v-model="ruleForm.uPI" placeholder="璇疯緭鍏Z01澶勭悊鐨勬澘浠�" maxlength="50" show-word-limit clearable /> + <el-form-item label="BZ01澶勭悊鐨勬澘浠�" prop="upi"> + <el-input v-model="ruleForm.upi" placeholder="璇疯緭鍏Z01澶勭悊鐨勬澘浠�" maxlength="50" show-word-limit clearable /> </el-form-item> @@ -46,27 +46,6 @@ <el-option v-for="(item,index) in getEnumLineRunModeData" :key="index" :value="item.value" :label="`${item.describe}`"></el-option> </el-select> - - </el-form-item> - - </el-col> - <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> - <el-form-item label="杩愯妯″紡鍚嶇О" prop="lineRunModeName"> - <el-input v-model="ruleForm.lineRunModeName" placeholder="璇疯緭鍏ヨ繍琛屾ā寮忓悕绉�" maxlength="50" show-word-limit clearable /> - - </el-form-item> - - </el-col> - <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> - <el-form-item label="涓婁竴娆$爜鍨涙澘浠�" prop="palletizingUPI"> - <el-input v-model="ruleForm.palletizingUPI" placeholder="璇疯緭鍏ヤ笂涓�娆$爜鍨涙澘浠�" maxlength="50" show-word-limit clearable /> - - </el-form-item> - - </el-col> - <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> - <el-form-item label="涓婁竴娆$爜鍨涚珯鐐�" prop="palletizingStation"> - <el-input-number v-model="ruleForm.palletizingStation" placeholder="璇疯緭鍏ヤ笂涓�娆$爜鍨涚珯鐐�" clearable /> </el-form-item> -- Gitblit v1.9.3