浏览代码

增加收发货财务申请

lichao 3 年之前
父节点
当前提交
495e14954a
共有 1 个文件被更改,包括 5 次插入1 次删除
  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 = {