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
2ad60faf
Commit
2ad60faf
authored
Nov 09, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betacc 初始化、界面
parent
b0c0ba3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
97 additions
and
97 deletions
+97
-97
buildCommons.js
src/business/betacc/event/buildCommons.js
+1
-0
index.js
src/business/betacc/model/index.js
+12
-12
Accp.vue
src/business/betacc/views/Accp.vue
+84
-85
No files found.
src/business/betacc/event/buildCommons.js
View file @
2ad60faf
...
...
@@ -49,6 +49,7 @@ export default {
cnfsta
:
model
.
bedgrp
.
rec
.
cnfsta
,
snadat
:
model
.
snadat
,
docamt
:
model
.
setmod
.
docamt
,
doctypcod
:
model
.
bedgrp
.
rec
.
doctypcod
,
},
cbsMap
:
{
MAX
:
model
.
bedgrp
.
cbs
.
max
,
...
...
src/business/betacc/model/index.js
View file @
2ad60faf
...
...
@@ -19,7 +19,7 @@ export default class Betacc {
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
amt
:
'
0
'
}
},
rmb
:
{
...
...
@@ -44,14 +44,14 @@ export default class Betacc {
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
amt
:
'
0
'
},
opn2
:
{
amt
:
''
amt
:
'
0
'
},
max
:
{
cur
:
''
,
amt
:
''
amt
:
'
0
'
}
},
iss
:
{
...
...
@@ -65,8 +65,8 @@ export default class Betacc {
}
},
aamset
:
{
utlamt
:
''
,
utlamt2
:
''
utlamt
:
'
0
'
,
utlamt2
:
'
0
'
},
mtabut
:
{
coninf
:
{
...
...
@@ -144,22 +144,22 @@ export default class Betacc {
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
amt
:
'
0
'
},
opn2
:
{
cur
:
''
},
max
:
{
cur
:
''
,
amt
:
''
amt
:
'
0
'
}
}
},
trnmod
:
{
swiadd
:
{
strinf
:
''
}
swiadd
:
{
strinf
:
''
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/business/betacc/views/Accp.vue
View file @
2ad60faf
...
...
@@ -190,100 +190,17 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- right -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"信用证余额"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.ledgrp.cbs.opn1.cur"
maxlength=
"3"
placeholder=
"请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input-currency-min
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据简略信息"
prop=
"bedgrp.rec.nam"
>
<c-input
v-model=
"model.bedgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- next part -->
<!-- left -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期日修订说明"
prop=
"
trnmod.
swiadd.strinf"
prop=
"swiadd.strinf"
>
<c-input
type=
"textarea"
v-model=
"model.
trnmod.
swiadd.strinf"
v-model=
"model.swiadd.strinf"
maxlength=
"35"
show-word-limit
placeholder=
"请输入说明"
...
...
@@ -371,6 +288,88 @@
<!-- right -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"信用证余额"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.ledgrp.cbs.opn1.cur"
maxlength=
"3"
placeholder=
"请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input-currency-min
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据简略信息"
prop=
"bedgrp.rec.nam"
>
<c-input
v-model=
"model.bedgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
:argadr=
"{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled=
"true"
:enRef=
"false"
:enNam=
"false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- right -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"18"
>
...
...
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