Browse Source

修改采购入库单流程编号

xiaodai2022 1 year ago
parent
commit
4a48c37b8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchaseIn/wsmInOrder/detail.vue

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

@@ -150,7 +150,7 @@ export default {
     },
     },
     ppowers() {
     ppowers() {
       const { roleProcess } = this.$store.getters;
       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 ?? {};
       const { action } = tran ?? {};
       return action ?? [];
       return action ?? [];
     }
     }