Browse Source

1.应收款明细表单据类型不显示

heqinwei 7 years ago
parent
commit
a2ece1a5e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/model/report/RecDetail.js

+ 1 - 1
frontend/saas-web/app/model/report/RecDetail.js

@@ -4,7 +4,7 @@ Ext.define('saas.model.report.RecDetail', {
     fields: [
         { name: 'rd_date', type: 'string' },
         { name: 'rd_code', type: 'string' },
-        { name: 'rd_kind', type: 'date' },
+        { name: 'rd_kind', type: 'string' },
         { name: 'rd_sellername', type: 'string' },
         { name: 'rd_currency', type: 'string' },
         { name: 'rd_addrec', type: 'float' },