Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
sgaqgl-vue
Commits
295d9224
Commit
295d9224
authored
Nov 07, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车间管理整改
parent
19a23188
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
24 deletions
+24
-24
edit.vue
src/views/riskPrecontrol/maintenanceRisk/edit.vue
+2
-2
index.vue
src/views/riskPrecontrol/maintenanceRisk/index.vue
+4
-4
edit.vue
src/views/riskPrecontrol/queryRisk/edit.vue
+13
-13
index.vue
src/views/riskPrecontrol/queryRisk/index.vue
+5
-5
No files found.
src/views/riskPrecontrol/maintenanceRisk/edit.vue
View file @
295d9224
...
@@ -47,13 +47,13 @@
...
@@ -47,13 +47,13 @@
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"部门"
ref=
"bmid"
prop=
"bmid"
>
<el-form-item
label=
"部门"
ref=
"bmid"
prop=
"bmid"
>
<RelSelect
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
:readonly=
"true"
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"车间"
ref=
"cjid"
prop=
"cjid"
>
<el-form-item
label=
"车间"
ref=
"cjid"
prop=
"cjid"
>
<RelSelect
src=
'/kzzx/cj/query'
filterable
clearable
:match=
"
{value:'id',label:'cjmc'}" v-model='form.cjid' >
</Rel
Select>
<CjSelect
:readonly=
"readonly"
:dyApp=
'this'
v-model=
'form.cjid'
style=
"width: 100%;"
></Cj
Select>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.cjid"
></el-input>
-->
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.cjid"
></el-input>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
src/views/riskPrecontrol/maintenanceRisk/index.vue
View file @
295d9224
...
@@ -22,15 +22,15 @@
...
@@ -22,15 +22,15 @@
</div>
</div>
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<
!--
<PrintButton
:app=
'app'
></PrintButton>
--
>
<
PrintButton
:app=
'app'
></PrintButton
>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AttachFileButton
:app=
'app'
></AttachFileButton>
<AttachFileButton
:app=
'app'
></AttachFileButton>
<
!--
<
AddButton
ref=
"add"
:app=
'app'
></AddButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<FieldButton
:app=
'app'
></FieldButton>
-->
<FieldButton
:app=
'app'
></FieldButton>
<
!--
<ExcelButton
:app=
'app'
></ExcelButton>
--
>
<
ExcelButton
:app=
'app'
></ExcelButton
>
<!-- 额外按钮-->
<!-- 额外按钮-->
</el-row>
</el-row>
<!-- 表格-->
<!-- 表格-->
...
...
src/views/riskPrecontrol/queryRisk/edit.vue
View file @
295d9224
...
@@ -44,19 +44,19 @@
...
@@ -44,19 +44,19 @@
<el-input
type=
"number"
:readonly=
"readonly"
v-model=
"form.gzrss"
></el-input>
<el-input
type=
"number"
:readonly=
"readonly"
v-model=
"form.gzrss"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"部门"
ref=
"bmid"
prop=
"bmid"
>
<el-form-item
label=
"部门"
ref=
"bmid"
prop=
"bmid"
>
<RelSelect
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<RelSelect
style=
"width: 100%;"
:readonly=
"true"
src=
'/kzzx/bm/query'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='form.bmid' >
</RelSelect>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.bmid"
></el-input>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"车间"
ref=
"cjid"
prop=
"cjid"
>
<el-form-item
label=
"车间"
ref=
"cjid"
prop=
"cjid"
>
<
RelSelect
src=
'/kzzx/cj/query'
filterable
clearable
:match=
"
{value:'id',label:'cjmc'}" v-model='form.cjid' >
</Rel
Select>
<
CjSelect
:readonly=
"readonly"
:dyApp=
'this'
v-model=
'form.cjid'
style=
"width: 100%;"
></Cj
Select>
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.cjid"
></el-input>
-->
<!--
<el-input
:readonly=
"readonly"
v-model=
"form.cjid"
></el-input>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
src/views/riskPrecontrol/queryRisk/index.vue
View file @
295d9224
...
@@ -22,14 +22,14 @@
...
@@ -22,14 +22,14 @@
</div>
</div>
<!-- 按钮操作-->
<!-- 按钮操作-->
<el-row
class=
"tool-bar"
>
<el-row
class=
"tool-bar"
>
<
PrintButton
:app=
'app'
></PrintButton
>
<
!--
<PrintButton
:app=
'app'
></PrintButton>
--
>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<!--
<AddButton
ref=
"add"
:app=
'app'
></AddButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<CopyButton
ref=
"copy"
:app=
'app'
></CopyButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
-->
<AttachFileButton
:app=
'app'
></AttachFileButton>
<AttachFileButton
:app=
'app'
></AttachFileButton>
<FieldButton
:app=
'app'
></FieldButton>
<
!--
<
FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<ExcelButton
:app=
'app'
></ExcelButton>
-->
<!-- 额外按钮-->
<!-- 额外按钮-->
</el-row>
</el-row>
<!-- 表格-->
<!-- 表格-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment