Browse Source

添加材料卷号

master
DouDou 2 years ago
parent
commit
bc8b286d36
  1. 26
      src/views/modules/scheduleReport/com_die_cutting_report.vue
  2. 26
      src/views/modules/scheduleReport/com_fqc_report.vue

26
src/views/modules/scheduleReport/com_die_cutting_report.vue

@ -110,18 +110,18 @@
style="width: 100px; height: 80px"/></span>
</template>
</el-table-column>
<el-table-column
<!-- <el-table-column
fixed="left"
header-align="center"
align="center"
width="150"
:label=labels.rollListOperation>
<template slot-scope="scope">
<!-- <a class="customer-a" v-if="operatorData.operatorName != ''"
&lt;!&ndash; <a class="customer-a" v-if="operatorData.operatorName != ''"
@click="printSfdcFlowLabel(scope.row)"
>{{ labels.rollListPrint }}</a>-->
>{{ labels.rollListPrint }}</a>&ndash;&gt;
</template>
</el-table-column>
</el-table-column>-->
</el-table>
</el-tab-pane>
</el-tabs>
@ -401,6 +401,24 @@ export default {
status: true,
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
},
],
searchData: {
site: this.$store.state.user.site,

26
src/views/modules/scheduleReport/com_fqc_report.vue

@ -76,18 +76,18 @@
style="width: 100px; height: 80px"/></span>
</template>
</el-table-column>
<el-table-column
<!-- <el-table-column
fixed="left"
header-align="center"
align="center"
width="150"
:label=labels.rollListOperation>
<template slot-scope="scope">
<!-- <a class="customer-a" v-if="operatorData.operatorName != ''"
&lt;!&ndash; <a class="customer-a" v-if="operatorData.operatorName != ''"
@click="printSfdcFlowLabel(scope.row)"
>{{ labels.rollListPrint }}</a>-->
>{{ labels.rollListPrint }}</a>&ndash;&gt;
</template>
</el-table-column>
</el-table-column>-->
</el-table>
</el-tab-pane>
</el-tabs>
@ -138,6 +138,24 @@ export default {
status: true,
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,
functionId: 5303,

Loading…
Cancel
Save