diff --git a/src/views/order/allDistributionCount.vue b/src/views/order/allDistributionCount.vue index a849630..5e3bc5f 100644 --- a/src/views/order/allDistributionCount.vue +++ b/src/views/order/allDistributionCount.vue @@ -24,6 +24,16 @@ + + + + + + + +
明细 --> - + @@ -117,10 +127,29 @@ params: { startDate: "", endDate: "", - store: "" + store: "", + cardType: "" }, }, - giftPackList: [] + giftPackList: [], + cardTypeList: [{ + text: "全部", + sid: "" + }, + { + text: "家庭卡", + sid: "1" + }, + { + text: "亲情卡", + sid: "2" + }, + { + text: "企业卡", + sid: "3" + }, + + ] } }, mounted() { @@ -180,7 +209,10 @@ console.log('>>>>>>>>>giftPackSelect', val) this.page.params.store = val }, - + cardTypeSelect(val) { + console.log('>>>>>>>>>cardTypeSelect', val) + this.page.params.cardType = val + }, getAllStore() { req.getAllStore().then((resp) => { if (resp.success) { @@ -225,7 +257,8 @@ params: { startDate: "", endDate: "", - store: "" + store: "", + cardType: "" }, } this.loadList() diff --git a/src/views/order/distributionCount.vue b/src/views/order/distributionCount.vue index 6ee8284..4fd184f 100644 --- a/src/views/order/distributionCount.vue +++ b/src/views/order/distributionCount.vue @@ -39,6 +39,15 @@ + + + + + + +
@@ -64,7 +73,7 @@ 明细 --> - + @@ -151,11 +160,30 @@ startDate: "", endDate: "", store: "", - bankSid: "" + bankSid: "", + cardType: "" }, }, giftPackList: [], bankList: [], + cardTypeList: [{ + text: "全部", + sid: "" + }, + { + text: "家庭卡", + sid: "1" + }, + { + text: "亲情卡", + sid: "2" + }, + { + text: "企业卡", + sid: "3" + }, + + ] } }, mounted() { @@ -230,7 +258,10 @@ console.log('>>>>>>>>>bankSelect', val) this.page.params.bankSid = val }, - + cardTypeSelect(val) { + console.log('>>>>>>>>>cardTypeSelect', val) + this.page.params.cardType = val + }, getAllStore() { req.getAllStore().then((resp) => { if (resp.success) { @@ -276,7 +307,8 @@ startDate: "", endDate: "", store: "", - bankSid: "" + bankSid: "", + cardType: "" }, } this.loadList() diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 4b36484..e943c9c 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -40,6 +40,17 @@ + + + + + + + + +
@@ -139,11 +150,31 @@ startDate: "", endDate: "", store: "", - bankSid:"" + bankSid:"", + cardType:"" }, }, giftPackList: [], bankList: [], + cardTypeList:[ + { + text :"全部", + sid:"" + }, + { + text :"家庭卡", + sid:"1" + }, + { + text :"亲情卡", + sid:"2" + }, + { + text :"企业卡", + sid:"3" + }, + + ] } }, mounted() { @@ -206,6 +237,10 @@ console.log('>>>>>>>>>bankSelect', val) this.page.params.bankSid = val }, + cardTypeSelect(val){ + console.log('>>>>>>>>>cardTypeSelect', val) + this.page.params.cardType = val + }, getAllStore() { req.getAllStore().then((resp) => { if (resp.success) { @@ -251,7 +286,8 @@ startDate: "", endDate: "", store: "", - bankSid:"" + bankSid:"", + cardType:"" }, } this.loadList() diff --git a/src/views/order/subBranch.vue b/src/views/order/subBranch.vue index 30c8f14..919744c 100644 --- a/src/views/order/subBranch.vue +++ b/src/views/order/subBranch.vue @@ -33,6 +33,16 @@ + + + + + + + +
明细 --> - + @@ -131,10 +141,29 @@ params: { startDate: "", endDate: "", - bankSid: "" + bankSid: "", + cardType: "" }, }, - bankList: [] + bankList: [], + cardTypeList: [{ + text: "全部", + sid: "" + }, + { + text: "家庭卡", + sid: "1" + }, + { + text: "亲情卡", + sid: "2" + }, + { + text: "企业卡", + sid: "3" + }, + + ] } }, mounted() { @@ -195,7 +224,10 @@ console.log('>>>>>>>>>bankSelect', val) this.page.params.bankSid = val }, - + cardTypeSelect(val) { + console.log('>>>>>>>>>cardTypeSelect', val) + this.page.params.cardType = val + }, getAllStore() { req2.bankSelect() .then(resp => { @@ -244,7 +276,8 @@ params: { startDate: "", endDate: "", - bankSid: "" + bankSid: "", + cardType: "" }, } this.loadList()