Commit 87db2641 authored by 季圣华's avatar 季圣华
Browse files

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

parent 412beb11
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
billType = "material"; billType = "material";
$("#bill .gift_recharge").show(); $("#bill .gift_recharge").show();
} }
else if(listSubType == "礼品销售") { else if(listSubType == "礼品销售出库") {
billType = "material"; billType = "material";
$("#bill .gift_out").show(); $("#bill .gift_out").show();
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment