|
@@ -1404,6 +1404,9 @@
|
|
|
}
|
|
|
if (response.data.warehouseFeesList) {
|
|
|
this.warehouseDrList = response.data.warehouseFeesList
|
|
|
+ for (let dr in this.warehouseDrList) {
|
|
|
+ this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
|
|
|
+ }
|
|
|
}
|
|
|
if (response.data.feesList) {
|
|
|
this.fWbuOptions = response.data.feesList
|