From 5408616fd72786b63cfe69a7426c3fb499b6962b Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期四, 17 十月 2024 18:49:04 +0800
Subject: [PATCH] Merge branch 'Liudl'
---
Pda/View/AsnSetting/pingKuEnter.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Pda/View/AsnSetting/pingKuEnter.html b/Pda/View/AsnSetting/pingKuEnter.html
index 9f3ec0a..e0f6533 100644
--- a/Pda/View/AsnSetting/pingKuEnter.html
+++ b/Pda/View/AsnSetting/pingKuEnter.html
@@ -236,7 +236,7 @@
form.render('select');
var param = {
- Type: '0,1,2,3',
+ Type: '0,1,2,3,4,5,6,7',
};
sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) {
if (res.code == 0) { //鎴愬姛
@@ -462,6 +462,7 @@
}, function () {
clearTable()
$("#PalletNo").val('')
+ $("#LocatNo").val('')
});
} else { //涓嶆垚鍔�
layer.msg(res.msg, {
--
Gitblit v1.8.0