|
@@ -5001,7 +5001,8 @@ export default {
|
|
|
fCntrtype: null,
|
|
|
fCntqty: null,
|
|
|
};
|
|
|
- this.CntrTable=[{}]
|
|
|
+ this.mblnoStatus ="";
|
|
|
+ this.CntrTable=[{}];
|
|
|
this.deptOptions = [];
|
|
|
this.userOptions = [];
|
|
|
this.fSbuOptions = [];
|
|
@@ -6332,6 +6333,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formDatae.append("mblnoStatus", this.mblnoStatus);
|
|
|
addStockTransfer(formData).then((response) => {
|
|
|
if (response.data == false) {
|
|
|
this.$confirm(response.msg, "提示", {
|