|
@@ -5695,6 +5695,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWhgenleg(formData).then((response) => {
|
|
|
this.fid = response.data.fPid;
|
|
|
this.dataWithdrawList = [];
|
|
@@ -5852,6 +5853,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addStockTransfer(formData).then((response) => {
|
|
|
this.form = response.data.warehouseBills;
|
|
|
this.$set(this.form, "fEta", Date.parse(this.form.fEta));
|
|
@@ -5933,6 +5935,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addJoblist(formData).then((response) => {
|
|
|
if (response.code == 200) {
|
|
|
for (let li in response.data.warehousebillsitems) {
|
|
@@ -6005,6 +6008,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
updateCredit(formData).then((response) => {
|
|
|
this.fid = response.data;
|
|
|
this.formBrowseStatus = false;
|
|
@@ -6083,6 +6087,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
for (let li in this.dataListSelection) {
|
|
|
this.dataListSelection[li].fBillstatus = 30;
|
|
|
}
|
|
@@ -6215,6 +6220,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addStockTransfer(formData).then((response) => {
|
|
|
this.msgSuccess("保存成功");
|
|
|
this.form = response.data.warehouseBills;
|
|
@@ -6404,6 +6410,7 @@ export default {
|
|
|
"warehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
warehouseSubmission(formData).then((response) => {
|
|
|
this.msgSuccess("提交成功");
|
|
|
this.cancel();
|