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
28135a3a
Commit
28135a3a
authored
Oct 23, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3eca3283
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+21
-2
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
28135a3a
...
...
@@ -1263,10 +1263,30 @@
v-if=
"son.AuditStatus!=2 && MsgUrl"
>
<span
class=
"_sm"
>
<p
class=
"_name"
>
<span
class=
"_n"
>
{{son.AuditName}}
ffffffffffff
</span>
<span
class=
"_n"
>
{{son.AuditName}}
</span>
<span
class=
"_sm"
v-if=
"son.AuditStatus==1"
>
待审
</span>
<span
class=
"_sn"
v-if=
"son.AuditStatus==2"
>
通过
</span>
<span
class=
"_m"
v-if=
"son.AuditStatus==4"
>
驳回
</span>
<span
v-if=
"GetDetail.RB_Branch_Id == 1220 && GetDetail.IsShowFY==0 && (GetDetail.TemplateId == 247 || GetDetail.TemplateId == 245) && son.AuditEmId == 2739"
>
<span
style=
"color:red"
>
*返佣制单
</span>
:
<el-checkbox
v-model=
"AuditOrRefundMsg.AutoFinanceType"
:true-label=
"1"
:false-label=
"0"
></el-checkbox>
<el-select
v-if=
"AuditOrRefundMsg.AutoFinanceType==1"
filterable
v-model=
'AuditOrRefundMsg.FCostTypeId'
class=
" _border_b_1"
style=
"width:130px"
>
<el-option
label=
'房费送客手数料'
value=
'1851'
key=
'1851'
></el-option>
<el-option
label=
'餐费送客手数料'
value=
'1852'
key=
'1852'
></el-option>
<el-option
label=
'门票送客手数料'
value=
'1853'
key=
'1853'
></el-option>
</el-select>
<el-select
v-if=
"AuditOrRefundMsg.AutoFinanceType==1"
filterable
v-model=
'AuditOrRefundMsg.BankAccountId'
class=
" _border_b_1"
style=
"width:150px"
>
<el-option
label=
'兹贺银行25440'
value=
'40'
key=
'40'
></el-option>
<el-option
label=
'京都银行1080738 '
value=
'44'
key=
'44'
></el-option>
<el-option
label=
'京都银行1070078'
value=
'45'
key=
'45'
></el-option>
<el-option
label=
'兹贺银行975121'
value=
'46'
key=
'46'
></el-option>
<el-option
label=
'PIC瑞穗銀行みずほ'
value=
'109'
key=
'109'
></el-option>
</el-select>
<span
v-if=
"AuditOrRefundMsg.AutoFinanceType==1"
>
返佣金额:
</span>
<el-input
v-if=
"AuditOrRefundMsg.AutoFinanceType==1"
v-model=
"AuditOrRefundMsg.FinanceMoney"
class=
"w80"
placeholder=
"请输入返佣金额"
/>
</span>
<br/>
<span
v-if=
"AuditOrRefundMsg.AutoFinanceType==1"
style=
"font-size:12px;color: green"
>
注释:此处返佣制单为台湾请求书未标记返佣金额,需日本自行设置返佣金额,系统会自动创建返佣收入单
</span>
</p>
<
template
v-if=
"son.CareOfRemarks"
>
<div
class=
"_zhuan_msg"
v-for=
"(z,zIndex) in JSON.parse(son.CareOfRemarks)"
>
...
...
@@ -1276,7 +1296,6 @@
</
template
>
</span>
</div>
<div><span>
ffffffffffffff
</span></div>
<textarea
v-if=
"item.SpecialNode!=2||AuditOrRefundMsg.Status=='3'"
class=
"_textarea"
v-model=
"AuditOrRefundMsg.Description"
placeholder=
"请输入..."
></textarea>
<div
v-else-if=
"item.SpecialNode!==0&&AuditOrRefundMsg.Status=='5'"
>
...
...
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