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
5fe69e4c
authored
2022-10-19 17:44:53 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
4a8b0984
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/views/workflow/workFrame.vue
src/views/ywbl/fdcq2/slxx200.vue
src/views/workflow/workFrame.vue
View file @
5fe69e4
...
...
@@ -330,7 +330,7 @@ export default {
case
"signout"
:
window
.
close
();
break
;
case
"
record
"
:
case
"
B9
"
:
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
...
...
src/views/ywbl/fdcq2/slxx200.vue
View file @
5fe69e4
...
...
@@ -126,6 +126,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
prop=
"fj"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.fdcq2.fj"
:disabled=
"$route.query.viewtype==1"
></el-input>
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
权利人信息
<div
class=
"triangle"
></div>
...
...
Please
register
or
sign in
to post a comment