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
36d7621e
Commit
36d7621e
authored
Mar 23, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改获取保函编号的按钮的禁用状态
parent
cc3d018e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
index.js
src/business/gitopn/event/index.js
+4
-4
Ovwp1.vue
src/business/gitopn/views/Ovwp1.vue
+2
-1
No files found.
src/business/gitopn/event/index.js
View file @
36d7621e
...
...
@@ -17,21 +17,21 @@ export default {
}
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
(
key
)
{
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gidgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'LG'
,
tbl
:
'LG'
}
const
loading
=
this
.
loading
()
let
res
=
await
Api
.
post
(
'/service/gitopn/getOwnRef'
,
params
)
if
(
res
.
respCode
==
SUCCESS
)
{
console
.
log
(
'queryOwnref'
,
res
)
loading
.
close
()
this
.
model
.
gidgrp
.
rec
.
ownref
=
res
.
data
}
},
// 业务信息=》基本信息=》申请人-----获取申请人信息
async
queryGidgrpAplPtsExtkey
(
type
,
ptytyp
)
{
console
.
log
(
'model.gidgrp.ben.pts.extkey'
,
this
.
model
.
gidgrp
.
ben
)
console
.
log
(
'type.toLowerCase()'
,
type
.
toLowerCase
())
let
params
=
{
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
ptytyp
:
ptytyp
,
...
...
src/business/gitopn/views/Ovwp1.vue
View file @
36d7621e
...
...
@@ -22,6 +22,7 @@
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
:disabled=
"flag"
style=
"margin: 0 0"
size=
"small"
type=
"primary"
...
...
@@ -1347,7 +1348,7 @@ export default {
flag
(){
if
(
this
.
model
.
gitp
.
swiftflg
==
'N'
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
ownref
==
''
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
hndtyp
!
==
''
&&
this
.
model
.
gidgrp
.
apl
.
pts
.
adrblk
!==
''
)
{
if
(
this
.
model
.
gidgrp
.
rec
.
hndtyp
=
==
''
&&
this
.
model
.
gidgrp
.
apl
.
pts
.
adrblk
!==
''
)
{
return
false
;
}
else
{
return
true
;
...
...
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