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
c625e653
Commit
c625e653
authored
Jun 10, 2021
by
denyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
2d7a8217
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
14 deletions
+37
-14
Pattern.js
src/model/Ditopn/Pattern.js
+1
-1
Ccvpan.vue
src/views/Business/Ditopn/Ccvpan.vue
+32
-10
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+2
-2
index.vue
src/views/Business/Ditopn/index.vue
+2
-1
No files found.
src/model/Ditopn/Pattern.js
View file @
c625e653
...
...
@@ -454,7 +454,7 @@ export default {
],
"ditp.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过8
0"
}
{
max
:
80
0
,
message
:
"长度不能超过80
0"
}
],
"litbenl1blk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Ditopn/Ccvpan.vue
View file @
c625e653
...
...
@@ -10,9 +10,17 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
prop=
"liaall.liaccv.newamt"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
</el-col>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
<el-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
style=
"width:100%"
placeholder=
"请选择Type of settlement"
>
<el-option
v-for=
"item in codes.curtxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-col>
<el-col
:span=
"14"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.newamt"
></c-input>
</el-col>
...
...
@@ -54,9 +62,16 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
prop=
"liaall.liaccv.newresamt"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
</el-col>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
<el-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
style=
"width:100%"
placeholder=
"请选择Type of settlement"
>
<el-option
v-for=
"item in codes.curtxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-col>
<el-col
:span=
"14"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.newresamt"
></c-input>
</el-col>
...
...
@@ -102,11 +117,18 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
prop=
"liaall.liaccv.concur"
>
<el-row>
<el-col
:span=
"8"
>
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
</el-col>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
<el-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
style=
"width:100%"
placeholder=
"请选择Type of settlement"
>
<el-option
v-for=
"item in codes.curtxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-col>
<el-col
:span=
"14"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.
concur
"
></c-input>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.
pctresamt
"
></c-input>
</el-col>
</el-row>
</el-form-item>
...
...
src/views/Business/Ditopn/Setpan.vue
View file @
c625e653
...
...
@@ -15,13 +15,13 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"结算金额"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width:100%"
placeholder=
"
请选择document currency"
disabled=
"disabled
"
></c-input>
<c-input
v-model=
"model.setmod.doccur"
style=
"width:100%"
placeholder=
"
CNY"
:readonly=
"true
"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
""
label-width=
"20px"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
></c-input>
<c-input
v-model=
"model.setmod.docamt"
:readonly=
"true"
placeholder=
"请输入document amount"
></c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Ditopn/index.vue
View file @
c625e653
...
...
@@ -166,7 +166,8 @@ export default {
tratyp
:
CodeTable
.
tratyp
,
dspflg
:
CodeTable
.
dspflg
,
inflev
:
CodeTable
.
inflev
,
nonrevflg1
:
CodeTable
.
nonrevflg1
nonrevflg1
:
CodeTable
.
nonrevflg1
,
curtxt
:
CodeTable
.
curtxt
},
}
},
...
...
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