Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
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
8db2c804
Commit
8db2c804
authored
Oct 21, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备检修信息
parent
72697f0f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
201 additions
and
144 deletions
+201
-144
addgjmx.vue
src/views/sbjxgl/sbjxxx/addgjmx.vue
+2
-2
edit.vue
src/views/sbjxgl/sbjxxx/edit.vue
+176
-99
index.vue
src/views/sbjxgl/sbjxxx/index.vue
+23
-43
No files found.
src/views/sbjxgl/sbjxxx/addgjmx.vue
View file @
8db2c804
...
...
@@ -58,7 +58,7 @@
give
:(
row
)
=>
{
this
.
form
.
code
=
row
.
code
this
.
form
.
cz
=
row
.
cz
this
.
form
.
gg
xh
=
row
.
ggxh
this
.
form
.
gg
=
row
.
gg
}
}
...
...
@@ -80,7 +80,7 @@
{
label
:
'规格型号'
,
readonly
:
true
,
prop
:
'gg
xh
'
,
prop
:
'gg'
,
span
:
12
,
type
:
'input'
,
},
...
...
src/views/sbjxgl/sbjxxx/edit.vue
View file @
8db2c804
This diff is collapsed.
Click to expand it.
src/views/sbjxgl/sbjxxx/index.vue
View file @
8db2c804
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<BasePage
:power=
'power'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -17,8 +17,23 @@
name
:
'sbjxxx'
,
data
()
{
return
{
power
:
{
add
:
true
,
copy
:
false
,
/* 手动控制删除 */
delButton
:
true
,
/* 手动控制编辑按钮权限 */
editButton
:
true
,
/* 是否渲染右侧操作按钮 */
operateButtons
:
true
,
/* 是否开启工作流按钮 */
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
showSelection
:
false
,
saveSelected
:
false
},
config
:
{
queryDetail
:
true
,
/* 基本配置*/
url
:
'jxgl/usbjx'
,
tableTitle
:
[{
...
...
@@ -43,49 +58,14 @@
width
:
350
},
{
title
:
"备品备件名称"
,
field
:
"bpbjmc"
,
width
:
130
},
{
title
:
"备品备件编码"
,
field
:
"bpbjbm"
,
width
:
130
},
{
title
:
"备品备件材料牌号"
,
field
:
"bpbjclph"
,
width
:
200
},
{
title
:
"备品备件规格"
,
field
:
"bpbjgg"
,
width
:
130
},
{
title
:
"检修内容"
,
field
:
"jxnr"
,
width
:
350
},
{
title
:
"检修时间"
,
field
:
"jxsj"
,
fieldType
:
"ftDateTime"
},
{
title
:
"检修方法"
,
field
:
"jxffid"
,
width
:
140
,
transform
:
{
url
:
'jxgl/ujxzyff/query'
,
"label"
:
"name"
,
"value"
:
"id"
}
title
:
"备品备件使用"
,
field
:
"sfsybpbj"
,
fieldType
:
"checkbox"
},
{
title
:
"
完工报告
"
,
field
:
"
wgbg
"
,
width
:
350
title
:
"
耗材使用
"
,
field
:
"
sfsyhc
"
,
fieldType
:
"checkbox"
},
{
title
:
"备注"
,
...
...
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