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

经验反馈+检修

parent 114541f0
......@@ -57,7 +57,7 @@
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "jxgl/ujxzyff/init/ywcsyy",
"src": "jyfggl/ujyfk/init/ywcsyy",
"match": {
"value": "id",
"label": "name"
......
......@@ -5,7 +5,7 @@
</template>
<template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<AttachFileShow :app='ctx.basePage' ></AttachFileShow>
<AttachFileShow :app='ctx.basePage'></AttachFileShow>
</template>
</BasePage>
......@@ -64,8 +64,12 @@
{
label: "异物产生原因",
prop: "ywcsyy",
fieldType: "ftString",
width: 300
width: 120,
"transform": {
"url": "jyfggl/ujyfk/init/ywcsyy",
"label": "name",
"value": "id"
}
},
{
label: "异物产生细节",
......
<template>
<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">
<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"
......@@ -48,6 +48,44 @@
required: 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: '检修内容',
......
......@@ -56,6 +56,37 @@
field: "sbxxCode",
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: "检修内容",
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