|
@@ -65,19 +65,23 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
},{
|
|
},{
|
|
|
"text": "应收款余额",
|
|
"text": "应收款余额",
|
|
|
"dataIndex": "cu_leftamount",
|
|
"dataIndex": "cu_leftamount",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
},{
|
|
},{
|
|
|
"text": "税率",
|
|
"text": "税率",
|
|
|
"dataIndex": "cu_taxrate",
|
|
"dataIndex": "cu_taxrate",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
},{
|
|
},{
|
|
|
"text": "承付天数",
|
|
"text": "承付天数",
|
|
|
"dataIndex": "cu_promisedays",
|
|
"dataIndex": "cu_promisedays",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
},{
|
|
},{
|
|
|
"text": "额度",
|
|
"text": "额度",
|
|
|
"dataIndex": "cu_credit",
|
|
"dataIndex": "cu_credit",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
}]
|
|
}]
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|
|
@@ -140,15 +144,18 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
},{
|
|
},{
|
|
|
"text": "税率",
|
|
"text": "税率",
|
|
|
"dataIndex": "cu_taxrate",
|
|
"dataIndex": "cu_taxrate",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
},{
|
|
},{
|
|
|
"text": "承付天数",
|
|
"text": "承付天数",
|
|
|
"dataIndex": "cu_promisedays",
|
|
"dataIndex": "cu_promisedays",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
},{
|
|
},{
|
|
|
"text": "额度",
|
|
"text": "额度",
|
|
|
"dataIndex": "cu_credit",
|
|
"dataIndex": "cu_credit",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
}]
|
|
}]
|
|
|
}) ;
|
|
}) ;
|
|
|
|
|
|
|
@@ -205,18 +212,21 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
"text": "单据金额",
|
|
"text": "单据金额",
|
|
|
"flex": 1,
|
|
"flex": 1,
|
|
|
"dataIndex": "sl_orderamount",
|
|
"dataIndex": "sl_orderamount",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
}, {
|
|
}, {
|
|
|
"text": "已核销金额",
|
|
"text": "已核销金额",
|
|
|
"flex": 0,
|
|
"flex": 0,
|
|
|
"dataIndex": "sl_yamount",
|
|
"dataIndex": "sl_yamount",
|
|
|
"width": 200,
|
|
"width": 200,
|
|
|
- "items": null
|
|
|
|
|
|
|
+ "items": null,
|
|
|
|
|
+ align:'right'
|
|
|
}, {
|
|
}, {
|
|
|
"text": "未核销金额",
|
|
"text": "未核销金额",
|
|
|
"flex": 1,
|
|
"flex": 1,
|
|
|
"dataIndex": "sl_namount",
|
|
"dataIndex": "sl_namount",
|
|
|
- "width": 100
|
|
|
|
|
|
|
+ "width": 100,
|
|
|
|
|
+ align:'right'
|
|
|
}]
|
|
}]
|
|
|
});
|
|
});
|
|
|
|
|
|