Commit 8a3c4fa1 authored by godwithdh's avatar godwithdh

加搜索字段 upbCustomerGUID

parent 85a6b7b0
......@@ -135,8 +135,7 @@
:defaultDate="calendarValue"
@change="Change"/>
<button @click="scan">ddddddd</button>
<!-- <button @click="scan">ddddddd</button> -->
</div>
</template>
<script>
......@@ -231,11 +230,11 @@ export default {
}
return new Date(date.getTime());
},
scan(){
wx.miniProgram.scanQRCode(function(res) {
console.log(111,res.miniprogram) // true
})
}
// scan(){
// wx.miniProgram.scanQRCode(function(res) {
// console.log(111,res.miniprogram) // true
// })
// }
},
computed:{
startDate(val){
......
......@@ -300,7 +300,8 @@ export default {
{key:"url",value: 'Operation gai sType-material'},
{key:"sType",value:"销售"},
{key:"begin_date",value:Util.dateFormat(this.DateValue[0],"yyyy-MM-dd")},
{key:"end_date",value:Util.dateFormat(this.DateValue[1]||this.DateValue[0],"yyyy-MM-dd 23:59")}
{key:"end_date",value:Util.dateFormat(this.DateValue[1]||this.DateValue[0],"yyyy-MM-dd 23:59")},
{key:"upbCustomerGUID",value:this.upbCustomerGUID}
]
}else if(/^1$|^2$/.test(this.mode)){
if(this.per_page<50)return;
......
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