Commit 37a49c08 authored by 李苏's avatar 李苏 💬

经验反馈+检修

parent 114541f0
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
"src": "jxgl/ujxzyff/init/ywcsyy", "src": "jyfggl/ujyfk/init/ywcsyy",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
......
...@@ -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: "异物产生细节",
......
<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: '检修内容',
......
...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment