Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
8a21db06
Commit
8a21db06
authored
Jul 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账务调整
parent
a26fba21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
index.js
src/config/CodeTable/index.js
+8
-0
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+0
-0
Setpan.vue
src/views/Public/Setpan.vue
+5
-4
No files found.
src/config/CodeTable/index.js
View file @
8a21db06
...
...
@@ -6308,6 +6308,14 @@ const CodeTable = {
],
payee
:
[
{
label
:
"OWN Ourselves"
,
value
:
"OWN"
},
{
label
:
"Applicant"
,
value
:
"APPL"
},
{
label
:
"Beneficiary"
,
value
:
"BENE"
},
{
label
:
"ISS issuing Bank"
,
value
:
"ISS"
}
],
ptydbt1
:
[
{
label
:
"Advising Bank"
,
value
:
"ADV"
},
{
label
:
"Applicant"
,
value
:
"APPL"
},
{
label
:
"Beneficiary"
,
value
:
"BENE"
},
{
label
:
"ISS issuing Bank"
,
value
:
"ISS"
}
],
acccur
:
[
...
...
src/views/Business/Detopn/Ovwp.vue
View file @
8a21db06
This diff is collapsed.
Click to expand it.
src/views/Public/Setpan.vue
View file @
8a21db06
...
...
@@ -186,7 +186,7 @@
<el-form
:model=
"dialog"
label-width=
"200px"
>
<c-col
:span=
"16"
>
<el-form-item
label=
"收款人"
>
<c-select
v-model=
"dialog.p
ayee
"
style=
"width: 100%"
>
<c-select
v-model=
"dialog.p
typay
"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.payee"
:key=
"item.value"
...
...
@@ -205,7 +205,7 @@
<el-form-item
label=
"付款人"
>
<c-select
v-model=
"dialog.ptydbt"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.ptydbt"
v-for=
"item in codes.ptydbt
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -216,7 +216,7 @@
</c-col>
<c-col
:span=
"16"
>
<el-form-item
label=
"付款人摘要"
>
<c-input
v-model=
"dialog.txtdb
p
"
style=
"width: 100%"
/>
<c-input
v-model=
"dialog.txtdb
t
"
style=
"width: 100%"
/>
</el-form-item>
</c-col>
<c-col
:span=
"16"
>
...
...
@@ -1089,8 +1089,9 @@ export default {
},
// 第二个表格
detail1
(
index
,
row
)
{
this
.
executeDefault
(
"setfel
/
det"
).
then
(
res
=>
{
this
.
executeDefault
(
"setfel
.
det"
).
then
(
res
=>
{
this
.
dialogVisible
=
true
;
console
.
log
(
row
)
this
.
dialog
=
row
;
this
.
index
=
index
;
})
...
...
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