From 01175f85df1e8402ada5a30aacfeb18fa621e95e Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期三, 28 一月 2026 16:15:11 +0800
Subject: [PATCH] 委外加工出库单同步+PDA出库功能

---
 src/main/webapp/views/pda/stockIn.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/pda/stockIn.html b/src/main/webapp/views/pda/stockIn.html
index afe65dd..6700d99 100644
--- a/src/main/webapp/views/pda/stockIn.html
+++ b/src/main/webapp/views/pda/stockIn.html
@@ -91,7 +91,7 @@
     <table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
 </main>
 <!-- 灏鹃儴 -->
-<footer>
+<footer style="margin-top: -5px">
     <div class="layui-btn-container" style="text-align: center; margin-bottom: 8px">
         <button type="button" id="retrun-btn" class="layui-btn layui-btn-primary " onclick="back()" >杩斿洖</button>
     </div>
@@ -122,8 +122,9 @@
             limit: 500,
             cellMinWidth: 50,
             cols: [[
-                {fixed: 'left', align: 'center', field: 'count', title: '鏁伴噺', style:'color: blue', width:50},
                 {field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜'},
+                {field: 'mnemonic', align: 'center', title: '鐢熶骇鍗曞彿'},
+                {field: 'count', align: 'center', title: '鏁伴噺', style:'color: blue', width:50},
                 {field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'}
             ]],
             done: function (res, curr, count) {
@@ -170,7 +171,7 @@
             type: 2,
             title: '鐗╂枡',
             shade: [0.3,'#000'],
-            area: ['90%', '80%'],
+            area: ['90%', '90%'],
             content: 'matQuery.html',
             success: function(layero, index){
                 $('.layui-layer-title').css('font-size', '16px');

--
Gitblit v1.9.1