|
@@ -100,7 +100,7 @@ Ext.define('saas.view.stock.make.FormPanelController', {
|
|
|
|
|
|
|
|
//请求bom资料
|
|
//请求bom资料
|
|
|
saas.util.BaseUtil.request({
|
|
saas.util.BaseUtil.request({
|
|
|
- url: form._getBomUrl+v,
|
|
|
|
|
|
|
+ url: form._getBomUrl+'/'+v,
|
|
|
method: 'GET',
|
|
method: 'GET',
|
|
|
})
|
|
})
|
|
|
.then(function(localJson) {
|
|
.then(function(localJson) {
|