Commit 5f1b3339 authored by 李苏's avatar 李苏 💬

调整

parent 07ce3a09
...@@ -38,8 +38,7 @@ ...@@ -38,8 +38,7 @@
/* 基本配置*/ /* 基本配置*/
url: 'jxgl/usbjx', url: 'jxgl/usbjx',
tableTitle: [ tableTitle: [{
{
title: "订单号(AUFNR)", title: "订单号(AUFNR)",
field: "aufnr", field: "aufnr",
width: 180 width: 180
...@@ -125,6 +124,13 @@ ...@@ -125,6 +124,13 @@
], ],
queryParams: [ queryParams: [
[{ [{
label: '订单号',
prop: 'aufnr',
span: 6,
type: 'input',
value: ''
},
{
label: '检修时间', label: '检修时间',
startProp: "start", startProp: "start",
endProp: "end", endProp: "end",
...@@ -140,6 +146,10 @@ ...@@ -140,6 +146,10 @@
type: 'input', type: 'input',
value: '' value: ''
}, },
],
[
{ {
label: '设备编码', label: '设备编码',
prop: 'sbxxCode', prop: 'sbxxCode',
...@@ -147,7 +157,6 @@ ...@@ -147,7 +157,6 @@
type: 'input', type: 'input',
value: '' value: ''
} }
] ]
], ],
...@@ -157,10 +166,10 @@ ...@@ -157,10 +166,10 @@
}, },
methods: { methods: {
sync(ctx){ sync(ctx) {
ctx.DialogTitle='同步大数据平台检修信息' ctx.DialogTitle = '同步大数据平台检修信息'
ctx.DialogWidth='30vw' ctx.DialogWidth = '30vw'
ctx.showDialog=true ctx.showDialog = true
}, },
/* 示例*/ /* 示例*/
getRow(row) { getRow(row) {
...@@ -169,7 +178,8 @@ ...@@ -169,7 +178,8 @@
} }
}, },
components: { components: {
Edit,Sync Edit,
Sync
} }
......
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