记得上下班打卡 | git大法好,push需谨慎

Commit d3c07420 authored by dongchun's avatar dongchun

修改创建券时的券类型

parent 9f799d03
...@@ -518,7 +518,10 @@ ...@@ -518,7 +518,10 @@
useScope = 80; useScope = 80;
busiId = showId; busiId = showId;
} }
busiName = $("#searchIpt").val(); busiName = $("#searchIpt").val() || '全部商品';
}
if (typeOne == 0) {
busiName = $("#searchIpt").val() || '全场适用';
} }
if (typeOne == 3) { if (typeOne == 3) {
if (showId) { if (showId) {
......
...@@ -515,12 +515,15 @@ ...@@ -515,12 +515,15 @@
busiId = selectThreeId; busiId = selectThreeId;
// busiName = selectThreeName; // busiName = selectThreeName;
} }
if (typeOne == 2) { if (typeOne == 2) {
if (showId) { if (showId) {
useScope = 80; useScope = 80;
busiId = showId; busiId = showId;
} }
busiName = $("#searchIpt").val(); busiName = $("#searchIpt").val() || '全部商品';
}
if (typeOne == 0) {
busiName = $("#searchIpt").val() || '全场适用';
} }
if (typeOne == 3) { if (typeOne == 3) {
if (showId) { if (showId) {
......
Markdown is supported
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