|
@@ -993,7 +993,6 @@
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="审核日期"
|
|
label="审核日期"
|
|
|
- prop="timeExamine"
|
|
|
|
|
v-if="typevalue == 1 || typevalue == 3"
|
|
v-if="typevalue == 1 || typevalue == 3"
|
|
|
>
|
|
>
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
@@ -2281,7 +2280,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
surface: "6",
|
|
surface: "6",
|
|
|
- label: "fSrcdc",
|
|
|
|
|
|
|
+ label: "fSrcdcName",
|
|
|
name: "收/付",
|
|
name: "收/付",
|
|
|
checked: 0,
|
|
checked: 0,
|
|
|
width: 100,
|
|
width: 100,
|
|
@@ -2978,13 +2977,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3004,13 +3003,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3029,13 +3028,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3137,13 +3136,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3175,13 +3174,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3213,13 +3212,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3240,13 +3239,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3277,13 +3276,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3315,13 +3314,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -3494,11 +3493,26 @@ export default {
|
|
|
if (!Cookies.get("sysType")) {
|
|
if (!Cookies.get("sysType")) {
|
|
|
return this.$message("请先选择业务类型");
|
|
return this.$message("请先选择业务类型");
|
|
|
}
|
|
}
|
|
|
|
|
+ if (!this.queryParams.fCorpid) {
|
|
|
|
|
+ return this.$message.error("请先选择结算单位");
|
|
|
|
|
+ }
|
|
|
this.queryParameter = {
|
|
this.queryParameter = {
|
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
|
};
|
|
};
|
|
|
this.chargeList_s = [];
|
|
this.chargeList_s = [];
|
|
|
// this.queryParameter.fToCorpid = this.queryParams.fCorpid
|
|
// this.queryParameter.fToCorpid = this.queryParams.fCorpid
|
|
|
|
|
+ search(this.queryParameter).then((response) => {
|
|
|
|
|
+ this.chargeList_s = response.rows;
|
|
|
|
|
+ if (this.chargeList_s.length !== 0) {
|
|
|
|
|
+ this.$message.success("查询成功");
|
|
|
|
|
+ for (let item in this.chargeList_s) {
|
|
|
|
|
+ this.totAL += Number(this.chargeList_s[item].fAmt);
|
|
|
|
|
+ this.Ttime += Number(this.chargeList_s[item].fAmtdr);
|
|
|
|
|
+ }
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.$message.error("暂无数据");
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
this.innerVisible = true;
|
|
this.innerVisible = true;
|
|
|
if (this.queryParams.fCorpid) {
|
|
if (this.queryParams.fCorpid) {
|
|
|
this.doNot = true;
|
|
this.doNot = true;
|
|
@@ -3619,6 +3633,9 @@ export default {
|
|
|
this.nothing.push(this.selection[item].fName);
|
|
this.nothing.push(this.selection[item].fName);
|
|
|
if (this.increase_s.length === 0) {
|
|
if (this.increase_s.length === 0) {
|
|
|
this.increase_s = this.increase_s.concat(this.selection);
|
|
this.increase_s = this.increase_s.concat(this.selection);
|
|
|
|
|
+ this.increase_s.forEach(data => {
|
|
|
|
|
+ data.fId = null
|
|
|
|
|
+ })
|
|
|
//去重提单号
|
|
//去重提单号
|
|
|
this.empty = new Set(this.empty);
|
|
this.empty = new Set(this.empty);
|
|
|
this.empty = Array.from(this.empty);
|
|
this.empty = Array.from(this.empty);
|
|
@@ -3644,13 +3661,13 @@ export default {
|
|
|
this.innerVisible = false;
|
|
this.innerVisible = false;
|
|
|
this.chargeList_s = [];
|
|
this.chargeList_s = [];
|
|
|
this.queryParameter = {
|
|
this.queryParameter = {
|
|
|
- fCorpid: "",
|
|
|
|
|
|
|
+ fCorpid: null,
|
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
|
- fMblno: "",
|
|
|
|
|
- fStatementNo: "",
|
|
|
|
|
- fFeeid: "",
|
|
|
|
|
- timeExamine: "",
|
|
|
|
|
- timeInterval: "",
|
|
|
|
|
|
|
+ fMblno: null,
|
|
|
|
|
+ fStatementNo: null,
|
|
|
|
|
+ fFeeid: null,
|
|
|
|
|
+ timeExamine: null,
|
|
|
|
|
+ timeInterval: null,
|
|
|
fSystemType: Cookies.get("sysType"),
|
|
fSystemType: Cookies.get("sysType"),
|
|
|
};
|
|
};
|
|
|
return;
|
|
return;
|
|
@@ -3694,17 +3711,17 @@ export default {
|
|
|
this.innerVisible = false;
|
|
this.innerVisible = false;
|
|
|
this.chargeList_s = [];
|
|
this.chargeList_s = [];
|
|
|
this.queryParameter = {
|
|
this.queryParameter = {
|
|
|
- fCorpid: "",
|
|
|
|
|
|
|
+ fCorpid: null,
|
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
fToCorpid: this.queryParams.fCorpid,
|
|
|
- fMblno: "",
|
|
|
|
|
- fStatementNo: "",
|
|
|
|
|
- fFeeid: "",
|
|
|
|
|
- fBilltype: "",
|
|
|
|
|
- fBusinessType: "",
|
|
|
|
|
- fVslid: "",
|
|
|
|
|
- fVoyid: "",
|
|
|
|
|
- timeExamine: "",
|
|
|
|
|
- timeInterval: "",
|
|
|
|
|
|
|
+ fMblno: null,
|
|
|
|
|
+ fStatementNo: null,
|
|
|
|
|
+ fFeeid: null,
|
|
|
|
|
+ fBilltype: null,
|
|
|
|
|
+ fBusinessType: null,
|
|
|
|
|
+ fVslid: null,
|
|
|
|
|
+ fVoyid: null,
|
|
|
|
|
+ timeExamine: null,
|
|
|
|
|
+ timeInterval: null,
|
|
|
fSystemType: Cookies.get("sysType"),
|
|
fSystemType: Cookies.get("sysType"),
|
|
|
};
|
|
};
|
|
|
this.increase_s = result;
|
|
this.increase_s = result;
|
|
@@ -4036,13 +4053,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|
|
@@ -4062,13 +4079,13 @@ export default {
|
|
|
if (e.fBsdate) {
|
|
if (e.fBsdate) {
|
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
e.fBsdate = e.fBsdate.slice(0, 10);
|
|
|
}
|
|
}
|
|
|
- if (e.fSrcdc) {
|
|
|
|
|
- if (e.fSrcdc == "D") {
|
|
|
|
|
- e.fSrcdc = "收";
|
|
|
|
|
- } else {
|
|
|
|
|
- e.fSrcdc = "付";
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (e.fSrcdc) {
|
|
|
|
|
+ // if (e.fSrcdc == "D") {
|
|
|
|
|
+ // e.fSrcdc = "收";
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // e.fSrcdc = "付";
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
this.increase_s = response.data.feeDoList;
|
|
this.increase_s = response.data.feeDoList;
|