This commit is contained in:
2025-09-28 09:09:51 +08:00
parent 65fb5633a1
commit f1694b2904
3 changed files with 14 additions and 12 deletions

View File

@@ -15,16 +15,16 @@ export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMateri
single_weight: w single_weight: w
}) })
export const getStorageList = () => { // export const getStorageList = () => {
let res = { // let res = {
data: [ // data: [
{ value: '01', label: 'code1' }, // { value: '01', label: 'code1' },
{ value: '02', label: 'code2' }, // { value: '02', label: 'code2' },
{ value: '03', label: 'code3' }, // { value: '03', label: 'code3' },
{ value: '04', label: 'code4' } // { value: '04', label: 'code4' }
] // ]
} // }
return res // return res
} // }
// 仓库列表 - 配置页 // 仓库列表 - 配置页
// export const getStorageList = () => post('api/pda/iosIn/getStorageList', {}) export const getStorageList = () => post('api/pda/iosIn/getStorageList', {})

View File

@@ -634,6 +634,7 @@ export default {
.scroll_container_0 .scroll_container_0
width: 100%; width: 100%;
height: calc(100% - 20px); height: calc(100% - 20px);
overflow hidden
.scroll-ul_1 li .scroll-ul_1 li
height 30px !important height 30px !important
// line-height 30px !important // line-height 30px !important

View File

@@ -232,6 +232,7 @@ export default {
.scroll_container_0 .scroll_container_0
width: 100%; width: 100%;
height: calc(100% - 20px); height: calc(100% - 20px);
overflow hidden
.scroll-ul_1 li .scroll-ul_1 li
height 30px !important height 30px !important
// line-height 30px !important // line-height 30px !important