From bd9fc496bc39bfca1e0800805a2f5b3f0d028ac2 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期三, 28 八月 2024 08:16:09 +0800
Subject: [PATCH] 组盘收货页面修改
---
Pda/View/AsnSetting/productEnterQuantity.html | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Pda/View/AsnSetting/productEnterQuantity.html b/Pda/View/AsnSetting/productEnterQuantity.html
index 24537f3..18a62b3 100644
--- a/Pda/View/AsnSetting/productEnterQuantity.html
+++ b/Pda/View/AsnSetting/productEnterQuantity.html
@@ -587,7 +587,7 @@
form.render('select');
var param = {
- Type: "0,1,3,4,5,6"
+ Type: "0,3"
};
sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) {
if (res.code == 0) { //鎴愬姛
@@ -622,7 +622,7 @@
form.render('select');
var param = {
- Type: "1,2,3,4,5,6"
+ Type: "1,2,4"
};
sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) {
if (res.code == 0) { //鎴愬姛
@@ -854,6 +854,9 @@
$("#ImportQuantity").val("");
$("#Standard").val("");
$("#ImportFactQuantity").val("");
+ $("#BoxQty").val("");
+ // $("#STOCKCODE").val("");
+ // $("#BOXCODE").val("");
var param = {
Id: parseInt($("#goodSelect").val())
@@ -895,7 +898,6 @@
/* 缁戝畾鍏ュ簱鍗曠墿鏂欏強鎵规 */
function updateGoodList(skuNo) {
if (xianshiyemian == 0) {
- console.log("aaaa");
var input = $('select[id="goodSelect"]').next().find('.layui-select-title input')
var val = input.val()
--
Gitblit v1.8.0