Przeglądaj źródła

增加收发货财务申请

lichao 3 lat temu
rodzic
commit
495e14954a
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      src/components/fee-info/main.vue

+ 5 - 1
src/components/fee-info/main.vue

@@ -319,6 +319,10 @@ export default {
     },
     itemType: {
       type: String
+    },
+    srcType: {
+      type: Number,
+      default: 2,
     }
   },
   filters: {
@@ -621,7 +625,7 @@ export default {
             item.costType = item.itemId
             item.itemType = this.itemType
             item.optionType = this.optionType
-            item.srcType = 2   //费用明细申请
+            item.srcType = this.srcType   //费用明细申请
             item.tradeType = this.optionType
           })
           let data = {