From 0e46bb0cfc8b59ad5527f0b70c49f95aeac4bbbd Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 05 一月 2024 13:38:05 +0800 Subject: [PATCH] # 入库拣货功能添加 --- src/main/webapp/views/picking/picking.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/picking/picking.html b/src/main/webapp/views/picking/picking.html index 32f447f..c9a5cef 100644 --- a/src/main/webapp/views/picking/picking.html +++ b/src/main/webapp/views/picking/picking.html @@ -163,10 +163,10 @@ <table width="100%" style="border:0;border-bottom:#0C0C0C solid 2px; margin-bottom:20px;padding:0;overflow: hidden;font-size: xx-small;table-layout: fixed;"> <tr style="height: 25px;font-size: 15px;"> <td align="left" scope="col" colspan="1" style="width: 100px;"> - 鏂欏彿: + <!-- 鏂欏彿: -->鎵瑰彿 </td> <td> - {{this.matnr}} + <!-- {{this.matnr}} -->{{this.batch}} </td> <td align="left" scope="col" colspan="1" rowspan="4"> <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="100px"> @@ -174,10 +174,10 @@ </tr> <tr style="height: 25px;font-size: 15px;"> <td align="left" scope="col" colspan="1" style="width: 100px;"> - 鍟嗗搧鍚�: +<!-- 鍟嗗搧鍚�:-->鍖呭彿 </td> <td> - {{this.maktx}} +<!-- {{this.maktx}}--> {{this.barcode}} </td> </tr> <tr style="height: 25px; font-size: 15px;"> -- Gitblit v1.9.1