Browse Source

区分删除 修改申请报表

Qukatie 5 months ago
parent
commit
59f50a1e44
1 changed files with 8 additions and 3 deletions
  1. 8 3
      src/views/approveDataH/index.vue

+ 8 - 3
src/views/approveDataH/index.vue

@@ -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,