|
|
@@ -46,7 +46,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
xtype: 'warehouseDbfindTrigger',
|
|
|
name: 'wh_description',
|
|
|
bind: '{form.wh_description}',
|
|
|
- emptyText: '仓库',
|
|
|
+ emptyText: '请输入仓库名称',
|
|
|
dbfinds:[{
|
|
|
from:'wh_description',to:'wh_description'
|
|
|
}],
|
|
|
@@ -57,7 +57,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
storeUrl:'/api/document/producttype/getCombo',
|
|
|
name : "pr_kind",
|
|
|
bind: '{form.pr_kind}',
|
|
|
- emptyText : "类型",
|
|
|
+ emptyText : "物料类型",
|
|
|
hiddenBtn:true,
|
|
|
//width:150
|
|
|
},{
|
|
|
@@ -184,7 +184,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
text : "盘盈盘亏",
|
|
|
dataIndex : "st_num",
|
|
|
width : 110.0,
|
|
|
- aligin: 'right',
|
|
|
+ align: 'right',
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 3, true);
|
|
|
}
|