|
@@ -330,15 +330,20 @@ export default {
|
|
|
classifyCode: row.srcBusType,
|
|
classifyCode: row.srcBusType,
|
|
|
groupCode: 'FYSQ'
|
|
groupCode: 'FYSQ'
|
|
|
}
|
|
}
|
|
|
- } else if (type == 'FY-SQXG' || type == 'FY-SQSC') {
|
|
|
|
|
|
|
+ } else if (type == 'FY-SQXG') {
|
|
|
obj = {
|
|
obj = {
|
|
|
billId: row.srcBillId,
|
|
billId: row.srcBillId,
|
|
|
businessType: 'HYCK',
|
|
businessType: 'HYCK',
|
|
|
classifyCode: '费用',
|
|
classifyCode: '费用',
|
|
|
groupCode: '费用-申请修改'
|
|
groupCode: '费用-申请修改'
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- console.log(obj, 1111111111)
|
|
|
|
|
|
|
+ } else if (type == 'FY-SQSC') {
|
|
|
|
|
+ obj = {
|
|
|
|
|
+ billId: row.srcBillId,
|
|
|
|
|
+ businessType: 'HYCK',
|
|
|
|
|
+ classifyCode: '费用',
|
|
|
|
|
+ groupCode: '费用-申请删除'
|
|
|
|
|
+ }
|
|
|
} else if (type == 'KHTS') {
|
|
} else if (type == 'KHTS') {
|
|
|
obj = {
|
|
obj = {
|
|
|
billId: row.billId,
|
|
billId: row.billId,
|