|
@@ -320,6 +320,8 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
+ this.detailData.payerHeader = uni.getStorageSync('compName1').company
|
|
|
+ this.$forceUpdate()
|
|
|
this.reType = options.reType
|
|
|
this.expensesType = options.expensesType
|
|
|
if (this.reType == 2 || this.expensesType == 2) {
|
|
@@ -335,8 +337,6 @@
|
|
|
}
|
|
|
},
|
|
|
onShow() {
|
|
|
- this.detailData.payerHeader = uni.getStorageSync('compName1').company
|
|
|
- this.$forceUpdate()
|
|
|
this.warehouseInfo = uni.getStorageSync('theWarehouse');
|
|
|
if (this.warehouseInfo && this.detailData.purpose == "库点费用") {
|
|
|
this.detailData.warehouseName = this.warehouseInfo.warehouseName
|