From 4963aa4888fc1bcfa6de0c392ee26a134a460cfe Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 05 六月 2024 14:55:43 +0800 Subject: [PATCH] 货盘运输移库数量预填写 --- src/views/plan/manufacturingorder/index.vue | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index fd28335..94c4bfd 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -100,14 +100,14 @@ >鍒锋柊ifs杞﹂棿璁㈠崟鍙� </el-button> --> - <el-button + <!-- <el-button v-if="permissions.manufacturingorder_export" @click="exportExcel" type="primary" style="margin-left:10px;" :loading="loadingExcel" >瀵煎嚭 - </el-button> + </el-button> --> <el-button v-if="permissions.manufacturingorder_label_print" @click="labelPrint" @@ -223,14 +223,17 @@ </el-col> </div> <div style="margin-left: 50px;width: 100%;"> - <el-row style="margin-top: 10px;"> + <el-row> <el-col style="font-weight: bold;font-size: 14px;"><span>鎵� 娆� 鍙�: </span>{{ item.code.moNo2 }}</el-col> </el-row> - <el-row style="margin-top: 9px;font-size: 14px;"> + <el-row style="margin-top: 6px;font-size: 14px;"> <el-col style="font-weight: bold;"><span>璁� 鍗� 鍙�: </span>{{ item.orderNo }}</el-col> </el-row> - <el-row style="margin-top: 9px;font-size: 14px;"> + <el-row style="margin-top: 6px;font-size: 14px;"> <el-col style="font-weight: bold;"><span>瀹㈡埛鍚嶇О: </span>{{ item.cName }}</el-col> + </el-row> + <el-row style="margin-top: 6px;font-size: 14px;"> + <el-col style="font-weight: bold;"><span>闆� 浠� 鍙�: </span>{{ item.partNo }}</el-col> </el-row> </div> </div> @@ -1135,6 +1138,7 @@ } let no = (i+"").padStart(3,'0') obj.code.moNo2 = data.moNo + no + obj.partNo = data.partNo this.qrData.push(obj) } } -- Gitblit v1.9.3