Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
52c62f3f
authored
2023-06-20 16:30:17 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
808e4398
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
33 additions
and
22 deletions
src/api/djbbl.js
src/views/djbworkflow/djbBook/components/blxxtabs/fwsyq/slxx.vue
src/views/djbworkflow/djbBook/components/qllxDailog.vue
src/views/djbworkflow/djbBook/fdcq2.vue
src/views/djbworkflow/workFrame.vue
src/views/registerBook/cfdj.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/fdcq2.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/nydsyq.vue
src/api/djbbl.js
View file @
52c62f3
...
...
@@ -71,12 +71,6 @@ export function leftMenubl (params) {
* @param {*} params
* @author: renchao
*/
// export function getQllxByBdcdyid (params) {
// return request({
// url: SERVER.SERVERAPI + '/rest/djbDetail/getQllxByBdcdyid?bdcdyid='+params,
// method: 'get',
// })
// }
export
function
getQllxByBdcdyid
(
params
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/djbDetail/getQllxByBdcdyid'
,
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/fwsyq/slxx.vue
View file @
52c62f3
...
...
@@ -231,9 +231,8 @@
<div
class=
"triangle"
></div>
</div>
<tdytTable
:tableData=
"ruleForm.
qlr
List"
:tableData=
"ruleForm.
tdxx
List"
@
upDateQlrxxList=
"upDateQlrxxList"
:key=
"key"
:viewtype=
"$route.query.viewtype"
:gyfs=
"ruleForm.qlxx.gyfs"
/>
...
...
src/views/djbworkflow/djbBook/components/qllxDailog.vue
View file @
52c62f3
...
...
@@ -48,11 +48,20 @@ export default {
this
.
qllx
=
key
;
}
}
if
(
this
.
qllx
){
let
qllxobj
=
{
qllx
:
this
.
qllx
,
bsmQlxx
:
""
};
this
.
$parent
.
addRepairRecord
(
qllxobj
)
}
else
{
this
.
$message
({
type
:
"warning"
,
message
:
"请选择权利类型!"
,
});
}
},
},
};
...
...
src/views/djbworkflow/djbBook/fdcq2.vue
View file @
52c62f3
...
...
@@ -25,7 +25,7 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&item.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
...
...
src/views/djbworkflow/workFrame.vue
View file @
52c62f3
...
...
@@ -244,11 +244,25 @@ export default {
from
.
qllx
=
row
.
qllx
;
}
addRepairRecord
(
from
).
then
((
res
)
=>
{
if
(
res
.
code
==
'200'
){
this
.
$refs
.
qllxlist
.
dialogVisible
=
false
;
this
.
$nextTick
(()
=>
{
this
.
$refs
.
Menu
.
getleftMenubl
(
res
.
result
);
this
.
$message
({
type
:
"success"
,
message
:
"补录成功!"
,
});
});
}
else
{
this
.
$alert
(
res
.
message
,
'提示'
,
{
confirmButtonText
:
'确定'
,
type
:
'warning'
});
}
}).
catch
((
res
)
=>
{
console
.
log
(
"错i了哦"
,
res
);
});;
},
},
};
...
...
src/views/registerBook/cfdj.vue
View file @
52c62f3
...
...
@@ -24,7 +24,7 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && (row.qszt == '0' ||(row.qszt == '1' &&row.qlblzt == '1'&&row.zxywh != null))? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&row.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row,'D')"
>
删除
</el-button>
</div>
...
...
src/views/registerBook/diyaq.vue
View file @
52c62f3
...
...
@@ -29,7 +29,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&row.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
...
...
src/views/registerBook/diyiq.vue
View file @
52c62f3
...
...
@@ -29,7 +29,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&row.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row,'D')"
>
删除
</el-button>
</div>
...
...
src/views/registerBook/fdcq1.vue
View file @
52c62f3
...
...
@@ -22,7 +22,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
item.prop == 'qszt' && row.qszt == '1' ? 'xianshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&row.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row,'D')"
>
删除
</el-button>
</div>
...
...
src/views/registerBook/fdcq2.vue
View file @
52c62f3
...
...
@@ -29,7 +29,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz
'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'&&row.sjlx !='系统数据
'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
...
...
@@ -134,16 +134,11 @@ export default {
})
.
then
(()
=>
{
this
.
$parent
.
addRepairRecord
(
row
,
del
);
this
.
$message
({
type
:
"success"
,
message
:
"补录成功!"
,
});
})
.
catch
(()
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"取消
编辑
"
,
message
:
"取消"
,
});
});
},
...
...
src/views/registerBook/jsydsyq.vue
View file @
52c62f3
...
...
@@ -22,7 +22,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
item.prop == 'qszt' && row.qszt == '1' ? 'xianshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz
'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'&&row.sjlx !='系统数据
'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row,'D')"
>
删除
</el-button>
</div>
...
...
src/views/registerBook/nydsyq.vue
View file @
52c62f3
...
...
@@ -22,7 +22,7 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
item.prop == 'qszt' && row.qszt == '1' ? 'xianshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'
&&row.sjlx !='系统数据'
"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row,'D')"
>
删除
</el-button>
</div>
...
...
Please
register
or
sign in
to post a comment