Commit 8db2c804 authored by 李苏's avatar 李苏 💬

设备检修信息

parent 72697f0f
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
give:(row)=>{ give:(row)=>{
this.form.code=row.code this.form.code=row.code
this.form.cz=row.cz this.form.cz=row.cz
this.form.ggxh=row.ggxh this.form.gg=row.gg
} }
} }
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{ {
label: '规格型号', label: '规格型号',
readonly:true, readonly:true,
prop: 'ggxh', prop: 'gg',
span: 12, span: 12,
type: 'input', type: 'input',
}, },
......
This diff is collapsed.
<template> <template>
<BasePage class="min_full" :config="config"> <BasePage :power='power' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -17,8 +17,23 @@ ...@@ -17,8 +17,23 @@
name: 'sbjxxx', name: 'sbjxxx',
data() { data() {
return { return {
power: {
add: true,
copy: false,
/* 手动控制删除 */
delButton: true,
/* 手动控制编辑按钮权限 */
editButton: true,
/* 是否渲染右侧操作按钮 */
operateButtons: true,
/* 是否开启工作流按钮 */
workFlow: false,
/* 表格开启选择,以及记住选择 */
showSelection: false,
saveSelected: false
},
config: { config: {
queryDetail:true,
/* 基本配置*/ /* 基本配置*/
url: 'jxgl/usbjx', url: 'jxgl/usbjx',
tableTitle: [{ tableTitle: [{
...@@ -43,49 +58,14 @@ ...@@ -43,49 +58,14 @@
width: 350 width: 350
}, },
{ {
title: "备品备件名称", title: "备品备件使用",
field: "bpbjmc", field: "sfsybpbj",
width: 130 fieldType: "checkbox"
},
{
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: "完工报告", title: "耗材使用",
field: "wgbg", field: "sfsyhc",
width: 350 fieldType: "checkbox"
}, },
{ {
title: "备注", title: "备注",
......
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