Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
292ff4e7
authored
2023-07-31 13:50:02 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
58208073
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
130 additions
and
0 deletions
src/views/bdcsj/cfdj/index.vue
src/views/bdcsj/dyaq/index.vue
src/views/bdcsj/dyiq/index.vue
src/views/bdcsj/fdcqdz/index.vue
src/views/bdcsj/fdcqqfsyq/index.vue
src/views/bdcsj/fdcqyz/index.vue
src/views/bdcsj/gzwsyq/index.vue
src/views/bdcsj/hysyq/index.vue
src/views/bdcsj/jsydzjdsyq/index.vue
src/views/bdcsj/lq/index.vue
src/views/bdcsj/nydsyq/index.vue
src/views/bdcsj/tdsyq/index.vue
src/views/bdcsj/ygdj/index.vue
src/views/bdcsj/yydj/index.vue
src/views/bdcsj/zxdj/index.vue
src/views/bdcsj/cfdj/index.vue
View file @
292ff4e
...
...
@@ -182,6 +182,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
...
...
src/views/bdcsj/dyaq/index.vue
View file @
292ff4e
...
...
@@ -153,6 +153,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
...
...
src/views/bdcsj/dyiq/index.vue
View file @
292ff4e
...
...
@@ -158,6 +158,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/fdcqdz/index.vue
View file @
292ff4e
...
...
@@ -154,10 +154,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectmanyQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectmanyDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
@@ -174,6 +183,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
...
...
src/views/bdcsj/fdcqqfsyq/index.vue
View file @
292ff4e
...
...
@@ -118,9 +118,18 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectshareQL
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
@@ -136,6 +145,12 @@
this
.
message
=
error
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
...
...
src/views/bdcsj/fdcqyz/index.vue
View file @
292ff4e
...
...
@@ -186,10 +186,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectsingleQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectsingleDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
@@ -206,6 +215,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
...
...
src/views/bdcsj/gzwsyq/index.vue
View file @
292ff4e
...
...
@@ -146,10 +146,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectownershipQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectownershipDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/hysyq/index.vue
View file @
292ff4e
...
...
@@ -153,10 +153,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectseaAreaQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectseaAreaDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/jsydzjdsyq/index.vue
View file @
292ff4e
...
...
@@ -146,10 +146,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectbuildQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectbuildDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
@@ -166,6 +175,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
...
...
src/views/bdcsj/lq/index.vue
View file @
292ff4e
...
...
@@ -141,6 +141,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/nydsyq/index.vue
View file @
292ff4e
...
...
@@ -147,6 +147,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/tdsyq/index.vue
View file @
292ff4e
...
...
@@ -142,6 +142,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
src/views/bdcsj/ygdj/index.vue
View file @
292ff4e
...
...
@@ -145,10 +145,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectnoticeRegQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectnoticeRegDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
...
...
src/views/bdcsj/yydj/index.vue
View file @
292ff4e
...
...
@@ -141,10 +141,19 @@
},
methods
:
{
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions
(
e
)
{
if
(
!
e
)
this
.
$refs
.
selectobjectionRegQL
.
blur
()
if
(
!
e
)
this
.
$refs
.
selectobjectionRegDJ
.
blur
()
},
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
@@ -161,6 +170,12 @@
this
.
$refs
.
msg
.
messageShow
()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
handledetails
(
index
,
row
)
{
}
}
...
...
src/views/bdcsj/zxdj/index.vue
View file @
292ff4e
...
...
@@ -129,6 +129,10 @@
}
},
methods
:
{
/**
* @description: featchData
* @author: renchao
*/
async
featchData
()
{
try
{
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
...
...
Please
register
or
sign in
to post a comment