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
252fbc80
Commit
252fbc80
authored
Jan 14, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开立基本信息调整
parent
2e13eaae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
22 deletions
+17
-22
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+17
-22
No files found.
src/views/Business/Ditopn/Ovwp.vue
View file @
252fbc80
...
...
@@ -92,7 +92,7 @@
</c-col>
-->
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
1
"
>
<c-form-item
label=
"信用证金额"
prop=
"didgrp.cbs.nom1.cur"
previewLabel=
"信用证币种"
>
<c-select
disabled
...
...
@@ -110,11 +110,11 @@
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
3
"
>
<c-form-item
previewLabel=
"信用证金额"
style=
"text-align: left"
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"didgrp.cbs.nom1.amt"
>
<c-input-currency
...
...
@@ -136,24 +136,22 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-form-item
label=
"上下浮动限额"
prop=
"didgrp.rec.nomtop"
>
<c-input
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
style=
"width: 4
0
%"
style=
"width: 4
8
%"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
<label
style=
"display:inline-block;width:calc(
20% - 15
px);text-align:center;"
>
-
</label>
<label
style=
"display:inline-block;width:calc(
3% - 4
px);text-align:center;"
>
-
</label>
<c-input
v-model=
"model.didgrp.rec.nomton"
maxlength=
"9"
style=
"width: 4
0
%"
style=
"width: 4
8
%"
placeholder=
"请输入Amount Tolerance - Negative"
></c-input>
</c-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
style=
"text-align: left"
>
<el-form-item
label=
""
...
...
@@ -171,11 +169,11 @@
<!--
<c-col>
</c-col>
-->
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
"信用证最大金额"
prop=
"didgrp.cbs.max.cur"
>
<c-select
v-model=
"model.didgrp.cbs.max.cur"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择Currency"
disabled
>
...
...
@@ -190,8 +188,8 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
""
label-width=
"
0
"
prop=
"didgrp.cbs.max.amt"
>
<c-col
:span=
"1
3
"
>
<el-form-item
label=
""
label-width=
"
5px
"
prop=
"didgrp.cbs.max.amt"
>
<c-input
v-model=
"model.didgrp.cbs.max.amt"
placeholder=
"请输入信用证最大金额"
...
...
@@ -235,19 +233,17 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-form-item
label=
"开证日期"
prop=
"didgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Date"
style=
"width:100%"
></c-date-picker>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'H'"
label=
"最迟货物装运日"
...
...
@@ -257,7 +253,7 @@
type=
"date"
v-model=
"model.didgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择Date"
></c-date-picker>
</el-form-item>
...
...
@@ -270,8 +266,9 @@
type=
"date"
v-model=
"model.didgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择Date"
></c-date-picker>
</el-form-item>
<el-form-item
...
...
@@ -283,24 +280,22 @@
type=
"date"
v-model=
"model.didgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-form-item
label=
"有效日期"
prop=
"didgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Date"
style=
"width:100%"
></c-date-picker>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"有效地点"
prop=
"didgrp.rec.expplc"
>
<c-input
...
...
@@ -328,7 +323,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"报文类型"
label-width=
"
80
px"
>
<el-form-item
label=
"报文类型"
label-width=
"
103
px"
>
<c-select
v-model=
"model.ditp.msgtyp"
placeholder=
"请选择报文类型"
:code=
"getValues('ditp.msgtyp')"
:disabled=
"model.didgrp.rec.elcflg!='Y'"
/>
...
...
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