Browse Source

0412 新看板

master
ruanqi 2 years ago
parent
commit
d41ed132b3
  1. 2
      src/views/modules/pad/padPart1.vue
  2. 2
      src/views/modules/production/generateReport.vue
  3. 17
      src/views/modules/production/shopOrderProductView.vue

2
src/views/modules/pad/padPart1.vue

@ -57,7 +57,7 @@
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<a type="text" size="small" @click="jumpPadPartAttribute(scope.row)">属性</a> &nbsp&nbsp|&nbsp&nbsp <a type="text" size="small" @click="jumpPadPartAttribute(scope.row)">属性</a> &nbsp&nbsp|&nbsp&nbsp
<a type="text" size="small" @click="jumpPadPartPhoto(scope.row)">SOP</a>
<a type="text" size="small" @click="jumpPadPartPhoto(scope.row)">图纸</a>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

2
src/views/modules/production/generateReport.vue

@ -861,6 +861,8 @@
// this.search() // this.search()
let inList=[]; let inList=[];
if(data.transData!=null){ if(data.transData!=null){
//2
inList.push(data.transData)
inList.push(data.transData) inList.push(data.transData)
} }
if(data.badData!=null){ if(data.badData!=null){

17
src/views/modules/production/shopOrderProductView.vue

@ -162,6 +162,23 @@
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'right' align: 'right'
}, {
tableId: "orderView",
tableName: this.$route.meta.title,
columnProp: "firstReportDate",
columnLabel: "首次报工日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 60,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'center'
}, },
{ {
tableId: "orderView", tableId: "orderView",

Loading…
Cancel
Save