Commit 8fcf67b0 authored by 黄奎's avatar 黄奎
parents 628cb7ed 8eeb31d3
...@@ -1375,17 +1375,17 @@ ...@@ -1375,17 +1375,17 @@
getAllCont: function () { getAllCont: function () {
let msg = { let msg = {
TCID: this.TCID, TCID: this.TCID,
FrID: 0, // FrID: 0,
UpdateBy: '-1', // UpdateBy: '-1',
RB_Branch_Id: -1, // RB_Branch_Id: -1,
RB_Depart_Id: -2, // RB_Depart_Id: -2,
sDate: '', // sDate: '',
eDate: '', // eDate: '',
Status: '-1', // Status: '-1',
sTradeDate: '', // sTradeDate: '',
eTradeDate: '', // eTradeDate: '',
EmployeeId: 0, // EmployeeId: 0,
ClientType: 0, // ClientType: 0,
} }
this.apipost('Financial_post_GetHangingAccountTotalPrice', msg, res => { this.apipost('Financial_post_GetHangingAccountTotalPrice', msg, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment