From 5fcfed0c9e6dac85f680c705c9b20abad79e1324 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 19 十二月 2023 17:33:05 +0800 Subject: [PATCH] modified: src/const/website.js new file: src/page/PackingLedgerDetails/index.vue modified: src/router/page/index.js modified: src/views/plan/manufacturingorder/index.vue modified: src/views/quality/Packaging_ledger/index.vue modified: vue.config.js --- src/views/plan/manufacturingorder/index.vue | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index d760c3e..3301064 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -199,7 +199,7 @@ </el-dialog> </basic-container> <!-- 鏍囩鎵撳嵃 --> - <el-dialog title="鏍囩鍒楄〃" :visible.sync="diaPrintTab" width="500px" top="5vh"> + <el-dialog title="鏍囩鍒楄〃" :visible.sync="diaPrintTab" width="28%" top="5vh"> <div style="width:100%;height: 400px;overflow-y: auto;"> <div class="dia_body"> <el-checkbox @@ -232,27 +232,29 @@ <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> </el-col> </el-row> --> - <div style="display: flex;"> + <div> + <el-row style="font-size: 14px;padding-left: 20px;"> + <el-col style="font-weight: bold;">{{ item.pName }}</el-col> + </el-row> + <div style="display: flex;"> <div> - <el-col :span="8" :offset="2"> + <el-col :span="8" :offset="4"> <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr> </el-col> </div> - <div style="margin-left: 20px;width: 100%;"> - <el-row > - <el-col style="font-weight: bold;"><span>鎵规鍙�: </span>{{ item.code.moNo2 }}</el-col> + <div style="margin-left: 50px;width: 100%;"> + <el-row style="margin-top: 10px;"> + <el-col style="font-weight: bold;font-size: 14px;"><span>鎵� 娆� 鍙�: </span>{{ item.code.moNo2 }}</el-col> </el-row> - <el-row style="margin-top: 5px;"> - <el-col style="font-weight: bold;"><span>璁㈠崟鍙�: </span>{{ item.orderNo }}</el-col> + <el-row style="margin-top: 9px;font-size: 14px;"> + <el-col style="font-weight: bold;"><span>璁� 鍗� 鍙�: </span>{{ item.orderNo }}</el-col> </el-row> - <el-row style="margin-top: 5px;"> + <el-row style="margin-top: 9px;font-size: 14px;"> <el-col style="font-weight: bold;"><span>瀹㈡埛鍚嶇О: </span>{{ item.cName }}</el-col> </el-row> - <el-row style="margin-top: 5px;"> - <el-col style="font-weight: bold;">{{ item.pName }}</el-col> - </el-row> </div> </div> + </div> </el-card> </el-checkbox-group> </div> -- Gitblit v1.9.3