|
|
@@ -153,13 +153,13 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
{
|
|
|
text : "物料类别",
|
|
|
dataIndex : "st_prodkind",
|
|
|
- width : 150.0,
|
|
|
+ width : 100.0,
|
|
|
xtype : "",
|
|
|
},
|
|
|
{
|
|
|
text : "单位",
|
|
|
dataIndex : "st_produnit",
|
|
|
- width : 150.0,
|
|
|
+ width : 75.0,
|
|
|
xtype : "",
|
|
|
},
|
|
|
{
|
|
|
@@ -171,7 +171,8 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
|
|
|
{
|
|
|
text : "仓库编号",
|
|
|
dataIndex : "st_whcode",
|
|
|
- width : 150.0,
|
|
|
+ width : 0,
|
|
|
+ hidden:true,
|
|
|
xtype : "",
|
|
|
},
|
|
|
{
|