仓库-成品库,出库记录:样式修改
This commit is contained in:
@@ -40,7 +40,7 @@ export function updateWmGoodsNowProduction(data) {
|
||||
*/
|
||||
export function getWmGoodsNowProduction(id) {
|
||||
return request({
|
||||
url: 'business/WmGoodsNowProduction/' + id,
|
||||
url: '/mes/wm/WmGoodsNowProduction/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
@@ -51,7 +51,7 @@ export function getWmGoodsNowProduction(id) {
|
||||
*/
|
||||
export function delWmGoodsNowProduction(pid) {
|
||||
return request({
|
||||
url: 'business/WmGoodsNowProduction/' + pid,
|
||||
url: '/mes/wm/WmGoodsNowProduction/' + pid,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user