Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
ad6a5f47
Commit
ad6a5f47
authored
Jun 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改财务模块的校区过去接口
parent
fde418bd
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
47 additions
and
47 deletions
+47
-47
CashAccount.vue
src/pages/financial/CashAccount.vue
+3
-3
CompanyAccount.vue
src/pages/financial/CompanyAccount.vue
+3
-3
XaddFinancialProcess.vue
src/pages/financial/XaddFinancialProcess.vue
+3
-3
CashAccDetail.vue
src/pages/financial/accDetail/CashAccDetail.vue
+3
-3
CompanyAccDetail.vue
src/pages/financial/accDetail/CompanyAccDetail.vue
+3
-3
PlatformAccDetail.vue
src/pages/financial/accDetail/PlatformAccDetail.vue
+2
-2
accountingWork.vue
src/pages/financial/accountingWork.vue
+3
-3
addFinancialProcess.vue
src/pages/financial/addFinancialProcess.vue
+3
-3
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+3
-3
FinancialDocuments.vue
src/pages/financial/financalDocument/FinancialDocuments.vue
+3
-3
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+3
-3
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+3
-3
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+3
-3
invoicesManager.vue
src/pages/financial/financalDocument/invoicesManager.vue
+3
-3
paySetting.vue
src/pages/financial/paySetting.vue
+3
-3
sellCommissionRules.vue
src/pages/financial/sellCommissionRules.vue
+3
-3
No files found.
src/pages/financial/CashAccount.vue
View file @
ad6a5f47
...
...
@@ -497,7 +497,7 @@
</
template
>
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
export
default
{
data
()
{
...
...
@@ -793,8 +793,8 @@
},
err
=>
{})
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/CompanyAccount.vue
View file @
ad6a5f47
...
...
@@ -608,7 +608,7 @@
</
template
>
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
export
default
{
data
()
{
...
...
@@ -910,8 +910,8 @@
},
err
=>
{})
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/XaddFinancialProcess.vue
View file @
ad6a5f47
...
...
@@ -534,7 +534,7 @@
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
import
{
getPostPage
,
...
...
@@ -762,8 +762,8 @@
},
methods
:
{
getSchool
()
{
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/accDetail/CashAccDetail.vue
View file @
ad6a5f47
...
...
@@ -395,7 +395,7 @@
</template>
<
script
>
import
moment
from
"moment"
import
{
getSchool
Page
}
from
'../../../api/school/index'
import
{
getSchool
Dropdown
}
from
'../../../api/school/index'
export
default
{
data
(){
return
{
...
...
@@ -929,8 +929,8 @@
},
err
=>
{})
},
getCompanyList
(){
//获取校区列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/accDetail/CompanyAccDetail.vue
View file @
ad6a5f47
...
...
@@ -453,7 +453,7 @@
<
script
>
import
moment
from
"moment"
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
import
{
UploadSelfFile
...
...
@@ -1157,8 +1157,8 @@
},
err
=>
{})
},
getCompanyList
()
{
//获取校区列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/accDetail/PlatformAccDetail.vue
View file @
ad6a5f47
...
...
@@ -363,7 +363,7 @@
</template>
<
script
>
import
moment
from
'moment'
import
{
getSchool
Page
}
from
'../../../api/school/index'
import
{
getSchool
Dropdown
}
from
'../../../api/school/index'
export
default
{
data
(){
...
...
@@ -948,7 +948,7 @@
},
err
=>
{})
},
getCompanyList
(){
//获取校区列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
...
...
src/pages/financial/accountingWork.vue
View file @
ad6a5f47
...
...
@@ -188,7 +188,7 @@
import
Treeselect
from
'@riophae/vue-treeselect'
import
'@riophae/vue-treeselect/dist/vue-treeselect.css'
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
import
{
queryEmployee
...
...
@@ -529,8 +529,8 @@
this
.
$refs
[
formName
].
resetFields
();
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/addFinancialProcess.vue
View file @
ad6a5f47
...
...
@@ -536,7 +536,7 @@
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
import
{
getPostPage
,
...
...
@@ -803,8 +803,8 @@
},
methods
:
{
getSchool
()
{
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
ad6a5f47
...
...
@@ -352,7 +352,7 @@
</
template
>
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
import
{
queryEmployee
...
...
@@ -451,8 +451,8 @@
this
.
GetErpLocalFile
(
"Financial_get_OutToFundTransfer"
,
this
.
msg
,
this
.
$t
(
'fnc.zjdbbiao'
)
+
".xls"
);
},
getCompanyList
:
function
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/financalDocument/FinancialDocuments.vue
View file @
ad6a5f47
...
...
@@ -1266,7 +1266,7 @@
getDeptPage
,
}
from
'../../../api/system/dept'
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
import
{
getClassNameList
,
...
...
@@ -2304,8 +2304,8 @@
})
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{})
},
Financial_post_GetConditionList
()
{
//获取财务单据枚举列表
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
ad6a5f47
...
...
@@ -982,7 +982,7 @@
}
from
'../../../api/system/dept'
import
Vue
from
'vue'
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
import
treeItemVue
from
'src/components/common/tree-table/tree-item.vue'
;
export
default
{
...
...
@@ -1631,8 +1631,8 @@ import treeItemVue from 'src/components/common/tree-table/tree-item.vue';
})
},
getCompanyList
()
{
//获取校区列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
ad6a5f47
...
...
@@ -829,7 +829,7 @@
import
{
getDeptList
}
from
'../../../api/system/dept'
import
{
UploadSelfFile
}
from
'../../../api/common/common'
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
export
default
{
data
()
{
...
...
@@ -1824,8 +1824,8 @@
},
getCompany
()
{
//公司
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
let
data
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
let
data
=
res
.
Data
;
data
.
forEach
(
x
=>
{
//给msg传校区的名字
if
(
x
.
SId
==
this
.
msg
.
RB_Branch_Id
){
this
.
msg
.
RB_BranchName
=
x
.
SName
;
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
ad6a5f47
...
...
@@ -671,7 +671,7 @@
<
script
>
import
myFlowChartModule
from
"../components/FlowChartModule.vue"
;
import
TicketingModule
from
"../components/TicketingModule.vue"
;
import
{
getSchool
Page
}
from
'../../../api/school/index'
import
{
getSchool
Dropdown
}
from
'../../../api/school/index'
import
{
getDeptList
}
from
'../../../api/system/dept'
import
{
UploadSelfFile
...
...
@@ -1753,8 +1753,8 @@
},
getCompany
()
{
// 获取公司
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
let
data
=
res
.
Data
.
PageData
;
getSchool
Dropdown
(
this
.
schoolMsg
).
then
(
res
=>
{
let
data
=
res
.
Data
;
let
Status
=
false
;
// if (this.$route.query.companyID !== '-1' && this.$route.query.companyID !== undefined&& this.$route.query.companyID !== 'undefined') {
// Status = true;
...
...
src/pages/financial/financalDocument/invoicesManager.vue
View file @
ad6a5f47
...
...
@@ -252,7 +252,7 @@
</template>
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../../api/school/index'
export
default
{
data
()
{
...
...
@@ -378,8 +378,8 @@
this
.
currentPage
=
1
;
},
getBranchList
(){
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/paySetting.vue
View file @
ad6a5f47
...
...
@@ -361,7 +361,7 @@
</template>
<
script
>
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
export
default
{
data
()
{
...
...
@@ -713,8 +713,8 @@
})
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
src/pages/financial/sellCommissionRules.vue
View file @
ad6a5f47
...
...
@@ -256,7 +256,7 @@
<
script
>
import
Vue
from
"vue"
;
import
{
getSchool
Page
getSchool
Dropdown
}
from
'../../api/school/index'
export
default
{
data
()
{
...
...
@@ -635,8 +635,8 @@
},
getCompanyList
()
{
//获取公司列表
getSchool
Page
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
getSchool
Dropdown
({}
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
;
}).
catch
(()
=>
{
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment