|
|
@@ -60,29 +60,44 @@ Ext.define('saas.view.document.vendor.BasePanel', {
|
|
|
width : 120.0,
|
|
|
xtype : "",
|
|
|
},
|
|
|
- {
|
|
|
- text : "供应商状态",
|
|
|
- dataIndex : "ve_status",
|
|
|
- width : 120.0,
|
|
|
- xtype : ""
|
|
|
- },
|
|
|
{
|
|
|
text : "供应商状态码",
|
|
|
dataIndex : "ve_statuscode",
|
|
|
width : 0,
|
|
|
xtype : ""
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
- text : "供应商UU",
|
|
|
- dataIndex : "ve_uu",
|
|
|
+ text : "税率",
|
|
|
+ dataIndex : "ve_taxrate",
|
|
|
width : 120.0,
|
|
|
xtype : "",
|
|
|
- },
|
|
|
- {
|
|
|
- text : "默认供应商联系人",
|
|
|
- dataIndex : "vc_name",
|
|
|
- flex : 1.0,
|
|
|
+ align:'right'
|
|
|
+ }, {
|
|
|
+ text : "承付天数",
|
|
|
+ dataIndex : "ve_promisedays",
|
|
|
+ width : 120.0,
|
|
|
xtype : "",
|
|
|
+ align:'right'
|
|
|
+ }, {
|
|
|
+ text : "纳税人识别号",
|
|
|
+ dataIndex : "ve_nsrzh",
|
|
|
+ width : 120.0,
|
|
|
+ xtype : ""
|
|
|
+ }, {
|
|
|
+ text : "开户银行",
|
|
|
+ dataIndex : "ve_bankcode",
|
|
|
+ width : 120.0,
|
|
|
+ xtype : ""
|
|
|
+ }, {
|
|
|
+ text : "银行账户",
|
|
|
+ dataIndex : "ve_bankaccount",
|
|
|
+ width : 120.0,
|
|
|
+ xtype : ""
|
|
|
+ }, {
|
|
|
+ text : "状态",
|
|
|
+ dataIndex : "ve_status",
|
|
|
+ width : 120.0,
|
|
|
+ xtype : ""
|
|
|
}]
|
|
|
},
|
|
|
|