ソースを参照

修改采购入库单流程编号

xiaodai2022 1 年間 前
コミット
4a48c37b8e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/purchaseIn/wsmInOrder/detail.vue

+ 1 - 1
src/views/purchaseIn/wsmInOrder/detail.vue

@@ -150,7 +150,7 @@ export default {
     },
     ppowers() {
       const { roleProcess } = this.$store.getters;
-      const tran = roleProcess.find(i => i.process_type === "RKB") || {};
+      const tran = roleProcess.find(i => i.process_type === "RKD") || {};
       const { action } = tran ?? {};
       return action ?? [];
     }