grid
This commit is contained in:
@@ -15,16 +15,16 @@ export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMateri
|
||||
single_weight: w
|
||||
})
|
||||
|
||||
export const getStorageList = () => {
|
||||
let res = {
|
||||
data: [
|
||||
{ value: '01', label: 'code1' },
|
||||
{ value: '02', label: 'code2' },
|
||||
{ value: '03', label: 'code3' },
|
||||
{ value: '04', label: 'code4' }
|
||||
]
|
||||
}
|
||||
return res
|
||||
}
|
||||
// export const getStorageList = () => {
|
||||
// let res = {
|
||||
// data: [
|
||||
// { value: '01', label: 'code1' },
|
||||
// { value: '02', label: 'code2' },
|
||||
// { value: '03', label: 'code3' },
|
||||
// { value: '04', label: 'code4' }
|
||||
// ]
|
||||
// }
|
||||
// return res
|
||||
// }
|
||||
// 仓库列表 - 配置页
|
||||
// export const getStorageList = () => post('api/pda/iosIn/getStorageList', {})
|
||||
export const getStorageList = () => post('api/pda/iosIn/getStorageList', {})
|
||||
|
||||
@@ -634,6 +634,7 @@ export default {
|
||||
.scroll_container_0
|
||||
width: 100%;
|
||||
height: calc(100% - 20px);
|
||||
overflow hidden
|
||||
.scroll-ul_1 li
|
||||
height 30px !important
|
||||
// line-height 30px !important
|
||||
|
||||
@@ -232,6 +232,7 @@ export default {
|
||||
.scroll_container_0
|
||||
width: 100%;
|
||||
height: calc(100% - 20px);
|
||||
overflow hidden
|
||||
.scroll-ul_1 li
|
||||
height 30px !important
|
||||
// line-height 30px !important
|
||||
|
||||
Reference in New Issue
Block a user