Commit 8a3c4fa1 authored by godwithdh's avatar godwithdh

加搜索字段 upbCustomerGUID

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