From 13b91828a0301ba53585662f5207ed45ff485638 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期二, 27 八月 2024 09:00:28 +0800
Subject: [PATCH] 库存统计重写

---
 HTML/views/ASNSetting/PalletBind.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/HTML/views/ASNSetting/PalletBind.html b/HTML/views/ASNSetting/PalletBind.html
index e2f1f25..51f9d81 100644
--- a/HTML/views/ASNSetting/PalletBind.html
+++ b/HTML/views/ASNSetting/PalletBind.html
@@ -3,7 +3,7 @@
 
 <head>
 	<meta charset="utf-8">
-	<title>鎵樼洏缁戝畾</title>
+	<title>缁勬墭鏀惰揣</title>
 	<meta name="renderer" content="webkit">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 	<meta name="viewport"
@@ -469,6 +469,7 @@
 				{ field: 'WareHouseNo', title: '鎵�灞炰粨搴�', align: 'center', width: 90, templet: '#WareHouseButton' },
 				{ field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 110 },
 				{ field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center' },
+				{ field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 120 },
 				{ field: 'Qty', title: '鏁伴噺', align: 'center', width: 90 },
 				{ field: 'FullQty', title: '鏁存墭鏁伴噺', align: 'center', width: 90 },
 				{ field: 'SamplingQty', title: '鍙栨牱鏁伴噺', align: 'center', width: 90 },
@@ -815,7 +816,7 @@
 						layer.open({
 							type: 2,
 							title: '绠辨敮璇︽儏淇℃伅',
-							content: 'BindBoxInfo.html?BoxNo=' + BoxNo+'&BindNo='+data.BindNo,
+							content: 'BindBoxInfo.html?BoxNo=' + BoxNo + '&BindNo=' + data.BindNo,
 							maxmin: true,
 							area: ['80%', '85%'],
 							btn: ['鍏抽棴'],
@@ -849,7 +850,7 @@
 					$(".chexiaoClass").hide();
 				});
 				sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function (res) {
-					if (res.code == 200) { //鎴愬姛 
+					if (res.code == 0) { //鎴愬姛 
 						for (var k = 0; k < res.data.length; k++) {
 							if (res.data[k].MenuName == "娣诲姞鎵樼洏缁戝畾") {
 								$(function () {

--
Gitblit v1.8.0