From b850ff5ee8c1fa3938751ffb9d627fed90a5500e Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 20 二月 2024 13:31:43 +0800
Subject: [PATCH] 修改库存信息、托盘信息后台代码以及前台页面
---
HTML/views/StatisticalReport/BoxInfor.html | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index 9041137..0e75ea6 100644
--- a/HTML/views/StatisticalReport/BoxInfor.html
+++ b/HTML/views/StatisticalReport/BoxInfor.html
@@ -371,8 +371,9 @@
//#region 鑷畾涔夎〃澶�
var TotalColsArr = [[
{field: '',title: '搴忓彿',type:'numbers',align: 'center',fixed: 'left', "disabled": true},
- {field: 'WareHouseNo', title: '鎵�灞炰粨搴�', align: 'center'},
- {field: 'AreaNo', title: '鎵�灞炲尯鍩�', align: 'center'},
+ {field: 'WareHouseName', title: '鎵�灞炰粨搴�', align: 'center'},
+ {field: 'RoadwayName', title: '鎵�灞炲贩閬�', align: 'center'},
+ {field: 'AreaName', title: '鎵�灞炲尯鍩�', align: 'center'},
{field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center'},
{field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center'},
{field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center'},
@@ -433,7 +434,8 @@
BitBoxMark:BitBoxMark, //闆剁鏍囪
InspectStatus:InspectStatus //璐ㄩ噺鐘舵��
};
- sendData(IP + "/Statistical/GetBindList", param, 'get', function(res) {
+ sendData(IP + "/Statistical/GetBindList", param, 'get', function(res) {
+ console.log(res)
if (res.code == 0) { //鎴愬姛
var list = res.data;
$.extend(infoOptions, {
--
Gitblit v1.8.0