|
@@ -1073,6 +1073,15 @@
|
|
|
groupChange(e) {
|
|
|
console.log(e,this.gridListInit)
|
|
|
this.gridListInit.warehouseName=this.gridList.warehouseName
|
|
|
+ if (uni.getStorageSync('checkcustomer')) {
|
|
|
+ uni.setStorageSync('checkcustomer','')
|
|
|
+ this.gridListInit.identityId =''
|
|
|
+ this.gridListInit.customerName =''
|
|
|
+ this.gridListInit.customerPhone =''
|
|
|
+ this.gridListInit.carNumber = ''
|
|
|
+ this.gridListInit.customerNumberCard = ''
|
|
|
+ this.$forceUpdate()
|
|
|
+ }
|
|
|
// this.gridList = JSON.parse(JSON.stringify(this.gridListInit))
|
|
|
this.gridList = this.$u.deepClone(this.gridListInit)
|
|
|
this.gridList.serviceManagementType = e
|
|
@@ -1096,6 +1105,8 @@
|
|
|
console.log(res)
|
|
|
this.taskNolist = res.data.data
|
|
|
})
|
|
|
+
|
|
|
+ console.log(this.gridList,111111111111)
|
|
|
},
|
|
|
outtypepicker(e, status) {
|
|
|
if (status == 0) {
|