Browse Source

资金模块-解决核销日志问题

huangx 7 years ago
parent
commit
a141c2c23b

+ 2 - 0
applications/money/money-server/src/main/java/com/usoftchina/saas/money/service/impl/VerificationServiceImpl.java

@@ -479,6 +479,8 @@ public class VerificationServiceImpl extends CommonBaseServiceImpl<VerificationM
             }
             }
         }
         }
         baseDTO.setId(id);
         baseDTO.setId(id);
+        baseDTO.setName(BillCodeSeq.VERIFICATION.getCaller());
+        baseDTO.setCode(formData.getMain().getVc_code());
         messageLogService.audit(baseDTO);
         messageLogService.audit(baseDTO);
         return baseDTO;
         return baseDTO;
     }
     }

+ 1 - 1
frontend/saas-web/app/view/money/othspendings/QueryPanel.js

@@ -19,7 +19,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
     },{
     },{
         xtype: 'textfield',
         xtype: 'textfield',
         name: 'os_code',
         name: 'os_code',
-        emptyText:'请输入单号或客户或账号',
+        emptyText:'请输入单号或供应商或账号',
         getCondition: function(value) {
         getCondition: function(value) {
             if(value == 'ALL') {
             if(value == 'ALL') {
                 return '1=1';
                 return '1=1';