|
@@ -6748,7 +6748,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
- formDatae.append("mblnoStatus", this.mblnoStatus);
|
|
|
+ formData.append("mblnoStatus", this.mblnoStatus);
|
|
|
addWarehousebills(formData).then((response) => {
|
|
|
if (response.data == false) {
|
|
|
this.$confirm(response.msg, "提示", {
|