Browse Source

采购订单

master
常熟吴彦祖 5 days ago
parent
commit
76a5680228
  1. 72
      src/views/modules/qc/qcItem.vue

72
src/views/modules/qc/qcItem.vue

@ -721,42 +721,42 @@
fixed: '',
columnWidth: 120,
},*/
{
userId: this.$store.state.user.name,
functionId: 301002,
serialNumber: '301002TableItemSamplingQuantity',
tableId: "301002Table",
tableName: "检验项目维护表",
columnProp: 'itemSamplingQuantity',
headerAlign: 'center',
align: "right",
columnLabel: '抽样数量',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 301002,
serialNumber: '301002TableDefaultSamplingProportion',
tableId: "301002Table",
tableName: "检验项目维护表",
columnProp: 'defaultSamplingProportion',
headerAlign: 'center',
align: "right",
columnLabel: '抽样比例',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100,
},
// {
// userId: this.$store.state.user.name,
// functionId: 301002,
// serialNumber: '301002TableItemSamplingQuantity',
// tableId: "301002Table",
// tableName: "",
// columnProp: 'itemSamplingQuantity',
// headerAlign: 'center',
// align: "right",
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 100,
// },
// {
// userId: this.$store.state.user.name,
// functionId: 301002,
// serialNumber: '301002TableDefaultSamplingProportion',
// tableId: "301002Table",
// tableName: "",
// columnProp: 'defaultSamplingProportion',
// headerAlign: 'center',
// align: "right",
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 100,
// },
{
userId: this.$store.state.user.name,
functionId: 301002,

Loading…
Cancel
Save