From 581110a3dfb2882de66795047dd4a9f248d33176 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期四, 15 八月 2024 13:21:15 +0800 Subject: [PATCH] 修改测试问题,添加托盘上架信息 --- Pda/View/AsnSetting/productEnterQuantity.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pda/View/AsnSetting/productEnterQuantity.html b/Pda/View/AsnSetting/productEnterQuantity.html index 24537f3..53fecbf 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) { //鎴愬姛 -- Gitblit v1.8.0