From 2ca093b8e4f6c841b16a11ed58b83d8ffd42c3cb Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 13 三月 2024 11:39:52 +0800 Subject: [PATCH] 优化库存统计查询 --- HTML/views/ASNSetting/LabelPrintSelect.html | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/HTML/views/ASNSetting/LabelPrintSelect.html b/HTML/views/ASNSetting/LabelPrintSelect.html index b8a6829..b2efa30 100644 --- a/HTML/views/ASNSetting/LabelPrintSelect.html +++ b/HTML/views/ASNSetting/LabelPrintSelect.html @@ -116,7 +116,16 @@ }); var id = getQueryString('Id'); - + var asnType = getQueryString('Type'); + console.log(asnType); + console.log(asnType == 4); + if(asnType == 4){ + + $("#reset option[value='0']").attr("selected","selected"); //鎬у埆 + $("#reset").attr("disabled","disabled"); + form.render('select'); + } + var param = { id: parseInt(id), }; -- Gitblit v1.8.0