增加报表中单据点击后展示的功能(续增)

This commit is contained in:
季圣华
2018-03-18 21:04:33 +08:00
parent 412beb11a8
commit 87db264159

View File

@@ -126,7 +126,7 @@
billType = "material";
$("#bill .gift_recharge").show();
}
else if(listSubType == "礼品销售") {
else if(listSubType == "礼品销售出库") {
billType = "material";
$("#bill .gift_out").show();
}