This commit is contained in:
2025-03-25 08:38:48 +08:00
parent 401e4c01fe
commit 6f3dd892d7
5 changed files with 30 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ export const storList = () => request({
// export const storList = () => {
// let res = {
// code: '200',
// content: [{value: '1', label: 'aaaa'}]
// content: [{value: 'FicStockId', label: '虚拟库编码'}, {value: 'FStockId', label: '料箱编码'}, {value: 'FStockPallet', label: '托盘库编码'}]
// }
// return res
// }