|
|
|
@ -721,6 +721,13 @@ function warehouseUpdownTypeorderUpshelfDetail(data) {
|
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function dictbizdictionary(data) { |
|
|
|
|
return utils_request.service({ |
|
|
|
|
url: `blade-system/dict-biz/dictionary`, |
|
|
|
|
method: "get", |
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
exports.AppPdaversiondetail = AppPdaversiondetail; |
|
|
|
|
exports.addvalueaddvalueInfo = addvalueaddvalueInfo; |
|
|
|
|
exports.addvaluegetAllPackageList = addvaluegetAllPackageList; |
|
|
|
@ -744,6 +751,7 @@ exports.deliverystart = deliverystart;
|
|
|
|
|
exports.deliveryvehicle = deliveryvehicle; |
|
|
|
|
exports.deliverywrap = deliverywrap; |
|
|
|
|
exports.deliverywrapIn = deliverywrapIn; |
|
|
|
|
exports.dictbizdictionary = dictbizdictionary; |
|
|
|
|
exports.distributionStockupgetStockupArea = distributionStockupgetStockupArea; |
|
|
|
|
exports.distributionStockuplocationSelection = distributionStockuplocationSelection; |
|
|
|
|
exports.distributionStockuporderInfo = distributionStockuporderInfo; |
|
|
|
|