小小儁爺
2026-01-14 03b5f0b91e4cdd9f6e947cca639f16e0e64ed1c4
1.递交
已修改1个文件
3 ■■■■■ 文件已修改
src/views/workOrder/workOrderList.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderList.vue
@@ -3997,6 +3997,9 @@
      this.dialogForm.mesmaxqty = res.canupdate_qty
      if (this.mesSetting.route) { // 按工艺路线走模式
        if (!this.dialogForm.routecode) {
          return this.$message.error('请先将产品绑定工艺路线!')
        }
        if (!this.dialogForm.routecode) {
          await this.getPartcodeChangeDialog()
        } else {
          const { data: res } = await PartSelectRpute({ partcode: this.dialogForm.partcode })