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
64f8dcf6
authored
2023-05-25 09:05:28 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请模块是否编辑完成
1 parent
61e8b88f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
58 additions
and
28 deletions
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/diyaq/slxx200.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/nydsyq/slxx.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
64f8dcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 17:11:21
* @LastEditTime: 2023-05-2
5 08:51:13
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -238,7 +238,7 @@
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmitClick()"
>
保存
</el-button>
</el-form-item>
...
...
@@ -252,6 +252,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -272,6 +273,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{
...
...
src/views/ywbl/slsqxx/diyaq/slxx200.vue
View file @
64f8dcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 17:12:40
* @LastEditTime: 2023-05-2
5 08:56:17
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -234,7 +234,7 @@
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmitClick()"
>
保存
</el-button>
</el-form-item>
...
...
@@ -248,6 +248,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -268,6 +269,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
64f8dcf
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 17:07:59
* @LastEditTime: 2023-05-2
5 08:41:40
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -197,7 +197,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -211,6 +211,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
...
...
@@ -236,8 +237,10 @@
ruleForm
:
{},
//传递参数
propsParam
:
this
.
$attrs
,
rules
:
{},
};
//表单是否可操作
ableOperation
:
true
,
rules
:
{}
}
},
methods
:
{
// 更新权利人信息
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
64f8dcf
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 17:08:05
* @LastEditTime: 2023-05-2
5 08:41:33
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -181,7 +181,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype
&& propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype
&& ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -195,6 +195,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
...
...
@@ -216,6 +217,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
64f8dcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-
17 10:45:21
* @LastEditTime: 2023-05-
25 08:58:04
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -169,7 +169,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype
&& ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -183,6 +183,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
...
...
@@ -203,6 +204,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
64f8dcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 14:33:47
* @LastEditTime: 2023-05-2
5 08:59:02
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -183,7 +183,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -197,6 +197,7 @@
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
let
that
=
this
...
...
@@ -218,6 +219,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
key
:
0
,
isShow
:
false
,
disabled
:
true
,
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
64f8dcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-2
4 15:09:45
* @LastEditTime: 2023-05-2
5 08:59:49
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -178,7 +178,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype=='1' &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype=='1' &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -192,6 +192,7 @@
import
{
Init
,
saveData
}
from
"@/api/workflow/jsydsyqFlow.js"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -210,6 +211,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{
...
...
src/views/ywbl/slsqxx/nydsyq/slxx.vue
View file @
64f8dcf
...
...
@@ -223,7 +223,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype && ableOperation
&& propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype && ableOperation"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -258,9 +258,6 @@
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
watch
:
{
},
data
()
{
return
{
disabled
:
true
,
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
64f8dcf
...
...
@@ -229,7 +229,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype
&& propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype
&& ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -244,6 +244,7 @@
import
JtcyTable
from
"@/views/workflow/components/JtcyTable"
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -263,11 +264,10 @@
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
},
watch
:
{
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{},
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
64f8dcf
...
...
@@ -164,7 +164,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -178,6 +178,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
$startLoading
();
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
...
...
@@ -196,6 +197,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
64f8dcf
...
...
@@ -167,7 +167,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -181,6 +181,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -199,6 +200,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
tdytOption
:
[],
czrOptions
:
[],
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
64f8dcf
...
...
@@ -171,7 +171,7 @@
</el-col>
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
...
...
@@ -185,6 +185,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
let
that
=
this
...
...
@@ -207,6 +208,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
loading
:
false
,
disabled
:
true
,
tdytOption
:
[],
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
64f8dcf
...
...
@@ -235,7 +235,7 @@
</el-row>
</div>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
propsParam.issave=='0'
"
>
<el-row
class=
"btn"
v-if=
"!$route.query.viewtype &&
ableOperation
"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"onSubmitClick()"
>
保存
</el-button>
</el-form-item>
...
...
@@ -249,6 +249,7 @@
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
this
.
$startLoading
();
...
...
@@ -269,6 +270,8 @@
},
data
()
{
return
{
//表单是否可操作
ableOperation
:
true
,
disabled
:
true
,
czrOptions
:
[],
ruleForm
:
{
...
...
Please
register
or
sign in
to post a comment