From 82f5a3c1fdcfcde25c20805feea64e5a3c315201 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 21 十一月 2024 14:12:14 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js |   93 +++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 87 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
index 7cac188..74b1125 100644
--- a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
+++ b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
@@ -32,13 +32,14 @@
             {type: 'checkbox'}
             ,{type: 'numbers', title: '#'}
             ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160}
+            ,{field: 'locNo', align: 'center',title: '搴撲綅'}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', width: 160}
             ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200}
-            ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-            // ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
+            ,{field: 'batch', align: 'center',title: '鎵规'}
+            ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
+            ,{field: 'checkAnfme', align: 'center',title: '鐩樼偣鏁伴噺', style: 'font-weight: bold'}
             // ,{field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', style: 'font-weight: bold'}
-            ,{field: 'enableQty', align: 'center',title: '寰呭嚭鏁伴噺', style: 'font-weight: bold'}
+            // ,{field: 'enableQty', align: 'center',title: '寰呭嚭鏁伴噺', style: 'font-weight: bold'}
             // ,{field: 'name', align: 'center',title: '鍚嶇О'}
             // ,{field: 'model', align: 'center',title: '鍨嬪彿'}
             ,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
@@ -48,13 +49,13 @@
             // ,{field: 'itemNum', align: 'center',title: '鍝侀」鏁�'}
             // ,{field: 'count', align: 'center',title: '鏁伴噺'}
             // ,{field: 'weight', align: 'center',title: '閲嶉噺'}
-            // ,{field: 'status$', align: 'center',title: '鐘舵��'}
+            ,{field: 'status$', align: 'center',title: '鐘舵��'}
             // ,{field: 'createBy$', align: 'center',title: '娣诲姞浜哄憳'}
             // ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}
             // ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳'}
             // ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
             // ,{field: 'memo', align: 'center',title: '澶囨敞'}
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 160}
+            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 160}
         ]],
         request: {
             pageName: 'curr',
@@ -86,6 +87,86 @@
         return false;
     });
 
+    // 鏄剧ず寮规
+    $('#showFormBtn').on('click', function () {
+        // 寮规鍐呭
+        var content = `
+                <form class="layui-form" id="billForm" style="padding: 20px;">
+                    <div class="layui-form-item" style="margin-bottom: 20px;">
+                        <label class="layui-form-label" style="width: 80px; font-size: 14px; text-align: left">鍗曟嵁缂栧彿锛�</label>
+                        <div class="layui-input-block" style="margin-left: 110px;">
+                            <input type="text" id="billNumber" class="layui-input" placeholder="璇疯緭鍏ュ崟鎹紪鍙�" style="height: 38px; font-size: 14px; padding: 0 15px; width: 100%;" required>
+                        </div>
+                    </div>
+                    <div class="layui-form-item" style="margin-bottom: 20px;">
+                        <label class="layui-form-label" style="width: 80px; font-size: 14px;">搴撳尯锛�</label>
+                        <div class="layui-input-block" style="margin-left: 110px;">
+                            <select id="warehouseArea" class="layui-input" style="width: 100%;">
+                                <option value="鍫嗗灈鏈�" selected>鍫嗗灈鏈�</option>
+                                <option value="鍥涘悜搴�">鍥涘悜搴�</option>
+                                <option value="CTU">CTU</option>
+                            </select>
+                        </div>
+                    </div>
+                    <div class="layui-form-item" style="text-align: right;">
+                        <button type="button" class="layui-btn" id="saveBtn" style="display: inline-block; padding: 0px 20px; font-size: 16px; background-color: #5FB878; border-color: #5FB878; text-align: center;">淇濆瓨</button>
+                    </div>
+                </form>
+            `;
+
+        // 寮规
+        layer.open({
+            type: 1,  // 浣跨敤 HTML 鍐呭
+            title: '娣诲姞鐩樼偣鍗�',
+            content: content,
+            area: ['400px', '280px'],  // 寮规澶у皬
+            shadeClose: true,  // 鐐瑰嚮閬僵鍏抽棴
+            offset: '100px',
+            success: function (layero, index) {
+                form.render();
+                // 鐐瑰嚮淇濆瓨鎸夐挳浜嬩欢
+                $('#saveBtn').on('click', function () {
+                    var billNumber = $('#billNumber').val();
+                    var warehouseArea = $('#warehouseArea').val();
+
+                    // 琛ㄥ崟楠岃瘉
+                    if (!billNumber) {
+                        layer.msg('璇疯緭鍏ュ崟鎹紪鍙�');
+                        return;
+                    }
+
+                    // 鍙戦�� Ajax 璇锋眰鍒板悗绔�
+                    $.ajax({
+                        url: baseUrl+"/inventoryCheckOrder/add/auth", // 鏇挎崲涓轰綘鐨勫悗绔帴鍙e湴鍧�
+                        headers: {'token': localStorage.getItem('token')},
+                        contentType: 'application/json;charset=UTF-8',
+                        method: 'POST',
+                        data: JSON.stringify({ orderNo: billNumber,area: warehouseArea }),
+                        success: function (res) {
+                            if (res.code === 200){
+                                layer.msg(res.msg, {icon: 1});
+                                // 娓呯┖杈撳叆妗�
+                                $('#billNumber').val('');
+                                $('#warehouseArea').val('鍫嗗灈鏈�'); // 閲嶇疆涓洪粯璁ら�夐」
+                                form.render('select'); // 閲嶆柊娓叉煋 select
+
+                                // 鍏抽棴寮规
+                                layer.close(index);
+                            } else if (res.code === 403){
+                                top.location.href = baseUrl+"/";
+                            }else {
+                                layer.msg(res.msg, {icon: 2});
+                            }
+                        },
+                        error: function () {
+                            layer.msg('璇锋眰澶辫触');
+                        }
+                    });
+                });
+            }
+        });
+    });
+
     /* 琛ㄦ牸2澶村伐鍏锋爮鐐瑰嚮浜嬩欢 */
     table.on('toolbar(orderDetlTable)', function (obj) {
 

--
Gitblit v1.9.1