zouyu
2023-11-15 d9a840cdf9da27c95298b0f822748ae199a0cc51
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) => {})
        }