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
5774048b
Commit
5774048b
authored
Jan 26, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
ce35a8f7
23ea43aa
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
13 deletions
+40
-13
Pattern.js
src/model/Cptadv/Pattern.js
+3
-3
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+25
-0
Sbxx.vue
src/views/Business/Cptadv/Sbxx.vue
+10
-10
index.vue
src/views/Business/Cptadv/index.vue
+2
-0
No files found.
src/model/Cptadv/Pattern.js
View file @
5774048b
...
...
@@ -197,7 +197,7 @@ export default {
"cpdgrp.blk.contag70"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cpdgrp.ori.adrelc"
:[
...
...
@@ -333,13 +333,13 @@ export default {
],
"mtabut.coninf.oitinf.oit.inftxt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.oitset.oit.inftxt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
...
...
src/views/Business/Cptadv/Opnp1.vue
View file @
5774048b
...
...
@@ -357,6 +357,31 @@
<CptOpnp1Common
:model=
"model"
:codes=
"codes"
v-on:onSndpDet=
"onSndpDet"
></CptOpnp1Common>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
v-if=
"model.cpdgrp.rec.swftyp === '103' || model.cpdgrp.rec.swftyp === '202' || model.cpdgrp.rec.swftyp === '200'"
>
<el-form-item
label=
"汇款人名称"
prop=
"orcnam"
>
<c-input
v-model=
"model.orcnam"
maxlength=
"100"
placeholder=
"请输入汇款人名称"
style=
"width:100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
v-if=
"model.cpdgrp.rec.swftyp === '103'"
>
<el-form-item
label=
"Remittance Information(Tag 70)"
prop=
"cpdgrp.blk.contag70"
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"200"
v-model=
"model.cpdgrp.blk.contag70"
show-word-limit
placeholder=
"请输入Remittance Information"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender">
<c-input v-model="model.cptp.recget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
...
...
src/views/Business/Cptadv/Sbxx.vue
View file @
5774048b
...
...
@@ -102,10 +102,10 @@
<c-col
:span=
"12"
style=
"margin-top: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"1
6
0px"
prop=
"cnybop.cnyflg"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"1
8
0px"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择是否报送跨境人民币2101表"
>
<el-option
...
...
@@ -119,10 +119,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"1
6
0px"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"1
8
0px"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择是否报送跨境人民币2107表"
disabled
>
...
...
@@ -138,10 +138,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"1
6
0px"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"1
8
0px"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择是否报送跨境人民币2111表"
disabled
>
...
...
@@ -156,10 +156,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"1
6
0px"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"1
8
0px"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择是否报送跨境人民币2106表"
disabled
>
...
...
@@ -174,10 +174,10 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"1
6
0px"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"1
8
0px"
>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width:
100
%"
style=
"width:
95
%"
placeholder=
"请选择是否报送跨境人民币2122表"
disabled
>
...
...
src/views/Business/Cptadv/index.vue
View file @
5774048b
...
...
@@ -31,7 +31,9 @@
</el-tab-pane>
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<!--PD000006 -->
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
ref=
"glepan"
/>
...
...
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