From 06bc1ebcdbc217a7f53be2926ee4c25eb2990903 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 29 八月 2024 09:07:25 +0800
Subject: [PATCH] 修改组托收货箱码关联,和平库出库单页面
---
HTML/views/ASNSetting/PalletBind.html | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/HTML/views/ASNSetting/PalletBind.html b/HTML/views/ASNSetting/PalletBind.html
index e2f1f25..e1625a0 100644
--- a/HTML/views/ASNSetting/PalletBind.html
+++ b/HTML/views/ASNSetting/PalletBind.html
@@ -331,17 +331,6 @@
{{ GetBtn11(d) }}
</script>
- <script type="text/html" id="WareHouseButton">
- {{#
- switch (d.WareHouseNo) {
- case "W01": return '鍔涜绔嬩綋搴�';
- case "W02": return '鍔涜骞冲簱';
- default: return "";
- }
-
- }}
- </script>
-
<script type="text/html" id="RoadwayButton">
{{#
switch (d.RoadwayNo) {
@@ -466,9 +455,10 @@
{ field: 'PalletNo3', title: '鎵樼洏鍙稬V3', align: 'center' },
{ field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center', width: 90 },
{ field: 'RoadwayNo', title: '鎵�灞炲贩閬�', align: 'center', width: 90, templet: '#RoadwayButton' },
- { field: 'WareHouseNo', title: '鎵�灞炰粨搴�', align: 'center', width: 90, templet: '#WareHouseButton' },
+ { field: 'WareHouseName', title: '鎵�灞炰粨搴�', align: 'center', width: 90},
{ 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 },
@@ -849,7 +839,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