|
@@ -305,7 +305,6 @@
|
|
|
//点击登记客户
|
|
|
this.gridList.customerName = _customerInfo.shipperName
|
|
|
this.gridList.customerPhone = _customerInfo.shipperPhone
|
|
|
- console.log(uni.getStorageSync('carNo'))
|
|
|
this.gridList.carNumber=uni.getStorageSync('carNo')
|
|
|
} else {
|
|
|
//点击搜索客户
|
|
@@ -603,6 +602,7 @@
|
|
|
this.gridList.type = '潮粮'
|
|
|
this.edit = true
|
|
|
} else {
|
|
|
+ this.gridList.type = '干粮'
|
|
|
this.edit = false
|
|
|
}
|
|
|
this.gridList.goodsName = this.goodsList[e[0]].goodsName
|