|
@@ -212,7 +212,7 @@
|
|
|
that.warehouseName = list[i].warehouseName
|
|
|
that.warehouseCount = list[i].count
|
|
|
that.commonWarehouseNo = list[i].commonWarehouseNo
|
|
|
- uni.setStorageSync('purchasePriceList',list[i].purchasePriceList)
|
|
|
+ // uni.setStorageSync('purchasePriceList',list[i].purchasePriceList)
|
|
|
break
|
|
|
}
|
|
|
}
|
|
@@ -222,7 +222,7 @@
|
|
|
that.warehouseCount = that.selector[0].count
|
|
|
that.commonWarehouseNo = that.selector[0].commonWarehouseNo
|
|
|
that.cangid = that.selector[0].id
|
|
|
- uni.setStorageSync('purchasePriceList',that.selector[0].purchasePriceList)
|
|
|
+ // uni.setStorageSync('purchasePriceList',that.selector[0].purchasePriceList)
|
|
|
}
|
|
|
this.getList(true)
|
|
|
}
|
|
@@ -256,7 +256,7 @@
|
|
|
uni.setStorageSync("cangid",this.cangid)
|
|
|
this.warehouseCount = this.selector[e[0]].count
|
|
|
this.commonWarehouseNo=this.selector[e[0]].commonWarehouseNo
|
|
|
- uni.setStorageSync('purchasePriceList',this.selector[e[0]].purchasePriceList)
|
|
|
+ // uni.setStorageSync('purchasePriceList',this.selector[e[0]].purchasePriceList)
|
|
|
this.getList(true)
|
|
|
console.log(e)
|
|
|
},
|