小小儁爺
9 天以前 e4269277e493dad1c410ad40f8fd4e2c934a9b75
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 })