|
|
@@ -115,14 +115,14 @@ Ext.define('saas.view.document.product.FormController', {
|
|
|
"width": 100,
|
|
|
"xtype": "",
|
|
|
},{
|
|
|
- "text": "仓库类型",
|
|
|
+ "text": "仓库名称",
|
|
|
"flex": 1,
|
|
|
- "dataIndex": "wh_type",
|
|
|
+ "dataIndex": "wh_description",
|
|
|
"xtype": "",
|
|
|
},{
|
|
|
- "text": "仓库名称",
|
|
|
+ "text": "仓库类型",
|
|
|
"flex": 1,
|
|
|
- "dataIndex": "wh_description",
|
|
|
+ "dataIndex": "wh_type",
|
|
|
"xtype": "",
|
|
|
}]
|
|
|
}) ;
|