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
zhouqian
vue-gjjs
Commits
e1ba7d8b
Commit
e1ba7d8b
authored
Dec 23, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
c6ad824d
fcd92579
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
Sel.vue
src/views/Business/Ditsel/Sel.vue
+17
-12
index.vue
src/views/Business/Ditsel/index.vue
+1
-0
No files found.
src/views/Business/Ditsel/Sel.vue
View file @
e1ba7d8b
...
...
@@ -12,6 +12,9 @@
v-model=
"model.didgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入信用证编号"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('didgrp.rec.ownref')
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -99,7 +102,7 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证余额"
>
<c-select
v-model=
"model.didgrp.cbs.
nom
1.cur"
v-model=
"model.didgrp.cbs.
opn
1.cur"
style=
"width: 95%"
disabled
>
...
...
@@ -109,7 +112,7 @@
<c-col
:span=
"11"
>
<el-form-item
label-width=
"0"
>
<c-input
v-model=
"model.didgrp.cbs.opn1.
cur
"
v-model=
"model.didgrp.cbs.opn1.
amt
"
maxlength=
"3"
placeholder=
"请输入信用证余额"
disabled
...
...
@@ -180,7 +183,7 @@
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"0"
>
<c-input
v-model=
"model.
bddgrp.rec.ownref
"
v-model=
"model.
didgrp.rec.expplc
"
maxlength=
"16"
disabled
></c-input>
...
...
@@ -220,7 +223,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.
bpdget.sdamod.seainf
"
v-model=
"model.
didgrp.apl.pts.nam
"
placeholder=
"请输入"
disabled
></c-input>
...
...
@@ -244,7 +247,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.
bddget.sdamod.seainf
"
v-model=
"model.
didgrp.ben.pts.nam
"
placeholder=
"请输入"
disabled
></c-input>
...
...
@@ -263,7 +266,9 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
maxlength=
"16"
disabled
></c-input>
<c-input
v-model=
"model.didgrp.adv.pts.nam"
maxlength=
"16"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -435,7 +440,7 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"单据余额"
>
<c-select
v-model=
"model.bddgrp.cbs.
max
.cur"
v-model=
"model.bddgrp.cbs.
opn1
.cur"
style=
"width: 95%"
placeholder=
"请选择单据余额"
disabled
...
...
@@ -513,11 +518,11 @@
></c-input>
</el-form-item>
</c-col>
<!-- model.bpdget.sdamod.seainf 修改为 didgrp.apl.pts.nam -->
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.
bpdget.sdamod.seainf
"
v-model=
"model.
didgrp.apl.pts.nam
"
placeholder=
"请输入"
disabled
></c-input>
...
...
@@ -537,11 +542,11 @@
></c-input>
</el-form-item>
</c-col>
<!-- model.bddget.sdamod.seainf 修改为 bddgrp.ben.pts.nam -->
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.bddg
et.sdamod.seainf
"
v-model=
"model.bddg
rp.ben.pts.nam
"
placeholder=
"请输入"
disabled
></c-input>
...
...
@@ -1938,7 +1943,7 @@ export default {
{
title
:
""
,
url
:
"#"
,
disabled
:
false
},
{
title
:
""
,
url
:
"#"
,
disabled
:
false
},
{
title
:
"开立信用证"
,
url
:
"#/business/ditopn"
,
disabled
:
false
},
{
title
:
"信用证修改"
,
url
:
"#/business/ditame"
,
disabled
:
tru
e
},
{
title
:
"信用证修改"
,
url
:
"#/business/ditame"
,
disabled
:
fals
e
},
{
title
:
"减额修改接受"
,
url
:
"#"
,
disabled
:
true
},
{
title
:
""
,
url
:
"#"
,
disabled
:
false
},
{
title
:
""
,
url
:
"#"
,
disabled
:
false
},
...
...
src/views/Business/Ditsel/index.vue
View file @
e1ba7d8b
...
...
@@ -43,6 +43,7 @@ export default {
data
()
{
return
{
tabVal
:
"sel"
,
trnName
:
"ditsel"
,
model
:
new
Ditsel
().
data
,
// defaultRule:Default,
// rules:this.mergeRules(Pattern,Check),
...
...
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