|
|
@ -76,18 +76,18 @@ |
|
|
style="width: 100px; height: 80px"/></span> |
|
|
style="width: 100px; height: 80px"/></span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
|
|
|
|
|
|
<!-- <el-table-column |
|
|
fixed="left" |
|
|
fixed="left" |
|
|
header-align="center" |
|
|
header-align="center" |
|
|
align="center" |
|
|
align="center" |
|
|
width="150" |
|
|
width="150" |
|
|
:label=labels.rollListOperation> |
|
|
:label=labels.rollListOperation> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<!-- <a class="customer-a" v-if="operatorData.operatorName != ''" |
|
|
|
|
|
|
|
|
<!– <a class="customer-a" v-if="operatorData.operatorName != ''" |
|
|
@click="printSfdcFlowLabel(scope.row)" |
|
|
@click="printSfdcFlowLabel(scope.row)" |
|
|
>{{ labels.rollListPrint }}</a>--> |
|
|
|
|
|
|
|
|
>{{ labels.rollListPrint }}</a>–> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
</el-table-column>--> |
|
|
</el-table> |
|
|
</el-table> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
</el-tabs> |
|
|
</el-tabs> |
|
|
@ -138,6 +138,24 @@ export default { |
|
|
status: true, |
|
|
status: true, |
|
|
fixed: false |
|
|
fixed: false |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 5303, |
|
|
|
|
|
serialNumber: '5303RollRmRollNo', |
|
|
|
|
|
tableId: "5303Roll", |
|
|
|
|
|
tableName: "下机卷", |
|
|
|
|
|
columnProp: "rmRollNo", |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: "材料卷号", |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: true, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: false |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 5303, |
|
|
functionId: 5303, |
|
|
|