小小儁爺
14 小时以前 7985764aa551ca2a74041e35f76e86ab67f0b3b3
src/views/workOrder/workOrderList.vue
@@ -514,18 +514,18 @@
          :header-cell-style="this.$headerCellStyle"
          :cell-style="this.$cellStyle"
        >
          <!--          <el-table-column-->
          <!--            width="50"-->
          <!--            type="index"-->
          <!--            prop="序号"-->
          <!--            fixed-->
          <!--          />   -->
          <el-table-column
            width="50"
            prop="seq"
            label="序号"
            type="index"
            prop="序号"
            fixed
          />
          <!--          <el-table-column-->
          <!--            width="50"-->
          <!--            prop="seq"-->
          <!--            label="序号"-->
          <!--            fixed-->
          <!--          />-->
          <el-table-column
            prop="wo_code"
            show-tooltip-when-overflow
@@ -857,6 +857,7 @@
            class="stepSelectedValueClass"
            style="width: 930px;"
            multiple
            filterable
            placeholder="请选择相对应工序"
            @change="stepSelectedValueChange"
          >
@@ -2561,6 +2562,7 @@
              class="stepSelectedValueClass"
              style="width: 930px;"
              multiple
              filterable
              placeholder="请选择相对应工序"
              @change="val=>stepSelectedValueChangeBatchUpdate(val,index)"
            >
@@ -4461,7 +4463,12 @@
        data_sources: row.data_sources
      }
      const { data: res } = await UpdateMesOrderStepSearch(data)
      this.tableDataDetail = res.stepdata
      if (row.islastreport === 'Y') {
        this.tableDataDetail = res.stepdata.filter(i => i.isend === 'Y')
      } else {
        this.tableDataDetail = res.stepdata
      }
    },
    // 工序删除
    stepDel(row) {
@@ -4537,7 +4544,7 @@
    getSummaries(param) {
      const { columns, data } = param
      const sums = []
      const i = 9
      const i = 11
      columns.forEach((column, index) => {
        if (index === i) {
          sums[index] = '总数'