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

This commit is contained in:
季圣华
2018-03-18 13:02:37 +08:00
parent 3201b804b0
commit 434499eca5
5 changed files with 35 additions and 5 deletions

View File

@@ -90,7 +90,7 @@
billType = "material";
$("#bill .purchase_in").show();
}
else if(listSubType == "采购退货") {
else if(listSubType == "采购退货出库") {
billType = "material";
$("#bill .purchase_back").show();
}
@@ -98,7 +98,7 @@
billType = "material";
$("#bill .sale_out").show();
}
else if(listSubType == "销售退货") {
else if(listSubType == "销售退货入库") {
billType = "material";
$("#bill .sale_back").show();
}