Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
8b68d736
Commit
8b68d736
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
037fe736
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
list.vue
src/components/FinancialModule/HandDispensingFee/list.vue
+6
-6
VisaFinancialDocuments.vue
src/components/SalesModule/VisaFinancialDocuments.vue
+1
-1
No files found.
src/components/FinancialModule/HandDispensingFee/list.vue
View file @
8b68d736
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
<el-select
filterable
v-model=
"addMsg.ExpenseAccount"
placeholder=
"选择费用类型"
style=
"width: 100%;"
<el-select
filterable
v-model=
"addMsg.ExpenseAccount"
placeholder=
"选择费用类型"
style=
"width: 100%;"
>
>
<el-option
v-for=
"(item,index) in
CostTypeList
"
:key=
"index"
:label=
"item.Name"
:value=
'item.ID'
></el-option>
<el-option
v-for=
"(item,index) in
costType
"
:key=
"index"
:label=
"item.Name"
:value=
'item.ID'
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -501,11 +501,11 @@
...
@@ -501,11 +501,11 @@
// 获取所有费用类型
// 获取所有费用类型
getTemplateCostTypeList
(){
getTemplateCostTypeList
(){
// 单项签证制单费用类型
// 单项签证制单费用类型
this
.
apipost
(
'Financial_post_GetTemplateCostTypeList'
,{},
res
=>
{
//
this.apipost('Financial_post_GetTemplateCostTypeList',{},res=>{
if
(
res
.
data
.
resultCode
==
1
){
//
if(res.data.resultCode==1){
this
.
CostTypeList
=
res
.
data
.
data
;
//
this.CostTypeList=res.data.data;
}
else
{}
//
}else{}
},
err
=>
{})
//
},err=>{})
// 手配费费用类型
// 手配费费用类型
this
.
apipost
(
'financeinfo_post_GetCostTypeList'
,{
Type
:
null
},
res
=>
{
this
.
apipost
(
'financeinfo_post_GetCostTypeList'
,{
Type
:
null
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
if
(
res
.
data
.
resultCode
==
1
){
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/VisaFinancialDocuments.vue
View file @
8b68d736
...
@@ -302,7 +302,7 @@
...
@@ -302,7 +302,7 @@
</
template
>
</
template
>
<tr
v-if=
"RollCallList.length===0"
>
<tr
v-if=
"RollCallList.length===0"
>
<td
class=
"noDataNotice"
colspan=
"
4
"
>
<td
class=
"noDataNotice"
colspan=
"
6
"
>
<div>
<div>
<p
class=
"iconfont icon-kong"
></p>
<p
class=
"iconfont icon-kong"
></p>
<p
class=
"text"
>
{{`暂无数据`}}
</p>
<p
class=
"text"
>
{{`暂无数据`}}
</p>
...
...
This diff is collapsed.
Click to expand it.
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