css
This commit is contained in:
@@ -46,7 +46,7 @@ uni-toast .uni-toast {
|
|||||||
}
|
}
|
||||||
.search-confirm-wrap_2 {
|
.search-confirm-wrap_2 {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
margin: 0 auto;
|
margin: 0 auto 10px auto;
|
||||||
}
|
}
|
||||||
.search-label{
|
.search-label{
|
||||||
height: 35px;
|
height: 35px;
|
||||||
@@ -139,9 +139,10 @@ uni-toast .uni-toast {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.table-wrap {
|
.table-wrap {
|
||||||
width: 100%;
|
width: calc(100% - 30px);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 15px 0 10px 0;
|
padding: 0;
|
||||||
|
max-height: 348px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.table-wrap_1 {
|
.table-wrap_1 {
|
||||||
|
|||||||
@@ -210,7 +210,7 @@
|
|||||||
import ScanInput from '@/components/ScanInput.vue'
|
import ScanInput from '@/components/ScanInput.vue'
|
||||||
import Pagination from '@/components/Pagination.vue'
|
import Pagination from '@/components/Pagination.vue'
|
||||||
import GridDetail from '@/components/GridDetail.vue'
|
import GridDetail from '@/components/GridDetail.vue'
|
||||||
import {getWarehouseInfo, getOrganizationInfo, allocationPage, allocationBillDetail, allocationBillConfirm, allocationBillDetailUpdate, easOutInBillSync, inWarehouseAssignLocation, addAssignDtl, inWarehouseCommit, viewAssignDtl, updateAssignDtl} from '@/utils/mork2.js'
|
import {getWarehouseInfo, getOrganizationInfo, allocationPage, allocationBillDetail, allocationBillConfirm, allocationBillDetailUpdate, easOutInBillSync, inWarehouseAssignLocation, addAssignDtl, inWarehouseCommit, viewAssignDtl, updateAssignDtl} from '@/utils/getData2.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
NavBar,
|
NavBar,
|
||||||
|
|||||||
@@ -589,8 +589,6 @@
|
|||||||
left 5%
|
left 5%
|
||||||
.pop-grid-wraper
|
.pop-grid-wraper
|
||||||
width 100%
|
width 100%
|
||||||
.table-wrap
|
|
||||||
padding: 15px 0 15px 0
|
|
||||||
.mgr30
|
.mgr30
|
||||||
margin-right 30rpx
|
margin-right 30rpx
|
||||||
.select_wraper
|
.select_wraper
|
||||||
|
|||||||
Reference in New Issue
Block a user