Browse Source

0412 新看板

master
ruanqi 3 years ago
parent
commit
cf1ad88ed1
  1. 19
      src/views/modules/production/cancelSfdc.vue
  2. 19
      src/views/modules/production/cancelSfdcForWareHouse.vue
  3. 19
      src/views/modules/production/searchSfdc.vue

19
src/views/modules/production/cancelSfdc.vue

@ -124,7 +124,7 @@
// + start
exportData: [],
userDev:this.$store.state.user.userDev,
exportName: "派工单列表"+this.getStrDate(),
exportName: "产量报告"+this.getStrDate(),
columnList: [
{
tableId: "sfdcList",
@ -246,6 +246,23 @@
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "partDesc",
columnLabel: "产品型号",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 100,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,

19
src/views/modules/production/cancelSfdcForWareHouse.vue

@ -66,7 +66,7 @@
// + start
exportData: [],
userDev:this.$store.state.user.userDev,
exportName: "派工单列表"+this.getStrDate(),
exportName: "产量报告"+this.getStrDate(),
columnList: [
{
tableId: "sfdcList",
@ -188,6 +188,23 @@
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "partDesc",
columnLabel: "产品型号",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 100,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,

19
src/views/modules/production/searchSfdc.vue

@ -112,7 +112,7 @@
// + start
exportData: [],
userDev:this.$store.state.user.userDev,
exportName: "派工单列表"+this.getStrDate(),
exportName: "产量报告"+this.getStrDate(),
columnList: [
{
tableId: "sfdcList",
@ -234,6 +234,23 @@
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "partDesc",
columnLabel: "产品型号",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 100,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,

Loading…
Cancel
Save