|
@@ -929,7 +929,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
- prop="fOrgWarehouseInformation"
|
|
|
|
|
|
+ prop="fOrgwarehouseInformation"
|
|
header-align="center"
|
|
header-align="center"
|
|
align="center"
|
|
align="center"
|
|
label="库位"
|
|
label="库位"
|
|
@@ -3223,7 +3223,7 @@ export default {
|
|
fGoodsids: this.dialogWhgenlegList[whgen].fGoodsids,
|
|
fGoodsids: this.dialogWhgenlegList[whgen].fGoodsids,
|
|
fBillingway: this.dialogWhgenlegList[whgen].fBillingway,
|
|
fBillingway: this.dialogWhgenlegList[whgen].fBillingway,
|
|
fChargedate: this.dialogWhgenlegList[whgen].fChargedate,
|
|
fChargedate: this.dialogWhgenlegList[whgen].fChargedate,
|
|
- fOrgWarehouseInformation: this.dialogWhgenlegList[whgen].fWarehouseids,
|
|
|
|
|
|
+ fOrgwarehouseInformation: this.dialogWhgenlegList[whgen].fWarehouseids,
|
|
fPackagespecs: this.dialogWhgenlegList[whgen].fPackagespecs,
|
|
fPackagespecs: this.dialogWhgenlegList[whgen].fPackagespecs,
|
|
fPlannetweight: this.dialogWhgenlegList[whgen].fNetweightblc,
|
|
fPlannetweight: this.dialogWhgenlegList[whgen].fNetweightblc,
|
|
fOriginalbillno: this.dialogWhgenlegList[whgen].fOriginalbillno,
|
|
fOriginalbillno: this.dialogWhgenlegList[whgen].fOriginalbillno,
|
|
@@ -3236,6 +3236,7 @@ export default {
|
|
fTransferWarehouselocid: null,
|
|
fTransferWarehouselocid: null,
|
|
remark: null,
|
|
remark: null,
|
|
});
|
|
});
|
|
|
|
+ console.log(this.dataList.fOrgWarehouseInformation)
|
|
}
|
|
}
|
|
this.whgenlegVisible = false;
|
|
this.whgenlegVisible = false;
|
|
},
|
|
},
|
|
@@ -3707,7 +3708,6 @@ export default {
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
handleUpdate(row, status) {
|
|
handleUpdate(row, status) {
|
|
this.reset();
|
|
this.reset();
|
|
-
|
|
|
|
this.browseStatus = status;
|
|
this.browseStatus = status;
|
|
this.contrOl = status
|
|
this.contrOl = status
|
|
this.detailsHidden = false;
|
|
this.detailsHidden = false;
|
|
@@ -3795,6 +3795,8 @@ export default {
|
|
}
|
|
}
|
|
this.open = true;
|
|
this.open = true;
|
|
this.title = "修改调拨";
|
|
this.title = "修改调拨";
|
|
|
|
+
|
|
|
|
+ this.warehousesssMethod()
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// 数量计算
|
|
// 数量计算
|