小小儁爺
2024-08-08 d20654ba067e5c0621d4d7d95915cbe47a10fe87
src/views/makeModel/meterPrice.vue
@@ -548,7 +548,7 @@
import TableColumnSettings from '@/components/TableColumnSettings'
export default {
  name: 'JPGJ',
  name: 'MeterPrice',
  components: {
    Pagination, ImportPicker, TableColumnSettings
  },
@@ -638,7 +638,7 @@
          sortable: true
        }, {
          minWidth: false,
          width: 110,
          width: 150,
          prop: 'route_name',
          label: '工艺路线',
          id: 9,
@@ -648,16 +648,16 @@
        }, {
          minWidth: false,
          width: 130,
          prop: 'stepcode',
          prop: 'eqp_code',
          label: '加工工序编码',
          id: 10,
          show: false,
          fixed: false,
          sortable: true
        }, {
          minWidth: false,
          width: 110,
          prop: 'stepname',
          minWidth: 110,
          width: false,
          prop: 'eqp_name',
          label: '加工设备',
          id: 11,
          show: true,
@@ -665,8 +665,8 @@
          sortable: true
        }, {
          minWidth: false,
          width: 130,
          prop: 'eqp_code',
          width: 150,
          prop: 'stepcode',
          label: '加工设备编码',
          id: 12,
          show: false,
@@ -675,7 +675,7 @@
        }, {
          minWidth: 110,
          width: false,
          prop: 'eqp_name',
          prop: 'stepname',
          label: '加工工序',
          id: 13,
          show: true,
@@ -711,7 +711,7 @@
        }, {
          minWidth: false,
          width: 110,
          prop: 'cavity_qty',
          prop: 'unprice',
          label: '计件单价',
          id: 17,
          show: true,