|
@@ -336,6 +336,14 @@
|
|
|
} else {
|
|
|
that.edit = false
|
|
|
}
|
|
|
+ this.$api.doRequest('get', '/identityAuthenticationInfo/identityAuthenticationInfoCustomer', {
|
|
|
+ warehouseId: this.cangid,
|
|
|
+ goodsName: that.gridList.goodsName
|
|
|
+ }).then(res => {
|
|
|
+ if (res.data.data) {
|
|
|
+ uni.hideLoading()
|
|
|
+ }
|
|
|
+ })
|
|
|
uni.setStorageSync('purchasePriceList', that.goodsList)
|
|
|
that.purchasePriceList = uni.getStorageSync('purchasePriceList')
|
|
|
that.waterContentChange()
|
|
@@ -438,8 +446,7 @@
|
|
|
},
|
|
|
gocustomer() {
|
|
|
uni.navigateTo({
|
|
|
- url: '/pages/erpbusiness/customer?cangid=' + this.cangid + '&warehouseName=' + this.gridList
|
|
|
- .warehouseName
|
|
|
+ url: '/pages/erpbusiness/customer?cangid=' + this.cangid + '&warehouseName=' + this.gridList.warehouseName + '&goodsName=' + this.gridList.goodsName
|
|
|
})
|
|
|
},
|
|
|
getdate() {
|
|
@@ -554,7 +561,6 @@
|
|
|
that.gridList.goodsName == that.purchasePriceList[i]
|
|
|
.goodsName
|
|
|
) {
|
|
|
- debugger
|
|
|
let count = (that.purchasePriceList[i].saleLimit -
|
|
|
response.data.data / 1000).toFixed(2)
|
|
|
console.log(count,that.purchasePriceList[i].saleLimit,
|