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
7875c1a4
Commit
7875c1a4
authored
Dec 27, 2021
by
wjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wjj
parent
44145c44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
31 deletions
+39
-31
Detp.vue
src/views/Business/Bctacc/Detp.vue
+20
-16
Detp.vue
src/views/Business/Bctrad/Detp.vue
+19
-15
No files found.
src/views/Business/Bctacc/Detp.vue
View file @
7875c1a4
...
@@ -35,15 +35,18 @@
...
@@ -35,15 +35,18 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Our Charges to"
prop=
"bcdgrp.rec.chato"
>
<el-form-item
label=
"Other Instructions"
prop=
"bcdgrp.blk.othins"
>
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:50%"
placeholder=
"请选择Our Charges to"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
placeholder=
"请输入Other Instructions"
>
:value=
"item.value"
>
</c-input>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Good's Code (for Statistics)"
prop=
"bcdgrp.rec.stagod"
>
<el-form-item
label=
"Good's Code (for Statistics)"
prop=
"bcdgrp.rec.stagod"
>
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:50%"
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:50%"
...
@@ -58,13 +61,14 @@
...
@@ -58,13 +61,14 @@
<!-- ====================右边======================= -->
<!-- ====================右边======================= -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Charges Condition"
prop=
"bcdgrp.blk.othins"
>
<el-form-item
label=
"Charges Condition"
prop=
"bcdgrp.rec.chato"
>
<c-select
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:50%"
placeholder=
"请输入Charges Condition"
>
placeholder=
"请输入Charges Condition"
></c-select>
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -74,6 +78,9 @@
...
@@ -74,6 +78,9 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
style=
"width:50%"
>
Free of Payment
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
placeholder=
"请选择Waive Collecting Bank Charges"
>
placeholder=
"请选择Waive Collecting Bank Charges"
>
...
@@ -102,9 +109,6 @@
...
@@ -102,9 +109,6 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-row>
</c-row>
</
template
>
</
template
>
...
...
src/views/Business/Bctrad/Detp.vue
View file @
7875c1a4
...
@@ -35,15 +35,18 @@
...
@@ -35,15 +35,18 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Our Charges to"
prop=
"bcdgrp.rec.chato"
>
<el-form-item
label=
"Other Instructions"
prop=
"bcdgrp.blk.othins"
>
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:50%"
placeholder=
"请选择Our Charges to"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
placeholder=
"请输入Other Instructions"
>
:value=
"item.value"
>
</c-input>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Good's Code (for Statistics)"
prop=
"bcdgrp.rec.stagod"
>
<el-form-item
label=
"Good's Code (for Statistics)"
prop=
"bcdgrp.rec.stagod"
>
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:50%"
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:50%"
...
@@ -59,12 +62,13 @@
...
@@ -59,12 +62,13 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Charges Condition"
prop=
"bcdgrp.blk.othins"
>
<el-form-item
label=
"Charges Condition"
prop=
"bcdgrp.rec.chato"
>
<c-select
type=
"textarea"
v-model=
"model.bcdgrp.blk.othins"
maxlength=
"65"
show-word-limit
<c-select
v-model=
"model.bcdgrp.rec.chato"
style=
"width:50%"
placeholder=
"请输入Charges Condition"
>
placeholder=
"请输入Charges Condition"
></c-select>
<el-option
v-for=
"item in codes.chadet"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
<el-option
v-for=
"item in codes.othins"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -74,6 +78,9 @@
...
@@ -74,6 +78,9 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
style=
"width:50%"
>
Free of Payment
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label=
"Waive Collecting Bank Charges"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
placeholder=
"请选择Waive Collecting Bank Charges"
>
placeholder=
"请选择Waive Collecting Bank Charges"
>
...
@@ -102,9 +109,6 @@
...
@@ -102,9 +109,6 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
</c-col>
</c-col>
</c-col>
</c-row>
</c-row>
</
template
>
</
template
>
...
...
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