From f6513ffa7e2efe2a4dc81626c7aab9cf643f8f41 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 14 三月 2024 10:14:28 +0800
Subject: [PATCH] 1.增加牌号作为唯一物料条件 (当前牌号 批号 包号可以筛选出唯一物料) 2.增加移库接口 3.订单出库可替换物料 4.页面ui完善

---
 src/main/webapp/views/picking/picking.html |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/picking/picking.html b/src/main/webapp/views/picking/picking.html
index 32f447f..2009633 100644
--- a/src/main/webapp/views/picking/picking.html
+++ b/src/main/webapp/views/picking/picking.html
@@ -80,6 +80,11 @@
 -->
 </script>
 
+<!-- 鏄庣粏琛ㄦ牸鎿嶄綔鍒� -->
+<script type="text/html" id="operateDetl">
+    <a class="layui-btn layui-btn-danger layui-btn-xs btn-delete" lay-event="delDetl">鍒犻櫎</a>
+</script>
+
 <script type="text/html" id="orderNoTpl">
     {{d.docNum}}
 <!--    {{# if(d.settle > 1 && d.settle !== 3){ }}-->
@@ -163,10 +168,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 +179,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