|
@@ -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 = {
|