From e0043788e0fdbc7292a532e7eb7d2b33a9fa2d7e Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 12 九月 2024 08:53:32 +0800 Subject: [PATCH] 删除扫码枪多余代码,大理片添加指定工程 --- UI-Project/src/views/UnLoadGlass/loadmachinerack.vue | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue index c2c5ddc..e469c90 100644 --- a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue +++ b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue @@ -512,25 +512,34 @@ </el-dialog> <el-dialog v-model="dialogFormVisibleaDownGlasss" top="2vh" width="97%" :title="$t('浜哄伐涓嬬墖淇℃伅')"> <div style="display:flex;justify-content: space-around;"> - <el-card style="display: flex; justify-content: center; align-items: center; width:800px; height: 800px;"> + <el-card style="display: flex; justify-content: center; align-items: center; width:800px; height: 800px;position: relative;"> <div - :style="{ width: takeGlass.width + 'px', height: takeGlass.height + 'px', backgroundColor: '#e1f3d8', transform: 'scale(' + 800 / (takeGlass.width > takeGlass.height ? takeGlass.width : takeGlass.height) + ')' }"> - <div style="font-size: 50px; text-align: center;"> + :style="{ width: takeGlass.width + 'px', height: takeGlass.height + 'px', backgroundColor: '#e1f3d8', transform: 'scale(' + 800 / (takeGlass.width > takeGlass.height ? takeGlass.width : takeGlass.height) + ')' }"> + + </div> + <div style="font-size: 50px; text-align: center;position: absolute;top:0px;left:200px;"> + <div>浜哄伐涓嬬墖褰撳墠鐜荤拑淇℃伅</div> <div>{{ takeGlass.flowCardId }}</div> + <div>{{ takeGlass.layer }}</div> + <div>{{ takeGlass.glassId }}</div> <div>{{ takeGlass.width }}</div> <div>{{ takeGlass.height }}</div> </div> - </div> </el-card> - <el-card style="display: flex; justify-content: center; align-items: center; width: 800px; height: 800px;"> + <el-card style="display: flex; justify-content: center; align-items: center; width: 800px; height: 800px;position: relative;"> <div :style="{ width: scanGlass.width + 'px', height: scanGlass.height + 'px', backgroundColor: '#e1f3d8', transform: 'scale(' + 800 / (scanGlass.width > scanGlass.height ? scanGlass.width : scanGlass.height) + ')' }"> - <div style="font-size: 50px; text-align: center;"> + + </div> + <div style="font-size: 50px; text-align: center;position: absolute;top:0px;left:200px;"> + <div>鎵爜鏋綋鍓嶇幓鐠冧俊鎭�</div> <div>{{ scanGlass.flowCardId }}</div> + <div>{{ scanGlass.layer }}</div> + <div>{{ scanGlass.glassId }}</div> <div>{{ scanGlass.width }}</div> <div>{{ scanGlass.height }}</div> + </div> - </div> </el-card> </div> </el-dialog> -- Gitblit v1.8.0