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
37a49c08
Commit
37a49c08
authored
Oct 14, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经验反馈+检修
parent
114541f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
5 deletions
+78
-5
edit.vue
src/views/jyfkgl/jyfkgl/edit.vue
+1
-1
index.vue
src/views/jyfkgl/jyfkgl/index.vue
+7
-3
edit.vue
src/views/sbjxgl/sbjxxx/edit.vue
+39
-1
index.vue
src/views/sbjxgl/sbjxxx/index.vue
+31
-0
No files found.
src/views/jyfkgl/jyfkgl/edit.vue
View file @
37a49c08
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"typeConfig"
:
{
"typeConfig"
:
{
"src"
:
"j
xgl/ujxzyff
/init/ywcsyy"
,
"src"
:
"j
yfggl/ujyfk
/init/ywcsyy"
,
"match"
:
{
"match"
:
{
"value"
:
"id"
,
"value"
:
"id"
,
"label"
:
"name"
"label"
:
"name"
...
...
src/views/jyfkgl/jyfkgl/index.vue
View file @
37a49c08
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</
template
>
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<AttachFileShow
:app=
'ctx.basePage'
></AttachFileShow>
<AttachFileShow
:app=
'ctx.basePage'
></AttachFileShow>
</
template
>
</
template
>
</BasePage>
</BasePage>
...
@@ -64,8 +64,12 @@
...
@@ -64,8 +64,12 @@
{
{
label
:
"异物产生原因"
,
label
:
"异物产生原因"
,
prop
:
"ywcsyy"
,
prop
:
"ywcsyy"
,
fieldType
:
"ftString"
,
width
:
120
,
width
:
300
"transform"
:
{
"url"
:
"jyfggl/ujyfk/init/ywcsyy"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
},
{
{
label
:
"异物产生细节"
,
label
:
"异物产生细节"
,
...
...
src/views/sbjxgl/sbjxxx/edit.vue
View file @
37a49c08
<
template
>
<
template
>
<RelDialog
width=
"50%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<RelDialog
width=
"50%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
style=
"height: 70vh;overflow: auto;overflow-x: hidden;"
>
<el-row
:gutter=
"20"
:app=
"this"
>
<el-row
:gutter=
"20"
:app=
"this"
>
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
v-for=
"(item,index) in editColItemList "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
v-for=
"(item,index) in editColItemList "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
...
@@ -48,6 +48,44 @@
...
@@ -48,6 +48,44 @@
required
:
true
,
required
:
true
,
readonly
:
true
readonly
:
true
},
},
/* 1014额外加入信息*/
{
label
:
'是否大修'
,
prop
:
'sfdx'
,
span
:
12
,
type
:
'checkbox'
,
value
:
'Y'
},
{
label
:
'大修代码'
,
prop
:
'dxdm'
,
span
:
24
,
type
:
'textarea'
,
},
{
label
:
'备品备件名称'
,
prop
:
'bpbjmc'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'备品备件编码'
,
prop
:
'bpbjbm'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'备品备件材料牌号'
,
prop
:
'bpbjclph'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'备品备件规格'
,
prop
:
'bpbjgg'
,
span
:
12
,
type
:
'input'
,
},
{
{
label
:
'检修内容'
,
label
:
'检修内容'
,
...
...
src/views/sbjxgl/sbjxxx/index.vue
View file @
37a49c08
...
@@ -56,6 +56,37 @@
...
@@ -56,6 +56,37 @@
field
:
"sbxxCode"
,
field
:
"sbxxCode"
,
width
:
180
width
:
180
},
},
/* 新增*/
{
title
:
"是否大修"
,
field
:
"sfdx"
,
fieldType
:
"checkbox"
},
{
title
:
"大修代码"
,
field
:
"dxdm"
,
width
:
350
},
{
title
:
"备品备件名称"
,
field
:
"bpbjmc"
,
width
:
130
},
{
title
:
"备品备件编码"
,
field
:
"bpbjbm"
,
width
:
130
},
{
title
:
"备品备件材料牌号"
,
field
:
"bpbjclph"
,
width
:
200
},
{
title
:
"备品备件规格"
,
field
:
"bpbjgg"
,
width
:
130
},
{
{
title
:
"检修内容"
,
title
:
"检修内容"
,
field
:
"jxnr"
,
field
:
"jxnr"
,
...
...
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