|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="22">
|
|
|
|
|
<el-form-item label="船号:">
|
|
|
|
|
<el-select v-model="queryParam.dcCh1" filterable placeholder="工程编号" >
|
|
|
|
|
<el-select v-model="queryParam.dcCh" filterable placeholder="工程编号" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in dictData"
|
|
|
|
|
:key="item.cbbm"
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="10" :offset="14">
|
|
|
|
|
<el-form-item style="float: right" >
|
|
|
|
|
<el-button type="success" @click="sygdPC()" >预排产</el-button>
|
|
|
|
|
<el-button type="success" @click="sygdPC()" >导出excel</el-button>
|
|
|
|
|
<div style="float: right;margin-left: 5px" >
|
|
|
|
|
<el-upload
|
|
|
|
|
:action="uploadAction"
|
|
|
|
@ -63,8 +63,8 @@
|
|
|
|
|
:data="list"
|
|
|
|
|
:custom-config="{ storage: true }"
|
|
|
|
|
highlight-hover-row
|
|
|
|
|
highlight-current-row
|
|
|
|
|
show-overflow
|
|
|
|
|
show-header-overflow
|
|
|
|
|
@cell-click="cellClickEvent"
|
|
|
|
|
>
|
|
|
|
|
<!-- show-header-overflow-->
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { getCzxx} from '@/api/jhzx/qfxq'
|
|
|
|
|
import { getList} from '@/api/jhzx/sygd'
|
|
|
|
|
import {getSygdList} from '@/api/jhzx/sygd'
|
|
|
|
|
|
|
|
|
|
import { mapGetters } from 'vuex'
|
|
|
|
|
import XEUtils from 'xe-utils'
|
|
|
|
@ -90,7 +90,7 @@ export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
queryParam: {
|
|
|
|
|
dcCh1:'',
|
|
|
|
|
dcCh:'',
|
|
|
|
|
dcPl:''
|
|
|
|
|
},
|
|
|
|
|
list: [],
|
|
|
|
@ -103,81 +103,228 @@ export default {
|
|
|
|
|
height: '500px',
|
|
|
|
|
tableColumn:[
|
|
|
|
|
{ type: 'seq', width: 60, title: '序号',fixed: "left"},
|
|
|
|
|
{ field: 'dcCh', title: '船号',width: 100},
|
|
|
|
|
{ field: 'dcPl', title: '批量号',width: 70},
|
|
|
|
|
{ field: 'dcFd', title: '分段号',width: 100},
|
|
|
|
|
{ field: 'gjjsDz', title: '钢加大组结束',width: 100},
|
|
|
|
|
{ field: 'gjjsXz', title: '钢加小组结束',width: 100},
|
|
|
|
|
{ field: 'jsqTlt', title: '套料图接收',width: 80},
|
|
|
|
|
{ field: 'jsqLqb', title: '板材领取表接收',width: 100},
|
|
|
|
|
{ field: 'dhqd', title: '订货清单号',width: 100},
|
|
|
|
|
{ field: 'gdZt', title: '状态',width: 70,formatter: ['dictFormat','SYZT']},
|
|
|
|
|
{ field: 'orderBs', title: '订货板数',width: 80},
|
|
|
|
|
{ field: 'arrivalB', title: '到货板数',width: 80},
|
|
|
|
|
{ field: 'tltSl', title: '套料图板数',width: 100},
|
|
|
|
|
{ field: 'slSl', title: '上料张数',width: 80},
|
|
|
|
|
{ field: 'slSj', title: '上料时间',width: 100},
|
|
|
|
|
{ field: 'pwSl', title: '抛丸数量',width: 100},
|
|
|
|
|
{ field: 'pwSj', title: '抛丸时间',width: 100},
|
|
|
|
|
{ field: 'xcpwSl', title: '型材抛丸',width: 100},
|
|
|
|
|
{ field: 'xcpwSj', title: '型材抛丸时间',width: 100},
|
|
|
|
|
{ field: 'n1ad', title: '1跨平直大板(大组)',width: 100},
|
|
|
|
|
{ field: 'n1adSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n1ax', title: '1跨平直大板(小组)',width: 100},
|
|
|
|
|
{ field: 'n1axSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n1ld', title: '1跨进线板(大组)',width: 100},
|
|
|
|
|
{ field: 'n1ldSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2bd', title: '2跨超长超宽板(大组)',width: 100},
|
|
|
|
|
{ field: 'n2bdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2bx', title: '2跨超长超宽板(小组)',width: 100},
|
|
|
|
|
{ field: 'n2bxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2cx', title: '2跨超长超宽曲板(小组)',width: 100},
|
|
|
|
|
{ field: 'n2cxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2cd', title: '2跨超长超宽曲板(大组)',width: 100},
|
|
|
|
|
{ field: 'n2cdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2tx', title: '2跨T型材腹板(小组)',width: 100},
|
|
|
|
|
{ field: 'n2txSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2td', title: '2跨T型材腹板(大组)',width: 100},
|
|
|
|
|
{ field: 'n2tdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2jx', title: '2跨激光切割板(小组)',width: 100},
|
|
|
|
|
{ field: 'n2jxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n2jd', title: '2跨激光切割板(大组)',width: 100},
|
|
|
|
|
{ field: 'n2jdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n3cx', title: '3跨曲板(小组)',width: 100},
|
|
|
|
|
{ field: 'n3cxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n3cd', title: '3跨曲板(大组)',width: 100},
|
|
|
|
|
{ field: 'n3cdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n3hx', title: '3跨厚板(小组)',width: 100},
|
|
|
|
|
{ field: 'n3hxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n3hd', title: '3跨厚板(大组)',width: 100},
|
|
|
|
|
{ field: 'n3hdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n4px', title: '4跨普通板(小组)',width: 100},
|
|
|
|
|
{ field: 'n4pxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n4pd', title: '4跨普通板(大组)',width: 100},
|
|
|
|
|
{ field: 'n4pdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n4xx', title: '4跨普通板(机器人)',width: 100},
|
|
|
|
|
{ field: 'n4xxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'n8gx', title: '光电',width: 100},
|
|
|
|
|
{ field: 'n8gxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'x7xx', title: '7跨型板(小组)',width: 100},
|
|
|
|
|
{ field: 'x7xxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'x7xd', title: '7跨型板(大组)',width: 100},
|
|
|
|
|
{ field: 'x7xdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 's2tx', title: '2跨T型材面板(小组)',width: 100},
|
|
|
|
|
{ field: 's2txSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 's2td', title: '2跨T型材面板(大组)',width: 100},
|
|
|
|
|
{ field: 's2tdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 's3px', title: '3跨平铁(小组)',width: 100},
|
|
|
|
|
{ field: 's3pxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 's3pd', title: '3跨平铁(大组)',width: 100},
|
|
|
|
|
{ field: 's3pdSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 's3xx', title: '3跨平铁(机器人)',width: 100},
|
|
|
|
|
{ field: 's3xxSj', title: '加工时间',width: 100},
|
|
|
|
|
{ field: 'gjks', title: '钢加开始',width: 100},
|
|
|
|
|
{ field: 'jhwgDz', title: '计划大组完成时间',width: 100},
|
|
|
|
|
{ field: 'jhwgXz', title: '计划小组完成时间',width: 100},
|
|
|
|
|
{ field: 'sjlyCh', title: '数据来源船',width: 100},
|
|
|
|
|
{ field: 'gxsj', title: '数据更新时间',width: 100},]
|
|
|
|
|
{ field: 'dcCh', title: '船号',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'dcPl', title: '批量号',width: 70,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'dcFd', title: '分段号',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'gjjsDz', title: '钢加大组结束',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'gjjsXz', title: '钢加小组结束',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'jsqTlt', title: '套料图接收',width: 80,filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'jsqLqb', title: '板材领取表接收',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'dhqd', title: '订货清单号',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'gdZt', title: '状态',width: 70,formatter: ['dictFormat','SYZT'],filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'orderBs', title: '订货板数',width: 80,filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'arrivalB', title: '到货板数',width: 80,filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'tltSl', title: '套料图板数',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'slSl', title: '上料张数',width: 80,filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'slSj', title: '上料时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'pwSl', title: '抛丸数量',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'pwSj', title: '抛丸时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'xcpwSl', title: '型材抛丸',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'xcpwSj', title: '型材抛丸时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1ad', title: '1跨平直大板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1adSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1ax', title: '1跨平直大板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1axSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1ld', title: '1跨进线板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n1ldSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2bd', title: '2跨超长超宽板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2bdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2bx', title: '2跨超长超宽板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2bxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2cx', title: '2跨超长超宽曲板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2cxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2cd', title: '2跨超长超宽曲板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2cdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2tx', title: '2跨T型材腹板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2txSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2td', title: '2跨T型材腹板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2tdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2jx', title: '2跨激光切割板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2jxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2jd', title: '2跨激光切割板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n2jdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3cx', title: '3跨曲板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3cxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3cd', title: '3跨曲板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3cdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3hx', title: '3跨厚板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3hxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3hd', title: '3跨厚板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n3hdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4px', title: '4跨普通板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4pxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4pd', title: '4跨普通板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4pdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4xx', title: '4跨普通板(机器人)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n4xxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n8gx', title: '光电',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'n8gxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'x7xx', title: '7跨型板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'x7xxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'x7xd', title: '7跨型板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'x7xdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's2tx', title: '2跨T型材面板(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's2txSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's2td', title: '2跨T型材面板(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's2tdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3px', title: '3跨平铁(小组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3pxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3pd', title: '3跨平铁(大组)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3pdSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3xx', title: '3跨平铁(机器人)',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 's3xxSj', title: '加工时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'gjks', title: '钢加开始',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'jhwgDz', title: '计划大组完成时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'jhwgXz', title: '计划小组完成时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'sjlyCh', title: '数据来源船',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
{ field: 'gxsj', title: '数据更新时间',width: 100,
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', }},
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -189,17 +336,28 @@ export default {
|
|
|
|
|
this.getHeight()
|
|
|
|
|
this.initBase()
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
|
'$route'(){
|
|
|
|
|
this.getParams();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
getParams(){
|
|
|
|
|
var a=[]
|
|
|
|
|
a= this.$route.params.list
|
|
|
|
|
if (a===undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.list=a
|
|
|
|
|
if (this.$refs.xGrid) {
|
|
|
|
|
this.$refs.xGrid.loadData(this.list)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
uploadExcel() {
|
|
|
|
|
this.uploadData.isupload = this.isupload
|
|
|
|
|
},
|
|
|
|
|
cellClickEvent ( column ) {
|
|
|
|
|
this.$router.push({
|
|
|
|
|
name: 'SymxCX',
|
|
|
|
|
params: {
|
|
|
|
|
list: column.row.mxList
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// console.log(column.row.mxList)
|
|
|
|
|
},
|
|
|
|
|
beforeAvatarUpload(file) {
|
|
|
|
@ -242,7 +400,7 @@ export default {
|
|
|
|
|
this.$message.warning('选择船只编号')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
getList(this.queryParam).then((res) => {
|
|
|
|
|
getSygdList(this.queryParam).then((res) => {
|
|
|
|
|
this.list = res.data
|
|
|
|
|
if (this.$refs.xGrid) {
|
|
|
|
|
this.$refs.xGrid.loadData(this.list)
|
|
|
|
|