|
@@ -6311,7 +6311,6 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
-
|
|
|
addWhgenleg(formData).then((response) => {
|
|
|
this.fid = response.data.fPid;
|
|
|
// 暂时注释掉,后续可能会加回来 仓储费得出的明细
|
|
@@ -6483,6 +6482,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("mblnoStatus", this.mblnoStatus);
|
|
|
addWarehousebills(formData).then((response) => {
|
|
|
this.form = response.data.warehouseBills;
|
|
|
this.$set(
|