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
c88260fa
Commit
c88260fa
authored
Aug 26, 2022
by
taojinrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cptati和cptato交易bug修改
parent
c876d4c4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
29 deletions
+17
-29
Pardet.vue
src/views/Business/Cptati/Pardet.vue
+2
-3
Wg.vue
src/views/Business/Cptati/Wg.vue
+4
-15
Opnp1.vue
src/views/Business/Cptato/Opnp1.vue
+1
-1
Pardet.vue
src/views/Business/Cptato/Pardet.vue
+7
-7
Wg.vue
src/views/Business/Cptato/Wg.vue
+3
-3
No files found.
src/views/Business/Cptati/Pardet.vue
View file @
c88260fa
...
...
@@ -145,7 +145,6 @@
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
><span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
...
...
@@ -248,7 +247,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"附言"
prop=
"attp.commet"
>
<el-form-item
label=
"附言
(FMT100最多录入140个字符)
"
prop=
"attp.commet"
>
<c-input
type=
"textarea"
v-model=
"model.attp.commet"
...
...
@@ -566,7 +565,7 @@ export default {
return
this
.
model
.
attp
.
swftyp
==
"200"
;
},
flag1
()
{
return
this
.
model
.
attp
.
swftyp
==
"100"
||
this
.
model
.
attp
.
swftyp
==
"102"
||
this
.
model
.
attp
.
swftyp
==
"103"
;
return
this
.
model
.
attp
.
swftyp
==
"100"
||
this
.
model
.
attp
.
swftyp
==
"102"
||
this
.
model
.
attp
.
swftyp
==
"103"
||
this
.
model
.
attp
.
swftyp
==
''
;
},
},
}
...
...
src/views/Business/Cptati/Wg.vue
View file @
c88260fa
...
...
@@ -47,7 +47,7 @@
:disabled=
"model.bopmod.szflg==='3' ||model.bopmod.szflg===''"
>
<el-option
v-for=
"item in
codes.ownextkey1
"
v-for=
"item in
ownextkey
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -70,19 +70,6 @@
label-width=
"60%"
>
<c-input
v-model=
"model.bopmod.outchargeccy"
:disabled=
"true"
></c-input>
<!--
<c-select
v-model=
"model.bopmod.outchargeccy"
style=
"width: 95%"
placeholder=
"请选择国外银行扣费(涉外收入申报专用)"
:disabled=
"true"
>
<el-option
v-for=
"item in codes.outchargeccy"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
-->
</el-form-item>
</c-col>
...
...
@@ -183,7 +170,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
ownextkey
:[]
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
src/views/Business/Cptato/Opnp1.vue
View file @
c88260fa
...
...
@@ -500,7 +500,7 @@
<c-row
type=
"flex"
justify=
"end"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"相关参考号"
prop=
""
v-show=
"flag1"
>
<c-input></c-input>
<c-input
v-model=
"model.attp.xnggbh"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
:offset=
"2"
style=
"text-align: right"
>
...
...
src/views/Business/Cptato/Pardet.vue
View file @
c88260fa
...
...
@@ -77,7 +77,7 @@
v-model=
"model.cpdgrp.med.pts.extkey"
maxlength=
"216"
placeholder=
"请输入External Key of Address"
:disabled=
"model.attp.swftyp=='100'"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.med.pts.extkey')
"
...
...
@@ -91,7 +91,7 @@
><span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"model.attp.swftyp=='100'"
>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
>
详情
</c-button>
</
template
>
...
...
@@ -107,7 +107,7 @@
show-word-limit
placeholder=
"请输入Address Block"
rows=
"4"
:disabled=
"model.attp.swftyp=='100'"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -122,7 +122,7 @@
v-model=
"model.cpdgrp.rmt.pts.extkey"
maxlength=
"216"
placeholder=
"请输入External Key of Address"
:disabled=
"model.attp.swftyp=='100'"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.rmt.pts.extkey')
"
...
...
@@ -135,7 +135,7 @@
type=
"primary"
><span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"model.attp.swftyp=='100'"
>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
>
详情
</c-button>
</
template
>
...
...
@@ -151,7 +151,7 @@
show-word-limit
placeholder=
"请输入Address Block"
rows=
"4"
:disabled=
"model.attp.swftyp=='100'"
:disabled=
"model.attp.swftyp=='100'
||model.attp.swftyp==''
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -224,7 +224,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"附言
(FMT100最多录入140个字符)
"
prop=
"attp.commet"
>
<el-form-item
label=
"附言"
prop=
"attp.commet"
>
<c-input
type=
"textarea"
v-model=
"model.attp.commet"
...
...
src/views/Business/Cptato/Wg.vue
View file @
c88260fa
...
...
@@ -21,7 +21,7 @@
v-model=
"model.bopmod.acttyp"
style=
"width:100%"
placeholder=
"请选择地区机构号"
:disabled=
"model.bopmod.szflg==='3' || model.bopmod.szflg==='2' ||model.bopmod.szflg===''"
>
<el-option
v-for=
"item in codes.acttyp"
...
...
@@ -35,7 +35,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"bopmod.ownextkey"
>
<c-select
v-model=
"model.bopmod.ownextkey"
style=
"width:100%"
placeholder=
"请选择地区机构号"
>
<c-select
v-model=
"model.bopmod.ownextkey"
style=
"width:100%"
placeholder=
"请选择地区机构号"
:disabled=
"model.bopmod.szflg==='3' ||model.bopmod.szflg===''"
>
<el-option
v-for=
"item in ownextkey"
:key=
"item.value"
...
...
@@ -50,7 +50,7 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.bopmod.basflg"
<c-checkbox
v-model=
"model.bopmod.basflg"
:disabled=
"model.bopmod.szflg==='3'||model.bopmod.szflg===''"
>
基础数据
</c-checkbox>
</c-col>
...
...
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