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
fdd4c1b5
Commit
fdd4c1b5
authored
Aug 06, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT799属性显示
parent
be40f0b4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
Limitbody.vue
src/views/Business/Ditopn/Limitbody.vue
+0
-0
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+5
-1
No files found.
src/views/Business/Ditopn/Limitbody.vue
View file @
fdd4c1b5
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/Ovwp.vue
View file @
fdd4c1b5
...
...
@@ -674,6 +674,7 @@
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
:disabled=
"this.jigomcFlag"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -701,6 +702,7 @@ export default {
uri
:
"/ditopn/getElcsRef"
,
},
flag
:
true
,
jigomcFlag
:
false
,
trade
:
""
,
};
},
...
...
@@ -720,6 +722,7 @@ export default {
this
.
model
.
didgrp
.
apl
.
rolsetflg
=
data
.
didgrp_apl_rolsetflg
;
this
.
model
.
didgrp
.
rec
.
nam
=
data
.
didgrp_rec_nam
;
//摘要
this
.
model
.
didgrp
.
apl
.
pts
.
extact
=
data
.
didgrp_apl_pts_extact
;
//申请人账号
this
.
model
.
ditp
.
aplname
=
data
.
ditp_aplname
;
this
.
flag
=
false
;
}
}
...
...
@@ -745,7 +748,6 @@ export default {
if
(
temp
.
length
<
6
){
return
;
}
// 011451000006
Api
.
post
(
"ditopn/executeRule/didgrp.beb.pts.bankno"
,
data
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
...
...
@@ -756,9 +758,11 @@ export default {
type
:
'error'
});
}
else
{
this
.
jigomcFlag
=
true
;
const
data
=
res
.
data
;
this
.
model
.
didgrp
.
beb
.
pts
.
bankno
=
data
.
didgrp_beb_pts_bankno
;
this
.
model
.
didgrp
.
beb
.
pts
.
jigomc
=
data
.
didgrp_beb_pts_jigomc
;
}
}
}
...
...
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