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
d4cecc05
authored
2024-03-04 14:16:46 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
7e93aafc
2f7aea23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
public/config.json
src/utils/mixin/table.js
src/views/workflow/main/slsqxx/cfdj/batchSlxx.vue
public/config.json
View file @
d4cecc0
...
...
@@ -4,4 +4,4 @@
"IDCARDURL"
:
"http://127.0.0.1:33088/function=get_idcard&readnew=0"
,
"adapter"
:
"dysqs-630222"
,
"gaopaiyi"
:
"jy"
}
\ No newline at end of file
}
...
...
src/utils/mixin/table.js
View file @
d4cecc0
/*
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 13:28:47
*/
...
...
src/views/workflow/main/slsqxx/cfdj/batchSlxx.vue
View file @
d4cecc0
...
...
@@ -81,7 +81,7 @@
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"查封机关:"
>
<el-input
v-model=
"ruleForm.cfdj.cfjg"
:disabled=
"!ableOperation|| isJfOperation"
></el-input>
</el-form-item>
</el-col>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
...
...
@@ -101,7 +101,7 @@
:disabled=
"!ableOperation|| isJfOperation"
type=
"date"
placeholder=
"选择日期"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
</el-col>
</el-row>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
...
...
@@ -117,7 +117,7 @@
</el-row>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
>
<el-input
class=
"textArea"
type=
"textarea"
v-model=
"ruleForm.cfdj.fj"
:disabled=
"!ableOperation|| isJfOperation"
></el-input>
</el-form-item>
...
...
Please
register
or
sign in
to post a comment