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
f556a043
Commit
f556a043
authored
Jan 26, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款调整
parent
ff4d6deb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
9 deletions
+23
-9
Pattern.js
src/model/Cptopn/Pattern.js
+10
-3
Sbxx.vue
src/views/Business/Cptopn/Sbxx.vue
+2
-2
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+11
-4
No files found.
src/model/Cptopn/Pattern.js
View file @
f556a043
...
...
@@ -273,7 +273,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cpdgrp.orc.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cptp.orcp.ptsget.sdamod.seainf"
:[
...
...
@@ -536,8 +536,15 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
21
,
message
:
"长度不能超过21"
}
],
"bopmod.szflg"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
],
"cnybop.outflg"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
],
"pyenam"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
],
...
...
src/views/Business/Cptopn/Sbxx.vue
View file @
f556a043
...
...
@@ -10,7 +10,7 @@
<c-col
:span=
"24"
style=
"margin-top: 20px;"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"申报类型"
label-width=
"30%"
>
<el-form-item
label=
"申报类型"
label-width=
"30%"
prop=
"bopmod.szflg"
>
<c-select
v-model=
"model.bopmod.szflg"
style=
"width: 100%"
...
...
@@ -126,7 +126,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"30%"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"30%"
prop=
"cnybop.outflg"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width: 100%;"
...
...
src/views/Public/CptOpnp1Common.vue
View file @
f556a043
...
...
@@ -91,7 +91,7 @@
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
""
>
<el-form-item
label=
""
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入汇款人客户号"
...
...
@@ -157,7 +157,7 @@
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
<c-input
placeholder=
"请输入发报行"
disabled
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
<
template
slot=
"footer"
>
...
...
@@ -185,7 +185,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"cpdgrp.snd.pts.nam"
>
<c-input
placeholder=
""
v-model=
"model.cpdgrp.snd.pts.nam"
></c-input>
<c-input
placeholder=
""
disabled
v-model=
"model.cpdgrp.snd.pts.nam"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -206,6 +206,7 @@
v-model=
"model.cpdgrp.rec.curf33b"
style=
"width: 100%"
placeholder=
""
disabled
>
<el-option
v-for=
"item in codes.cur"
...
...
@@ -225,6 +226,7 @@
<c-input
v-model=
"model.cpdgrp.rec.amtf33b"
placeholder=
"请输入原始金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -235,6 +237,7 @@
<c-input
v-model=
"model.cpdgrp.rec.f36"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -249,6 +252,7 @@
v-model=
"model.cpdgrp.rec.cur71f"
placeholder=
""
style=
"width: 100%"
disabled
>
<el-option
v-for=
"item in codes.cur"
...
...
@@ -268,6 +272,7 @@
<c-input
v-model=
"model.cpdgrp.rec.amt71f"
placeholder=
"请输入发报行扣费金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -328,7 +333,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
prop=
"cpdgrp.pye.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
...
...
@@ -2355,12 +2360,14 @@
<
script
>
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
Pattern
from
"~/model/Cptopn/Pattern"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{
pattern
:
Pattern
,
infptaVisible
:
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