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
6e5f3b5b
Commit
6e5f3b5b
authored
Nov 16, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cptati 缺陷解决
parent
95614756
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
14 deletions
+13
-14
Dbb.vue
src/views/Business/Cptati/Dbb.vue
+8
-8
Dbe.vue
src/views/Business/Cptati/Dbe.vue
+3
-3
Opnp1.vue
src/views/Business/Cptati/Opnp1.vue
+1
-2
Pardet.vue
src/views/Business/Cptati/Pardet.vue
+1
-1
No files found.
src/views/Business/Cptati/Dbb.vue
View file @
6e5f3b5b
...
...
@@ -66,7 +66,7 @@
v-model=
"model.bopmod.dbagrp.bas.custnm"
maxlength=
"63"
show-word-limit
placeholder=
"请输入
付
款人名称"
placeholder=
"请输入
收
款人名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -144,7 +144,7 @@
prop=
"bopmod.dbagrp.bas.inchargeccy"
>
<c-select
v-model=
"model.bopmod.dbagrp.bas.
tx
ccy"
v-model=
"model.bopmod.dbagrp.bas.
incharge
ccy"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.curtxt"
...
...
@@ -160,7 +160,7 @@
label-width=
"5px"
>
<c-input
v-model=
"model.bopmod.dbagrp.bas.
tx
amt"
v-model=
"model.bopmod.dbagrp.bas.
incharge
amt"
placeholder=
"请输入"
disabled
>
...
...
@@ -176,7 +176,7 @@
prop=
"bopmod.dbagrp.bas.outchargeccy"
>
<c-select
v-model=
"model.bopmod.dbagrp.bas.
tx
ccy"
v-model=
"model.bopmod.dbagrp.bas.
outcharge
ccy"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.curtxt"
...
...
@@ -192,7 +192,7 @@
label-width=
"5px"
>
<c-input
v-model=
"model.bopmod.dbagrp.bas.
tx
amt"
v-model=
"model.bopmod.dbagrp.bas.
outcharge
amt"
placeholder=
"请输入"
disabled
>
...
...
@@ -249,7 +249,7 @@
v-model=
"model.bopmod.dbagrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入
收
款人名称"
placeholder=
"请输入
付
款人名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -322,7 +322,7 @@
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/
Brtset
/Event"
;
import
Event
from
"~/model/
Cptati
/Event"
;
export
default
{
inject
:
[
"root"
],
...
...
@@ -335,7 +335,7 @@ export default {
created
:
function
()
{
this
.
executeRule
(
"bopmod.dbap.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
this
.
updateModel
(
res
.
data
);
}
});
},
...
...
src/views/Business/Cptati/Dbe.vue
View file @
6e5f3b5b
...
...
@@ -44,7 +44,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
prop=
"bopmod.dbdgrp.bas.custnm"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.custnm"
maxlength=
"63"
show-word-limit
placeholder=
"请输入
付
款人名称"
></c-input>
placeholder=
"请输入
收
款人名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -52,7 +52,7 @@
<el-form-item
label=
"付款人名称"
prop=
"bopmod.dbdgrp.bas.oppuser"
>
<c-col
:span=
"20"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入
收
款人名称"
></c-input>
show-word-limit
placeholder=
"请输入
付
款人名称"
></c-input>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
style=
"text-align: right"
>
<c-checkbox
v-model=
"temp"
disabled
>
确认
</c-checkbox>
...
...
@@ -176,7 +176,7 @@
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/
Brtset
/Event"
import
Event
from
"~/model/
Cptati
/Event"
export
default
{
inject
:
[
'root'
],
...
...
src/views/Business/Cptati/Opnp1.vue
View file @
6e5f3b5b
...
...
@@ -89,7 +89,6 @@
v-model=
"model.attp.sysno"
maxlength=
"21"
placeholder=
"请输入清算编号"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -190,7 +189,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地址信息"
prop=
"cpdgrp.orc.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.cpdgrp.orc.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址信息"
:disabled=
"model.attp.swftyp==''"
></c-input>
placeholder=
"请输入地址信息"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Cptati/Pardet.vue
View file @
6e5f3b5b
...
...
@@ -45,7 +45,7 @@
<c-fullbox>
<el-form-item
label=
"中间行"
prop=
"cpdgrp.med.pts.extkey"
>
<!-- :disabled="flag1" -->
<c-input
v-model=
"model.cpdgrp.med.pts.extkey"
maxlength=
"16"
placeholder=
"请输入中间行名称"
<c-input
v-model=
"model.cpdgrp.med.pts.extkey"
maxlength=
"16"
placeholder=
"请输入中间行名称"
disabled
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.med.pts.extkey')
"
></c-input>
...
...
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