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
663d9a94
Commit
663d9a94
authored
Nov 07, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdcr,botset左右栏位修改
parent
88090f92
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
81 additions
and
103 deletions
+81
-103
Botdcrp1.vue
src/views/Business/Botdcr/Botdcrp1.vue
+13
-18
Inst.vue
src/views/Business/Botdcr/Inst.vue
+6
-9
Ptyp.vue
src/views/Business/Botdcr/Ptyp.vue
+6
-4
Basp2.vue
src/views/Business/Botset/Basp2.vue
+7
-7
Basp3.vue
src/views/Business/Botset/Basp3.vue
+7
-7
Cnyp1.vue
src/views/Business/Botset/Cnyp1.vue
+3
-2
Docpan1.vue
src/views/Business/Botset/Docpan1.vue
+5
-5
Incp.vue
src/views/Business/Botset/Incp.vue
+7
-11
Inst.vue
src/views/Business/Botset/Inst.vue
+6
-15
Ptyp.vue
src/views/Business/Botset/Ptyp.vue
+6
-4
Setp.vue
src/views/Business/Botset/Setp.vue
+10
-16
Wg.vue
src/views/Business/Botset/Wg.vue
+5
-5
No files found.
src/views/Business/Botdcr/Botdcrp1.vue
View file @
663d9a94
<
template
>
<c-row>
<!-- =================顶部====================== -->
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"22"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"托收业务编号"
prop=
"bodgrp.rec.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.bodgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入托收业务编号"
style=
"width: 95%"
disabled
></c-input>
...
...
@@ -13,16 +12,6 @@
<c-button
style=
"margin:0 10px 0 0;padding: 0 10px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"摘要"
prop=
"bodgrp.rec.nam"
>
<c-input
text-align=
"middle"
v-model=
"model.bodgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"托收金额"
prop=
"bodgrp.cbs.max.cur"
>
<c-select
disabled
v-model=
"model.bodgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
>
...
...
@@ -150,8 +139,14 @@
</el-form-item>
</c-col>
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"摘要"
prop=
"bodgrp.rec.nam"
>
<c-input
text-align=
"middle"
v-model=
"model.bodgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人"
prop=
"bodgrp.drr.pts.ref"
>
...
...
@@ -196,7 +191,7 @@
:ifShowDelete=
"model.rejtypsel == 'R'"
>
</c-docpre>
</c-col>
</c-row
>
</div
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Botdcr/Inst.vue
View file @
663d9a94
<
template
>
<c-row
>
<!-- ====================左边=======
================ -->
<c-col
:span=
"12
"
>
<div
class=
"eibs"
>
<!-- ==================左边
================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"放单指示条款"
style=
"padding-top:15px"
>
<c-fullbox>
...
...
@@ -82,9 +82,8 @@
</el-form-item>
</c-col>
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"费用承担条款"
prop=
"bodgrp.rec.chato"
style=
"padding-top:15px"
>
...
...
@@ -157,10 +156,8 @@
<c-input
style=
"padding-top:15px"
v-model=
"model.bodgrp.rec.lescom"
placeholder=
"请输入托收金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row
>
</div
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Botdcr/Ptyp.vue
View file @
663d9a94
<
template
>
<c-row>
<c-col
:span=
"11"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-ptap
:model=
"model"
:argadr=
"
{
...
...
@@ -27,7 +28,8 @@
>
</c-ptap>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-ptap
:model=
"model"
:argadr=
"
{
...
...
@@ -93,7 +95,7 @@
</el-table-column>
</c-table>
</c-col>
</c-row
>
</div
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Botset/Basp2.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"11"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申报号码"
prop=
"bopmod.dbdgrp.bas.rptno"
>
<c-input
...
...
@@ -178,11 +179,10 @@
></c-input-currency>
</el-form-item>
</c-col>
</el
-col>
</c
-col>
<!--=====================right ============================= -->
<el-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
...
...
@@ -320,7 +320,7 @@
></c-input-currency>
</el-form-item>
</c-col>
</el
-col>
</c
-col>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Botset/Basp3.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"11"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申报号码"
prop=
"bopmod.dbagrp.bas.rptno"
>
<c-input
...
...
@@ -289,11 +290,10 @@
</el-form-item>
</c-col>
</c-col>
</el
-col>
</c
-col>
<!--=====================right ============================= -->
<el-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
<c-col
:span=
"24"
><el-form-item
label=
""
></el-form-item></c-col>
...
...
@@ -398,7 +398,7 @@
></c-input>
</el-form-item>
</c-col>
</el
-col>
</c
-col>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Botset/Cnyp1.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"30%"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2101表"
...
...
src/views/Business/Botset/Docpan1.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs
-tab
"
>
<!-- left
-->
<c-col
:span=
"12
"
>
<div
class=
"eibs"
>
<!-- ==================左边================
-->
<c-col
:span=
"12"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"验证证书编号"
...
...
@@ -18,8 +18,8 @@
</c-col>
</c-col>
<!-- right
-->
<c-col
:span=
"12
"
>
<!-- ============右边=================
-->
<c-col
:span=
"12"
style=
"padding-left: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"ACT"
prop=
"lendoc.account"
>
<c-fullbox>
...
...
src/views/Business/Botset/Incp.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<el-col
:span=
"11"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"业务主键 "
prop=
"cnybop.cnyinc.spk"
>
<c-input
disabled
v-model=
"model.cnybop.cnyinc.spk"
maxlength=
"20"
placeholder=
""
></c-input>
...
...
@@ -140,15 +141,11 @@
<c-input
v-model=
"model.cnybop.saddword"
maxlength=
"80"
placeholder=
""
></c-input>
</c-form-item>
</c-col>
</c-col>
</el-col>
<!--=====================right ============================= -->
<el-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"银行业务编号"
prop=
"cnybop.cnyinc.sbanktrano"
>
<c-input
disabled
v-model=
"model.cnybop.cnyinc.sbanktrano"
maxlength=
"22"
placeholder=
""
></c-input>
...
...
@@ -227,8 +224,7 @@
<c-input
v-model=
"model.cnybop.cnyinc.fnogoodsamt"
placeholder=
""
></c-input>
</c-form-item>
</c-col>
</el-col>
</c-col>
</div>
</
template
>
...
...
src/views/Business/Botset/Inst.vue
View file @
663d9a94
<
template
>
<c-row
>
<!-- ====================左边=======
================ -->
<c-col
:span=
"12
"
>
<div
class=
"eibs"
>
<!-- ==================左边
================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"放单指示条款"
style=
"padding-top:15px"
>
<c-fullbox>
...
...
@@ -16,12 +16,6 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
disabled
v-model=
"colinsflg"
>
放单指示条款修改
</c-checkbox>
...
...
@@ -93,11 +87,8 @@
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
style=
"width:100%"
>
<el-form-item
label=
"费用承担条款"
prop=
"bodgrp.rec.chato"
style=
"padding-top:15px"
>
...
...
@@ -174,7 +165,7 @@
</c-col>
</c-row
>
</div
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Botset/Ptyp.vue
View file @
663d9a94
<
template
>
<c-row>
<c-col
:span=
"11"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-ptap
:model=
"model"
:argadr=
"
{
...
...
@@ -27,7 +28,8 @@
>
</c-ptap>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<!-- ============右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-ptap
:model=
"model"
:argadr=
"
{
...
...
@@ -56,7 +58,7 @@
</el-table-column>
</c-edit-table>
</c-col>
</c-row
>
</div
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Botset/Setp.vue
View file @
663d9a94
<
template
>
<c-row>
<c-row>
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<div
class=
"eibs"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
...
...
@@ -21,7 +20,7 @@
</c-col>
<c-col
:span=
"2"
>
<c-button
style=
"
margin: 0 10px 0 0; padding: 0 10px
"
style=
"
float:right
"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
...
...
@@ -199,8 +198,8 @@
</el-form-item>
</c-col>
</c-col>
<!-- ====================右边======
================= -->
<c-col
:span=
"11"
:offset=
"1
"
>
<!-- ============右边
================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"简略信息"
prop=
"bodgrp.rec.nam"
>
<c-input
...
...
@@ -275,10 +274,6 @@
</el-form-item>
</c-col>
</c-col>
</c-row>
<div
class=
"line"
/>
<hr
/>
<!-- next part -->
<c-col
:span=
"24"
style=
"margin-bottom: 35px"
>
...
...
@@ -293,7 +288,8 @@
</c-istream-table>
</c-col>
<c-col
:span=
"12"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.rec.focflg"
>
<c-checkbox
v-model=
"model.bodgrp.rec.focflg"
...
...
@@ -381,9 +377,7 @@
<el-form-item
label=
"归还押汇款"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px; margin-top: 5px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"24"
>
<c-table
:data=
"model.bptbck.bptbckg"
style=
"width: 100%"
>
<el-table-column
prop=
"ownref"
label=
"托收业务编号"
width=
"389px"
>
...
...
@@ -396,7 +390,7 @@
</el-table-column>
</c-table>
</c-col>
</c-row
>
</div
>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
...
...
src/views/Business/Botset/Wg.vue
View file @
663d9a94
<
template
>
<div
class=
"eibs
-tab
"
>
<!-- left
-->
<c-col
:span=
"11
"
>
<div
class=
"eibs"
>
<!-- ==================左边================
-->
<c-col
:span=
"12"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
"申报类型"
prop=
"bopmod.szflg"
>
...
...
@@ -52,8 +52,8 @@
</el-form-item>
</c-col>
</c-col>
<!-- right
-->
<c-col
:span=
"11"
:offset=
"1
"
>
<!-- ============右边=================
-->
<c-col
:span=
"12"
style=
"padding-left: 20px;
"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"bopmod.ownextkey"
>
<c-select
...
...
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