Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
c9356d10
Commit
c9356d10
authored
Jun 19, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
619异物信息调整/新增页面
parent
732a30ca
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
549 additions
and
36 deletions
+549
-36
index.js
src/router/index.js
+14
-0
edit.vue
src/views/jyfkgl/ywsjlr/edit.vue
+201
-11
index.vue
src/views/jyfkgl/ywsjlr/index.vue
+126
-24
dialog.vue
src/views/sbxxgl/zrdw/dialog.vue
+44
-0
edit.vue
src/views/sbxxgl/zrdw/edit.vue
+70
-0
index.vue
src/views/sbxxgl/zrdw/index.vue
+93
-0
index.vue
src/views/ywxxgl/gshbmjby/index.vue
+1
-1
No files found.
src/router/index.js
View file @
c9356d10
...
@@ -173,6 +173,20 @@ export const powerRoutes = [
...
@@ -173,6 +173,20 @@ export const powerRoutes = [
},
},
name
:
'clphdycf'
,
name
:
'clphdycf'
,
path
:
"clphdycf"
,
path
:
"clphdycf"
,
},
{
erpComponent
:
false
,
component
:
'sbxxgl/zrdw/index'
,
hidden
:
false
,
meta
:
{
"title"
:
"责任单位"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
'920020900'
,
},
name
:
'zrdw'
,
path
:
"zrdw"
,
}
}
]
]
...
...
src/views/jyfkgl/ywsjlr/edit.vue
View file @
c9356d10
...
@@ -83,6 +83,36 @@
...
@@ -83,6 +83,36 @@
},
},
required
:
true
,
required
:
true
,
},
},
{
"label"
:
"年度"
,
"prop"
:
"year"
,
"span"
:
12
,
"type"
:
"year"
,
},
{
"label"
:
"月份"
,
"prop"
:
"month"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
optionsData
:(()
=>
{
let
arr
=
[]
for
(
let
i
=
0
;
i
<
12
;
i
++
){
arr
.
push
({
name
:(
i
+
1
)
+
'月'
,
id
:
i
+
1
})
}
return
arr
})(),
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
{
...
@@ -99,6 +129,15 @@
...
@@ -99,6 +129,15 @@
"type"
:
"input"
,
"type"
:
"input"
,
required
:
true
,
required
:
true
,
},
},
{
"label"
:
"日常/大修轮次"
,
"prop"
:
"rcdxlc"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
{
"label"
:
"事件描述"
,
"label"
:
"事件描述"
,
"prop"
:
"sjms"
,
"prop"
:
"sjms"
,
...
@@ -174,27 +213,26 @@
...
@@ -174,27 +213,26 @@
}
}
},
},
{
{
"label"
:
"责任
专业
"
,
"label"
:
"责任
单位
"
,
"prop"
:
"zr
zy
"
,
"prop"
:
"zr
dw
"
,
required
:
true
,
required
:
true
,
"span"
:
12
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
"src"
:
"sbgl/zdrw/query"
,
"src"
:
"yhlywpc/uywxx/init/zrzy"
,
"match"
:
{
"match"
:
{
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
}
}
}
}
},
},
{
//
{
"label"
:
"期间"
,
//
"label": "期间",
"prop"
:
"qj"
,
//
"prop": "qj",
"span"
:
12
,
//
"span": 12,
"type"
:
"input"
//
"type": "input"
},
//
},
{
{
"label"
:
"完整性"
,
"label"
:
"完整性"
,
"prop"
:
"wzx"
,
"prop"
:
"wzx"
,
...
@@ -233,7 +271,7 @@
...
@@ -233,7 +271,7 @@
"typeConfig"
:
{
"typeConfig"
:
{
hasValue
:
false
,
hasValue
:
false
,
clearable
:
true
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/
istrue
"
,
"src"
:
"yhlywpc/uywxx/init/
ecc
"
,
"match"
:
{
"match"
:
{
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
...
@@ -285,6 +323,158 @@
...
@@ -285,6 +323,158 @@
}
}
}
}
},
},
{
"label"
:
"异物名称"
,
"prop"
:
"ywmc"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
"label"
:
"是否QSR"
,
"prop"
:
"sfqsr"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"是否零部件相关异物事件"
,
"prop"
:
"sflbjxgywsj"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"类型(缺失查找、溯源)"
,
"prop"
:
"lx"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
"label"
:
"是否为零部件遗留"
,
"prop"
:
"sflbjyl"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"溯源是否完成"
,
"prop"
:
"sysfwc"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"是否为零部件缺失"
,
"prop"
:
"sflbjqs"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"缺失查找是否完成"
,
"prop"
:
"qsczsfwc"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"来源位置 (什么设备掉的)"
,
"prop"
:
"lywz"
,
"span"
:
24
,
"type"
:
"input"
,
},
{
"label"
:
"发现位置"
,
"prop"
:
"fxwz"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
"label"
:
"是否金属零部件"
,
"prop"
:
"sfjslj"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"溯源不成功或查找未完成异物事件后续行动是否落实"
,
"prop"
:
"sfls"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"typeConfig"
:
{
hasValue
:
false
,
clearable
:
true
,
"src"
:
"yhlywpc/uywxx/init/istrue"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"审视异物事件分析"
,
"prop"
:
"ssfx"
,
"span"
:
12
,
"type"
:
"input"
,
},
{
{
"label"
:
"备注"
,
"label"
:
"备注"
,
"prop"
:
"bz"
,
"prop"
:
"bz"
,
...
...
src/views/jyfkgl/ywsjlr/index.vue
View file @
c9356d10
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
1-10 13:51:37
* @LastEditTime: 2025-0
6-19 13:57:11
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
-->
-->
<
template
>
<
template
>
...
@@ -58,7 +58,11 @@
...
@@ -58,7 +58,11 @@
prop
:
"jzh"
,
prop
:
"jzh"
,
width
:
190
width
:
190
},
},
{
label
:
"日常/大修轮次"
,
prop
:
"rcdxlc"
,
width
:
190
},
{
{
label
:
"事件描述"
,
label
:
"事件描述"
,
...
@@ -111,21 +115,16 @@
...
@@ -111,21 +115,16 @@
width
:
100
width
:
100
},
},
{
{
label
:
"责任
专业
"
,
label
:
"责任
单位
"
,
prop
:
"zr
zy
"
,
prop
:
"zr
dw
"
,
"transform"
:
{
"transform"
:
{
"url"
:
"
yhlywpc/uywxx/init/zrz
y"
,
"url"
:
"
sbgl/zdrw/quer
y"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
width
:
100
width
:
100
},
},
{
label
:
"期间"
,
prop
:
"qj"
,
fieldType
:
"ftString"
,
width
:
192
},
{
{
label
:
"完整性"
,
label
:
"完整性"
,
prop
:
"wzs"
,
prop
:
"wzs"
,
...
@@ -137,30 +136,28 @@
...
@@ -137,30 +136,28 @@
width
:
80
width
:
80
},
},
{
{
label
:
"
IOE
"
,
label
:
"
是否一回路或二次侧
"
,
prop
:
"
ioe
"
,
prop
:
"
sfyhlhecc
"
,
"transform"
:
{
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/
istrue
"
,
"url"
:
"yhlywpc/uywxx/init/
ecc
"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
width
:
8
0
width
:
20
0
},
},
{
{
label
:
"
是否一回路或二次侧
"
,
label
:
"
异物事件单是否签字
"
,
prop
:
"
sfyhlhecc
"
,
prop
:
"
ywsjdsfqz
"
,
"transform"
:
{
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"label"
:
"name"
,
"value"
:
"id"
"value"
:
"id"
},
},
width
:
80
width
:
1
80
},
},
{
{
label
:
"
异物事件单是否签字
"
,
label
:
"
IOE
"
,
prop
:
"
ywsjdsfqz
"
,
prop
:
"
ioe
"
,
"transform"
:
{
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"label"
:
"name"
,
...
@@ -168,6 +165,7 @@
...
@@ -168,6 +165,7 @@
},
},
width
:
80
width
:
80
},
},
{
{
label
:
"SAP任务是否关闭"
,
label
:
"SAP任务是否关闭"
,
prop
:
"saprwsfgb"
,
prop
:
"saprwsfgb"
,
...
@@ -188,13 +186,117 @@
...
@@ -188,13 +186,117 @@
},
},
width
:
80
width
:
80
},
},
{
label
:
"异物名称"
,
prop
:
"ywmc"
,
width
:
180
},
{
label
:
"是否QSR"
,
prop
:
"sfqsr"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
100
},
{
label
:
"是否零部件相关异物事件"
,
prop
:
"sflbjxgywsj"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
180
},
{
label
:
"类型(缺失查找、溯源)"
,
prop
:
"lx"
,
width
:
150
},
{
label
:
"是否为零部件遗留"
,
prop
:
"sflbjyl"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
180
},
{
label
:
"溯源是否完成"
,
prop
:
"sysfwc"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
120
},
{
label
:
"是否为零部件缺失"
,
prop
:
"sflbjqs"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
180
},
{
label
:
"缺失查找是否完成"
,
prop
:
"qsczsfwc"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
180
},
{
label
:
"来源位置 (什么设备掉的)"
,
prop
:
"lywz"
,
width
:
200
},
{
label
:
"发现位置"
,
prop
:
"fxwz"
,
width
:
200
},
{
label
:
"是否金属零部件"
,
prop
:
"sfjslj"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
180
},
{
label
:
"溯源不成功或查找未完成异物事件后续行动是否落实"
,
prop
:
"sfls"
,
"transform"
:
{
"url"
:
"yhlywpc/uywxx/init/istrue"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
300
},
{
label
:
"审视异物事件分析"
,
prop
:
"ssfx"
,
width
:
200
},
{
{
label
:
"备注"
,
label
:
"备注"
,
prop
:
"bz"
,
prop
:
"bz"
,
width
:
200
width
:
200
}
}
],
],
queryParams
:
[
queryParams
:
[
[{
[{
...
...
src/views/sbxxgl/zrdw/dialog.vue
0 → 100644
View file @
c9356d10
<
template
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
</div>
<div
slot=
"reFooter"
class=
"refooter"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"app.showDialog=false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"save()"
>
保 存
</el-button>
</span>
</div>
</DefaultDialog>
</
template
>
<
script
>
export
default
{
props
:
{
app
:
{
type
:
Object
,
default
:
()
=>
{
return
{}
}
}
},
async
mounted
()
{
},
data
()
{
return
{
}
},
methods
:
{
}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/sbxxgl/zrdw/edit.vue
0 → 100644
View file @
c9356d10
<!--
* @Description:生成基础baseEdit组件,屏蔽不必要细节
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 14:01:44
* @FilePath: /zghywpc-vue/src/views/sbxxgl/zrdw/edit.vue
-->
<
template
>
<!-- prop 穿透赋值 -->
<BaseEdit
v-bind=
"$attrs"
:config=
'editConfig'
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.editPage来操作默认页面 -->
</
template
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面从表上方插槽 ctx.editPage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.editPage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
<!--
<AuxButton
:dynamic=
'true'
:queryParams=
"
{
sbxxTreeId:that.form.sbxxTreeId,
zt:'N'
}" :component='Qxsj' rename='选择缺陷数据' code='dynamic' @save="saveQxsj" /> -->
</
template
>
</BaseEdit>
</template>
<
script
>
export
default
{
data
()
{
return
{
editConfig
:
{
/* 生成form表单 */
editColItemList
:
[{
label
:
'编码'
,
prop
:
'code'
,
span
:
12
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'名称'
,
prop
:
'name'
,
span
:
12
,
type
:
'input'
,
required
:
true
,
},
],
/* 生成主从表,为空数组默认不展示 */
editTableTitle
:
[
],
/* 子表名,可选 同editTableTitle一起用*/
detailTable
:
''
}
}
},
methods
:
{
/**
* @description:示例按钮
* @param {*} ctx操作edit实例内容
* @return {*}
* @author: lisu
*/
// demo(ctx){}
}
}
</
script
>
<
style
>
</
style
>
src/views/sbxxgl/zrdw/index.vue
0 → 100644
View file @
c9356d10
<!--
* @Description: 生成基础basePage组件,屏蔽不必要细节
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 14:00:43
* @FilePath: /zghywpc-vue/src/views/sbxxgl/zrdw/index.vue
-->
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
</
template
>
</BasePage>
</template>
<
script
>
import
Edit
from
'./edit.vue'
export
default
{
name
:
'zrdw'
,
data
()
{
return
{
config
:
{
/* 基本配置*/
url
:
'sbgl/zdrw'
,
tableTitle
:
[{
title
:
"编码"
,
field
:
"code"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"名称"
,
field
:
"name"
,
width
:
140
},
{
title
:
"维护人"
,
field
:
"whr"
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
],
queryParams
:
[
// [{
// label: '编码',
// prop: 'code',
// span: 6,
// type: 'input',
// value: ''
// },
// {
// label: '名称',
// prop: 'name',
// span: 6,
// type: 'input',
// value: ''
// }
// ]
],
/* 默认启停用 */
}
}
},
methods
:
{
/**
* @description:示例按钮
* @param {*} ctx操作basePage实例内容
* @return {*}
* @author: lisu
*/
// demo(ctx){}
},
components
:
{
Edit
}
}
</
script
>
<
style
>
</
style
>
src/views/ywxxgl/gshbmjby/index.vue
View file @
c9356d10
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 202
4-10-29 10:03:12
* @LastEditTime: 202
5-06-19 10:38:27
* @FilePath: /zghywpc-vue/src/views/ywxxgl/gshbmjby/index.vue
* @FilePath: /zghywpc-vue/src/views/ywxxgl/gshbmjby/index.vue
-->
-->
<
template
>
<
template
>
...
...
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