|
|
@ -17,8 +17,8 @@ |
|
|
<el-form-item :label="'工序编码'"> |
|
|
<el-form-item :label="'工序编码'"> |
|
|
<el-input v-model="searchData.itemNo" type="number" style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.itemNo" type="number" style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item :label="'加工中心编码'"> |
|
|
|
|
|
<el-input v-model="searchData.workCenterNo" style="width: 120px"></el-input> |
|
|
|
|
|
|
|
|
<el-form-item :label="'生产线名称'"> |
|
|
|
|
|
<el-input v-model="searchData.lineName" style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 0px;"> |
|
|
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 0px;"> |
|
|
@ -263,6 +263,23 @@ |
|
|
serialNumber: null, |
|
|
serialNumber: null, |
|
|
columnType: null, |
|
|
columnType: null, |
|
|
align: 'left' |
|
|
align: 'left' |
|
|
|
|
|
}, { |
|
|
|
|
|
tableId: "sfdcList", |
|
|
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|
|
columnProp: "lineName", |
|
|
|
|
|
columnLabel: "生产线名称", |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: true, |
|
|
|
|
|
columnWidth: 70, |
|
|
|
|
|
format: null, |
|
|
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
serialNumber: null, |
|
|
|
|
|
columnType: null, |
|
|
|
|
|
align: 'left' |
|
|
}, { |
|
|
}, { |
|
|
tableId: "sfdcList", |
|
|
tableId: "sfdcList", |
|
|
tableName: this.$route.meta.title, |
|
|
tableName: this.$route.meta.title, |
|
|
@ -399,6 +416,23 @@ |
|
|
serialNumber: null, |
|
|
serialNumber: null, |
|
|
columnType: null, |
|
|
columnType: null, |
|
|
align: 'right' |
|
|
align: 'right' |
|
|
|
|
|
}, { |
|
|
|
|
|
tableId: "sfdcList", |
|
|
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|
|
columnProp: "planTime", |
|
|
|
|
|
columnLabel: "计划生产时间", |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: true, |
|
|
|
|
|
columnWidth: 70, |
|
|
|
|
|
format: null, |
|
|
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
serialNumber: null, |
|
|
|
|
|
columnType: null, |
|
|
|
|
|
align: 'right' |
|
|
}, { |
|
|
}, { |
|
|
tableId: "sfdcList", |
|
|
tableId: "sfdcList", |
|
|
tableName: this.$route.meta.title, |
|
|
tableName: this.$route.meta.title, |
|
|
@ -468,6 +502,7 @@ |
|
|
operatorName:'', |
|
|
operatorName:'', |
|
|
resourceId:'', |
|
|
resourceId:'', |
|
|
shiftNo:'', |
|
|
shiftNo:'', |
|
|
|
|
|
lineName:'', |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|