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
6f1146c8
Commit
6f1146c8
authored
Mar 11, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
财务修改
parents
fb361236
4b41699d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+13
-1
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+1
-0
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
6f1146c8
...
@@ -131,6 +131,16 @@
...
@@ -131,6 +131,16 @@
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<li
v-if=
'msg.Conditon==3'
>
<span>
<em>
佣金单据
</em>
<el-select
v-model=
"msg.IsSpecial"
filterable
class=
"w150"
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
:value=
"1"
label=
"否"
></el-option>
<el-option
:value=
"2"
label=
"是"
></el-option>
</el-select>
</span>
</li>
<li>
<li>
<span>
<span>
<em>
模板类型
</em>
<em>
模板类型
</em>
...
@@ -777,6 +787,7 @@ export default {
...
@@ -777,6 +787,7 @@ export default {
QStartDate
:
''
,
QStartDate
:
''
,
UpdateBy
:
''
,
UpdateBy
:
''
,
Sort
:
'2'
,
Sort
:
'2'
,
IsSpecial
:
1
},
},
getCompanyMsg
:{
// 公司
getCompanyMsg
:{
// 公司
RB_Group_Id
:
'0'
,
RB_Group_Id
:
'0'
,
...
@@ -1356,6 +1367,7 @@ export default {
...
@@ -1356,6 +1367,7 @@ export default {
OrderID
:
this
.
msg
.
OrderID
==
0
?
''
:
this
.
msg
.
OrderID
,
OrderID
:
this
.
msg
.
OrderID
==
0
?
''
:
this
.
msg
.
OrderID
,
Sort
:
this
.
msg
.
Sort
,
Sort
:
this
.
msg
.
Sort
,
EmployeeId
:
this
.
msg
.
EmployeeId
,
EmployeeId
:
this
.
msg
.
EmployeeId
,
IsSpecial
:
this
.
msg
.
IsSpecial
}
}
this
.
msg
=
msg
;
this
.
msg
=
msg
;
},
},
...
...
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
6f1146c8
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==3"
>
{{
'外币现金'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==3"
>
{{
'外币现金'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==4"
>
{{
'资金池'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==4"
>
{{
'资金池'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==5"
>
{{
'平台虚拟账户'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==5"
>
{{
'平台虚拟账户'
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==6"
>
{{
'地接虚拟账户'
}}
</span>
</p>
</p>
<p
style=
"font-weight: bold"
><span
class=
""
>
编号:
</span>
{{
GetDetail
.
FrID
}}
</p>
<p
style=
"font-weight: bold"
><span
class=
""
>
编号:
</span>
{{
GetDetail
.
FrID
}}
</p>
</div>
</div>
...
...
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