Prechádzať zdrojové kódy

付款单字段配置错误

zhuth 7 rokov pred
rodič
commit
72331dca4c

+ 1 - 1
frontend/saas-web/app/view/money/payBalance/FormPanel.js

@@ -123,7 +123,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
             dataIndex: "pd_paycode"
             dataIndex: "pd_paycode"
         }, {
         }, {
             text: "备注",
             text: "备注",
-            dataIndex: "pb_remark",
+            dataIndex: "pd_remark",
             editor:{
             editor:{
                 xtype: 'textfield'
                 xtype: 'textfield'
             }
             }