|
|
@@ -51,48 +51,35 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
|
|
|
"xtype": "numbercolumn"
|
|
|
},{
|
|
|
"text": "供应商编号",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_code",
|
|
|
- "width": 100
|
|
|
+ "width": 200
|
|
|
}, {
|
|
|
"text": "供应商名称",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_name",
|
|
|
- "width": 100
|
|
|
+ "width": 200
|
|
|
}, {
|
|
|
"text": "供应商类型",
|
|
|
- "flex": 0,
|
|
|
"dataIndex": "ve_type",
|
|
|
- "width": 200,
|
|
|
+ "width": 180,
|
|
|
"items": null
|
|
|
}, {
|
|
|
"text": "税率",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_taxrate",
|
|
|
"width": 100
|
|
|
}, {
|
|
|
- "text":"应付款金额",
|
|
|
- "flex":1,
|
|
|
- "dataIndex":"ve_leftamount",
|
|
|
- "width":100
|
|
|
- },{
|
|
|
"text": "承付天数",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_promisedays",
|
|
|
"width": 100
|
|
|
}, {
|
|
|
"text": "纳税人识别号",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_bankaccount",
|
|
|
- "width": 100
|
|
|
+ "width": 150
|
|
|
}, {
|
|
|
"text": "开户银行",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_bankaccount",
|
|
|
"width": 100
|
|
|
}, {
|
|
|
"text": "银行账户",
|
|
|
- "flex": 1,
|
|
|
"dataIndex": "ve_bankcode",
|
|
|
"width": 100
|
|
|
}]
|