From c5dc821692c0529e3a688af84c647bf80cc49360 Mon Sep 17 00:00:00 2001
From: test <15284381150@163.com>
Date: 星期日, 21 九月 2025 10:49:40 +0800
Subject: [PATCH] Merge branch 'master' into djp
---
HTML/views/SOSetting/ComBoxInfo.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/HTML/views/SOSetting/ComBoxInfo.html b/HTML/views/SOSetting/ComBoxInfo.html
index 5e5f425..3092ebe 100644
--- a/HTML/views/SOSetting/ComBoxInfo.html
+++ b/HTML/views/SOSetting/ComBoxInfo.html
@@ -58,6 +58,7 @@
layer = layui.layer;
var h1 = GetTableHeight();
var boxNo = getQueryString('BoxNo');
+ var SONo = getQueryString('SONo');
if (!boxNo)
{
boxNo = "";
@@ -70,6 +71,7 @@
refreshTable();
function refreshTable() {
var param={
+ SONo: getQueryString('SONo'),
BoxNo:getQueryString('BoxNo'),
BoxNo3:$("#BoxNo3").val()
}
@@ -113,6 +115,9 @@
{
field: 'PalletNo', title: '鎵樼洏鏉$爜', align: 'center', width: 110,
},
+ {
+ field: 'BoxNo2', title: '鐩掔爜', align: 'center', width: 220,
+ },
{
field: 'BoxNo3', title: '鏀爜', align: 'center', width: 220,
},
--
Gitblit v1.8.0