From 7815d256ec9817bf80f552e9da26b22534144fc0 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 20 十二月 2023 15:15:51 +0800 Subject: [PATCH] modified: src/views/plan/manufacturingorder/index.vue modified: vue.config.js --- src/views/plan/manufacturingorder/index.vue | 27 ++++++++++++++++++++++++--- vue.config.js | 7 +------ 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue index 3301064..bac33c6 100644 --- a/src/views/plan/manufacturingorder/index.vue +++ b/src/views/plan/manufacturingorder/index.vue @@ -236,7 +236,7 @@ <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 style="display: flex;"> <div> <el-col :span="8" :offset="4"> <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr> @@ -267,7 +267,7 @@ <div class="el-dialog__body" style="width:448.8px;overflow-y: auto;position: absolute;top:9999px;margin-top: 0;"> <div id="printMOrder"> <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="margin-top-top:0px;margin-bottom:10px;font-size: 16px !important;"> - <el-row style="font-size:12px;"> + <!-- <el-row style="font-size:12px;"> <el-col :span="10" :offset="3">鎵规鍙�</el-col> <el-col :span="10" style="font-weight: bold;">{{ item.code.moNo2 }}</el-col> </el-row> @@ -288,7 +288,28 @@ <el-col :span="10"> <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> </el-col> - </el-row> + </el-row> --> + <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="4"> + <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr> + </el-col> + </div> + <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: 9px;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-col style="font-weight: bold;"><span>瀹㈡埛鍚嶇О: </span>{{ item.cName }}</el-col> + </el-row> + </div> + </div> </el-card> </div> </div> diff --git a/vue.config.js b/vue.config.js index f4ccb89..ae3e477 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,13 +4,8 @@ */ -// const url = 'http://192.168.2.7:9999' +const url = 'http://192.168.2.7:9999' // const url = 'http://192.168.32.45:9999' -// const url = 'http://192.168.2.7:9999' -// const url = 'http://192.168.32.45:9999' -//const url = 'http://192.168.2.7:9999' -//const url = 'http://192.168.32.45:9999' -// const url = 'http://192.168.0.23:9999' // const url = 'http://localhost:9999' -- Gitblit v1.9.3