|
|
@ -29,6 +29,7 @@
|
|
|
|
<div class="mytable">
|
|
|
|
<div class="mytable">
|
|
|
|
<el-button type="success" @click="sygdPC()"> 提取明细</el-button>
|
|
|
|
<el-button type="success" @click="sygdPC()"> 提取明细</el-button>
|
|
|
|
<el-button type="success" @click="symxhz">汇总</el-button>
|
|
|
|
<el-button type="success" @click="symxhz">汇总</el-button>
|
|
|
|
|
|
|
|
<span style="font-size: 13px;color: red; float: right"> * 表中红色数据:钢料滚动需求期为休息日</span>
|
|
|
|
<vxe-grid
|
|
|
|
<vxe-grid
|
|
|
|
id="id"
|
|
|
|
id="id"
|
|
|
|
ref="xGrid"
|
|
|
|
ref="xGrid"
|
|
|
@ -48,10 +49,10 @@
|
|
|
|
}"
|
|
|
|
}"
|
|
|
|
@checkbox-all="selectAllEvent"
|
|
|
|
@checkbox-all="selectAllEvent"
|
|
|
|
@checkbox-change="selectChangeEvent"
|
|
|
|
@checkbox-change="selectChangeEvent"
|
|
|
|
|
|
|
|
:cell-style="cellStyle2"
|
|
|
|
highlight-current-row
|
|
|
|
highlight-current-row
|
|
|
|
highlight-hover-row
|
|
|
|
highlight-hover-row
|
|
|
|
show-overflow
|
|
|
|
show-overflow
|
|
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</vxe-grid>
|
|
|
|
</vxe-grid>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -255,6 +256,7 @@ export default {
|
|
|
|
components: {ScrollPane},
|
|
|
|
components: {ScrollPane},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
gcrl:[],
|
|
|
|
dialogVisible: false,
|
|
|
|
dialogVisible: false,
|
|
|
|
dialogVisible1: false,
|
|
|
|
dialogVisible1: false,
|
|
|
|
title: '选择目标船只',
|
|
|
|
title: '选择目标船只',
|
|
|
@ -1555,7 +1557,7 @@ export default {
|
|
|
|
tableColumn6: [
|
|
|
|
tableColumn6: [
|
|
|
|
{type: 'seq', width: 60, title: '序号', fixed: "left"},
|
|
|
|
{type: 'seq', width: 60, title: '序号', fixed: "left"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'dcCh', title: '船号', width: 100,
|
|
|
|
field: 'dcCh', title: '船号', minWidth: "70",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1571,7 +1573,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'dcPl', title: '批量', width: 80,
|
|
|
|
field: 'dcCh1', title: '目标船号', minWidth: "90",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1585,9 +1587,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},//数据来源船,真实数据时,为空
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'zl', title: '组立', width: 80, formatter: ['dictFormat', 'ZLLB'],
|
|
|
|
field: 'dcPl', title: '批量', minWidth: "70",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1603,7 +1605,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'tzbh', title: '套料图号', width: 90,
|
|
|
|
field: 'dcFd', title: '分段号', minWidth: "150",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1619,7 +1621,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'wpgg', title: '规格', width: 80,
|
|
|
|
field: 'zl', title: '组立', minWidth: "70", formatter: ['dictFormat', 'ZLLB'],
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1635,7 +1637,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'jssj', title: '组立结束时间', width: 110,
|
|
|
|
field: 'jssj', title: '钢料滚动需求期(小组)', minWidth: "160",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1651,7 +1653,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'jzbs', title: '矫正标识', width: 100,
|
|
|
|
field: 'lqlb', title: '领取类型', width: 90, formatter: ['dictFormat', 'CLlQ'],
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1667,26 +1669,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'jzsb',
|
|
|
|
field: 'lx', title: '物资类型', width: 90, formatter: this.formatterLx,
|
|
|
|
title: '矫正设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination'},
|
|
|
|
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'slrq', title: '上料计划日期', width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1702,9 +1685,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'pwsb',
|
|
|
|
field: 'kw', title: '跨位', width: 80, formatter: ['dictFormat', 'QGKW'],
|
|
|
|
title: '抛丸设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1717,11 +1698,10 @@ export default {
|
|
|
|
fVal2: ''
|
|
|
|
fVal2: ''
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination'},
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'pwrq', title: '抛丸计划日期', width: 100,
|
|
|
|
field: 'tzbh', title: '套料图号', width: 90,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1737,7 +1717,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'hxcd', title: '划线长度(米)', width: 100,
|
|
|
|
field: 'wpgg', title: '规格', width: 80,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1753,7 +1733,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'hxcdKc', title: '划线空程长度(米)', width: 100,
|
|
|
|
field: 'bcshzl', title: '重量', width: 80,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1769,9 +1749,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'hxsb',
|
|
|
|
field: 'wpxh', title: '材质', width: 80,
|
|
|
|
title: '划线设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1784,11 +1762,9 @@ export default {
|
|
|
|
fVal2: ''
|
|
|
|
fVal2: ''
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'hxrq', title: '划线计划日期', width: 100,
|
|
|
|
field: 'xcms', title: '型材米数', width: 100,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1804,7 +1780,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'qgcd', title: '切割长度(米)', width: 100,
|
|
|
|
field: 'jzbs', title: '矫正标识', width: 100,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1820,7 +1796,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'qgcdKc', title: '切割空程长度(米)', width: 100,
|
|
|
|
field: 'hxcd', title: '划线长度(米)', minWidth: "110",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1836,26 +1812,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'qgsb',
|
|
|
|
field: 'hxcdKc', title: '划线空程长度(米)', minWidth: "140",
|
|
|
|
title: '切割设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'qgrq', title: '切割计划日期', width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1871,7 +1828,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'pklx', title: '坡口类型', width: 100,
|
|
|
|
field: 'qgcd', title: '切割长度(米)', minWidth: "120",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1887,7 +1844,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'pkcd', title: '坡口长度', width: 100,
|
|
|
|
field: 'qgcdKc', title: '切割空程长度(米)', minWidth: "140",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1903,26 +1860,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'pksb',
|
|
|
|
field: 'slrq', title: '上料计划日期', minWidth: "120",
|
|
|
|
title: '坡口设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'pkrq', title: '坡口计划日期', width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1938,7 +1876,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'qbs', title: '曲标识', width: 100,
|
|
|
|
field: 'pwrq', title: '抛丸计划日期', minWidth: "120",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1954,26 +1892,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'qjgsb',
|
|
|
|
field: 'hxrq', title: '划线计划日期', minWidth: "120",
|
|
|
|
title: '曲加工设备',
|
|
|
|
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'qjgrq', title: '曲加工计划日期', width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -1989,7 +1908,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'dmcd', title: '打磨长度', width: 100,
|
|
|
|
field: 'qgrq', title: '切割计划日期', minWidth: "120",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2005,9 +1924,9 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// field: 'dmsb',
|
|
|
|
// field: 'jzsb',
|
|
|
|
// title: '打磨设备',
|
|
|
|
// title: '矫正设备',
|
|
|
|
// width: 100,
|
|
|
|
// minWidth: "110",
|
|
|
|
// filters: [{
|
|
|
|
// filters: [{
|
|
|
|
// data: {
|
|
|
|
// data: {
|
|
|
|
// checks: [],
|
|
|
|
// checks: [],
|
|
|
@ -2020,44 +1939,91 @@ export default {
|
|
|
|
// fVal2: ''
|
|
|
|
// fVal2: ''
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }],
|
|
|
|
// }],
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
// filterRender: {name: 'FilterCombination'},
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
field: 'dmrq', title: '打磨计划日期', width: 100,
|
|
|
|
// field: 'pwsb',
|
|
|
|
filters: [{
|
|
|
|
// title: '抛丸设备',
|
|
|
|
data: {
|
|
|
|
// minWidth: "110",
|
|
|
|
checks: [],
|
|
|
|
// filters: [{
|
|
|
|
sVal: '',
|
|
|
|
// data: {
|
|
|
|
sMenu: '',
|
|
|
|
// checks: [],
|
|
|
|
fType1: '',
|
|
|
|
// sVal: '',
|
|
|
|
fVal1: '',
|
|
|
|
// sMenu: '',
|
|
|
|
fMode: 'and',
|
|
|
|
// fType1: '',
|
|
|
|
fType2: '',
|
|
|
|
// fVal1: '',
|
|
|
|
fVal2: ''
|
|
|
|
// fMode: 'and',
|
|
|
|
}
|
|
|
|
// fType2: '',
|
|
|
|
}],
|
|
|
|
// fVal2: ''
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination'},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'hxsb',
|
|
|
|
|
|
|
|
// title: '划线设备',
|
|
|
|
|
|
|
|
// minWidth: "110",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true,}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// { field: 'hxry', title: '划线人员',width: 100,
|
|
|
|
|
|
|
|
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
|
|
|
// filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'qgsb',
|
|
|
|
|
|
|
|
// title: '切割设备',
|
|
|
|
|
|
|
|
// minWidth: "110",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true,}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// { field: 'qgry', title: '切割人员',width: 100,
|
|
|
|
|
|
|
|
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
|
|
|
// filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'pklx', title: '坡口类型', minWidth: "110",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'gjjsDz', title: '钢加大组结束', width: 100,
|
|
|
|
field: 'pkcd', title: '坡口长度', minWidth: "110",
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'gjjsXz', title: '钢加小组结束', width: 100,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2072,8 +2038,28 @@ export default {
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'pksb',
|
|
|
|
|
|
|
|
// title: '坡口设备',
|
|
|
|
|
|
|
|
// minWidth: "110",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// ],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true,}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'ljsl', title: '零件数量', width: 100,
|
|
|
|
field: 'pkrq', title: '坡口计划日期', minWidth: "130",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2089,7 +2075,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'gjks', title: '钢加开始', width: 100,
|
|
|
|
field: 'dmcd', title: '打磨长度', width: 100,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2105,7 +2091,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'dcFd', title: '分段号', width: 100,
|
|
|
|
field: 'dmrq', title: '打磨计划日期', minWidth: "130",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2121,39 +2107,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'dcCh2', title: '本船号', width: 100,
|
|
|
|
field: 'qbs', title: '曲标识', width: 100,
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
},//没有真实数据时,为空
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'dcCh1', title: '目标船号', width: 90,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
},//数据来源船,真实数据时,为空
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'lqlb', title: '领取类型', width: 90, formatter: ['dictFormat', 'CLlQ'],
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2168,8 +2122,30 @@ export default {
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'qjgsb',
|
|
|
|
|
|
|
|
// title: '曲加工设备',
|
|
|
|
|
|
|
|
// minWidth: "120",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true,}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// { field: 'qjgry', title: '曲加工人员',width: 100,
|
|
|
|
|
|
|
|
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
|
|
|
// filterRender: { name: 'FilterCombination', }},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'lx', title: '物资类型', width: 90, formatter: this.formatterLx,
|
|
|
|
field: 'qjgrq', title: '曲加工计划日期', minWidth: "140",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2184,8 +2160,29 @@ export default {
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'dmsb',
|
|
|
|
|
|
|
|
// title: '打磨设备',
|
|
|
|
|
|
|
|
// minWidth: "110",
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',},
|
|
|
|
|
|
|
|
// editRender: {name: "$select", options: [], props: {clearable: true,}}
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'kw', title: '跨位', width: 80, formatter: ['dictFormat', 'QGKW'],
|
|
|
|
field: 'gjjsDz', title: '钢料滚动需求期(大组)', minWidth: "160",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2200,8 +2197,24 @@ export default {
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'gjjsXz', title: '钢加小组结束', width: 100,
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'zt', title: '状态', width: 70, formatter: ['dictFormat', 'SYZT'],
|
|
|
|
field: 'ljsl', title: '零件数量', width: 100,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2216,8 +2229,24 @@ export default {
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// field: 'gjks', title: '钢加开始', width: 100,
|
|
|
|
|
|
|
|
// filters: [{
|
|
|
|
|
|
|
|
// data: {
|
|
|
|
|
|
|
|
// checks: [],
|
|
|
|
|
|
|
|
// sVal: '',
|
|
|
|
|
|
|
|
// sMenu: '',
|
|
|
|
|
|
|
|
// fType1: '',
|
|
|
|
|
|
|
|
// fVal1: '',
|
|
|
|
|
|
|
|
// fMode: 'and',
|
|
|
|
|
|
|
|
// fType2: '',
|
|
|
|
|
|
|
|
// fVal2: ''
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }],
|
|
|
|
|
|
|
|
// filterRender: {name: 'FilterCombination',}
|
|
|
|
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'bcshzl', title: '重量', width: 80,
|
|
|
|
field: 'dcCh2', title: '本船号', width: 100,
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2231,24 +2260,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},//没有真实数据时,为空
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'wpxh', title: '材质', width: 80,
|
|
|
|
|
|
|
|
filters: [{
|
|
|
|
|
|
|
|
data: {
|
|
|
|
|
|
|
|
checks: [],
|
|
|
|
|
|
|
|
sVal: '',
|
|
|
|
|
|
|
|
sMenu: '',
|
|
|
|
|
|
|
|
fType1: '',
|
|
|
|
|
|
|
|
fVal1: '',
|
|
|
|
|
|
|
|
fMode: 'and',
|
|
|
|
|
|
|
|
fType2: '',
|
|
|
|
|
|
|
|
fVal2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'xcms', title: '型材米数', width: 100,
|
|
|
|
field: 'zt', title: '状态', width: 70, formatter: ['dictFormat', 'SYZT'],
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2264,7 +2278,7 @@ export default {
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
filterRender: {name: 'FilterCombination',}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'gxsj', title: '数据更新时间', width: 100,
|
|
|
|
field: 'gxsj', title: '数据更新时间', minWidth: "130",
|
|
|
|
filters: [{
|
|
|
|
filters: [{
|
|
|
|
data: {
|
|
|
|
data: {
|
|
|
|
checks: [],
|
|
|
|
checks: [],
|
|
|
@ -2330,11 +2344,6 @@ export default {
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// { field: '', title: '跨位需求重量', width: 150,
|
|
|
|
|
|
|
|
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
|
|
|
// filterRender: { name: 'FilterCombination', },
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -2418,6 +2427,14 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
cellStyle2({row}) {
|
|
|
|
|
|
|
|
if (this.gcrl.includes(row.jssj)) {
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
color: 'red',
|
|
|
|
|
|
|
|
cursor: 'pointer'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
//明细修改弹窗,区分是否本船只
|
|
|
|
//明细修改弹窗,区分是否本船只
|
|
|
|
cellStyle1({row}) {
|
|
|
|
cellStyle1({row}) {
|
|
|
|
if (row.dcCh1) {
|
|
|
|
if (row.dcCh1) {
|
|
|
@ -2426,7 +2443,6 @@ export default {
|
|
|
|
cursor: 'pointer'
|
|
|
|
cursor: 'pointer'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//明细修改弹窗,可修改列
|
|
|
|
//明细修改弹窗,可修改列
|
|
|
|
headerCellStyle({column}) {
|
|
|
|
headerCellStyle({column}) {
|
|
|
@ -2440,7 +2456,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//提取三月滚动
|
|
|
|
//提取三月滚动
|
|
|
|
tqSygd() {
|
|
|
|
tqSygd() {
|
|
|
|
tqSygd().then((res) => {
|
|
|
|
tqSygd(this.list).then((res) => {
|
|
|
|
if (res.data) {
|
|
|
|
if (res.data) {
|
|
|
|
router.push({
|
|
|
|
router.push({
|
|
|
|
name: 'SygdWH',
|
|
|
|
name: 'SygdWH',
|
|
|
@ -2526,7 +2542,8 @@ export default {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
getList(this.queryParam).then((res) => {
|
|
|
|
getList(this.queryParam).then((res) => {
|
|
|
|
this.list = res.data
|
|
|
|
this.list = res.data.list
|
|
|
|
|
|
|
|
this.gcrl=res.data.gcrl
|
|
|
|
if (this.$refs.xGrid) {
|
|
|
|
if (this.$refs.xGrid) {
|
|
|
|
this.$refs.xGrid.loadData(this.list)
|
|
|
|
this.$refs.xGrid.loadData(this.list)
|
|
|
|
}
|
|
|
|
}
|
|
|
|