11
86134
2023-11-18 281971fb8056d8c244d48fa0db383e48db541f06
src/views/product/workbench/workReport-feed.vue
@@ -36,7 +36,7 @@
      <el-table-column label="报工单号" prop="productNo" align="center">
      </el-table-column>
      <el-table-column
        label="SN号"
        label="序列号"
        prop="partBatchNo"
        align="center"
        :show-overflow-tooltip="true"
@@ -287,6 +287,7 @@
              } else {
                this.$message.error('更新投入失败')
              }
                     this.visible = false
            })
            .catch((error) => {})
        } else {
@@ -307,6 +308,7 @@
              } else {
                this.$message.error('添加投入失败')
              }
                     this.visible = false
            })
            .catch((error) => {})
        }