|
|
@@ -165,9 +165,6 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
}, {
|
|
|
text : "已转数",
|
|
|
dataIndex : "pd_yqty",
|
|
|
- editor : {
|
|
|
- xtype : "numberfield"
|
|
|
- },
|
|
|
width : 120.0,
|
|
|
xtype : "numbercolumn",
|
|
|
format:'0',
|
|
|
@@ -204,11 +201,13 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- text : "单价",
|
|
|
+ text : "单价",
|
|
|
+ editor : {
|
|
|
+ xtype : "numberfield"
|
|
|
+ },
|
|
|
dataIndex : "pd_orderprice",
|
|
|
width : 120.0,
|
|
|
- xtype : "numbercolumn",
|
|
|
- items : null
|
|
|
+ xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
text : "含税金额",
|
|
|
@@ -217,10 +216,12 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
xtype : "numbercolumn"
|
|
|
}, {
|
|
|
text : "税率",
|
|
|
- dataIndex : "pd_taxrate",
|
|
|
+ dataIndex : "pd_taxrate",
|
|
|
+ editor : {
|
|
|
+ xtype : "numberfield"
|
|
|
+ },
|
|
|
width : 120.0,
|
|
|
- xtype : "numbercolumn",
|
|
|
- items : null
|
|
|
+ xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
text : "未税金额",
|