Browse Source

1.其他支出收入单前端对接
2.收付款单前端对接

heqinwei 7 years ago
parent
commit
052214114d
1 changed files with 28 additions and 19 deletions
  1. 28 19
      frontend/saas-web/app/view/money/payBalance/FormPanel.js

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

@@ -83,41 +83,44 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
     }, {
         xtype: "detailGridField",
         storeModel: 'saas.model.money.PayBalance1',
-        detnoColumn: 'pb_detno',
+        detnoColumn: 'pd_detno',
         deleteDetailUrl: '/api/money/paybalance/deleteDetail1/',
         columns: [{
             text: 'ID',
             dataIndex: 'id',
             hidden: true
         }, {
-            // text: '期间',
-            // dataIndex: 'pb_ym'
+            text: '期间',
+            dataIndex: 'pd_ym',
             // editor: {
             //     xtype: 'hidden',
-            //     // xtype: 'textfield,
-            //     // xtype: 'datefield''
+                // xtype: 'textfield,
+                // xtype: 'datefield''
             // }
-        // }, {
-        //     text: '结算账户ID',
-        //     dataIndex: 'pb_bankid'
-        // }, {
+        }, {
+            text: '结算账户ID',
+            dataIndex: 'pd_bankid',
+            editor:{
+                xtype:'hidden'
+            }
+        }, {
         //     text: '结算账户编号',
         //     dataIndex: 'paybalancedet'
         // }, {
             text: '结算账户',
-            dataIndex: 'pb_bankname'
+            dataIndex: 'pd_bankname'
         }, {
             text: "付款金额",
-            dataIndex: "pb_amount",
+            dataIndex: "pd_amount",
             editor:{
                 xtype: 'numberfield'
             }
         }, {
             text: "结算方式",
-            dataIndex: "pb_paymethod"
+            dataIndex: "pd_paymethod"
         }, {
             text: "结算号",
-            dataIndex: "pb_paycode"
+            dataIndex: "pd_paycode"
         }, {
             text: "备注",
             dataIndex: "pb_remark",
@@ -135,12 +138,18 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
             dataIndex: 'id',
             hidden: true
         }, {
-        //     text: '期间',
-        //     dataIndex: 'pbd_ym'
-        // }, {
-        //     text: '来源ID',
-        //     dataIndex: 'pbd_slid'
-        // }, {
+            text: '期间',
+            dataIndex: 'pbd_ym',
+            editor:{
+                xtype:'hidden'
+            }
+        }, {
+            text: '来源ID',
+            dataIndex: 'pbd_slid',
+            editor:{
+                xtype:'hidden'
+            }
+        }, {
             text: '源单编号',
             dataIndex: 'pbd_slcode'
         // }, {