|
@@ -6433,6 +6433,7 @@ export default {
|
|
|
JSON.stringify(this.relevantAttachments)
|
|
|
);
|
|
|
formData.append("whgenleg", JSON.stringify(this.relevantAttachments));
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWhgenleg(formData).then((response) => {
|
|
|
this.fid = response.data;
|
|
|
this.formBrowseStatus = true;
|
|
@@ -6626,6 +6627,7 @@ export default {
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
formDatae.append("mblnoStatus", this.mblnoStatus);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWarehousebills(formDatae).then((response) => {
|
|
|
this.form = response.data.warehouseBills;
|
|
|
this.$set(this.form, "fEta", Date.parse(this.form.fEta));
|
|
@@ -6697,7 +6699,7 @@ export default {
|
|
|
"tEnclosure",
|
|
|
JSON.stringify(this.relevantAttachments)
|
|
|
);
|
|
|
-
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addJoblist(formData).then((response) => {
|
|
|
if (response.code == 200) {
|
|
|
for (let li in response.data.warehousebillsitems) {
|
|
@@ -6765,6 +6767,7 @@ export default {
|
|
|
JSON.stringify(this.warehouseCrList)
|
|
|
);
|
|
|
formData.append("tEnclosure", JSON.stringify(this.relevantAttachments));
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
updateCredit(formData).then((response) => {
|
|
|
this.fid = response.data;
|
|
|
this.formBrowseStatus = false;
|
|
@@ -6851,6 +6854,7 @@ export default {
|
|
|
"warehousebillsfeesCr",
|
|
|
JSON.stringify(this.warehouseCrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
if (!this.form.fId) {
|
|
|
this.form.fId = this.fid;
|
|
|
}
|
|
@@ -7108,6 +7112,7 @@ export default {
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
formDatae.append("mblnoStatus", this.mblnoStatus);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWarehousebills(formDatae).then((response) => {
|
|
|
if (response.data == false) {
|
|
|
this.$confirm(response.msg, "提示", {
|
|
@@ -7210,6 +7215,7 @@ export default {
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
formDatae.append("mblnoStatus", this.mblnoStatus);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWarehousebills(formDatae).then((response) => {
|
|
|
if (response.data == false) {
|
|
|
this.$confirm(response.msg, "提示", {
|
|
@@ -7385,6 +7391,7 @@ export default {
|
|
|
"tWarehousebillsfeesDr",
|
|
|
JSON.stringify(this.warehouseDrList)
|
|
|
);
|
|
|
+ formData.append("tCntr", JSON.stringify([]));
|
|
|
addWarehouse(formData).then((response) => {
|
|
|
this.msgSuccess("提交成功");
|
|
|
this.open = false;
|