仓库-成品库,出库记录:样式修改

This commit is contained in:
赵正易
2024-03-22 10:18:54 +08:00
parent 2e1cc374ca
commit 6159ca7ab1
3 changed files with 765 additions and 747 deletions

View File

@@ -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'
})
}