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
6a0305bf
Commit
6a0305bf
authored
Jan 12, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证查询条件调整
parent
7f735df1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
15 deletions
+17
-15
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+7
-7
index.vue
src/views/Business/Infbdd/index.vue
+3
-1
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+6
-6
index.vue
src/views/Business/Infdid/index.vue
+1
-1
No files found.
src/views/Business/Infbdd/Infsea.vue
View file @
6a0305bf
...
...
@@ -14,7 +14,7 @@
<c-row>
<c-col
:span=
"23"
>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
...
...
@@ -24,12 +24,12 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<
!--
<
c-col
:span=
"2"
>
</c-col>
<c-col
:span=
"
10
"
>
</c-col>
-->
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
...
...
@@ -40,7 +40,7 @@
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
...
...
@@ -50,7 +50,7 @@
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
...
...
src/views/Business/Infbdd/index.vue
View file @
6a0305bf
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
<div
style=
"padding:0 15px"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"110px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infbddTab"
>
-->
...
...
@@ -67,6 +68,7 @@
</el-tab-pane>
-->
</el-form>
</div>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Infdid/Infsea.vue
View file @
6a0305bf
...
...
@@ -12,7 +12,7 @@
>
<el-row>
<c-col
:span=
"23"
>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
...
...
@@ -26,15 +26,15 @@
</el-form-item>
</c-col>
<
c-col
:span=
"2"
>
</c-col
>
<
!--
<c-col
:span=
"2"
>
</c-col>
--
>
<c-col
:span=
"
10
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
...
...
@@ -46,7 +46,7 @@
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
...
...
@@ -58,7 +58,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
6
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
...
...
src/views/Business/Infdid/index.vue
View file @
6a0305bf
<
template
>
<div
class=
"eContainer"
>
<div
style=
"padding:0 5px"
>
<div
style=
"padding:0
1
5px"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"110px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
...
...
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