This commit is contained in:
parent
908ac7e8ee
commit
6aeea0c0f9
|
|
@ -347,7 +347,7 @@ getTypeListData()
|
||||||
// 获取设备所在地
|
// 获取设备所在地
|
||||||
const getCompanyAddressListData = async () => {
|
const getCompanyAddressListData = async () => {
|
||||||
const res: any = await getCompanyListApi()
|
const res: any = await getCompanyListApi()
|
||||||
const result: any = await getAreaApi(34)
|
const result: any = await getAreaApi(0)
|
||||||
const addressList = result.data.map((e: any) => {
|
const addressList = result.data.map((e: any) => {
|
||||||
return { ...e, name: e.areaName, value: e.areaCode, isChecked: false, index: 1 }
|
return { ...e, name: e.areaName, value: e.areaCode, isChecked: false, index: 1 }
|
||||||
})
|
})
|
||||||
|
|
@ -512,17 +512,19 @@ const onAcceptOrders = (id: any) => {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
.choose {
|
.choose {
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
// font-size: 14px;
|
// font-size: 14px;
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
padding: 14px 0;
|
padding: 14px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
// border-bottom: 1px solid #dddddd;
|
// border-bottom: 1px solid #dddddd;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
// width: 100px;
|
// width: 100px;
|
||||||
|
padding-top: 2px;
|
||||||
|
line-height: 25px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// padding: 0 15px;
|
// padding: 0 15px;
|
||||||
// background: #f3f3f3;
|
// background: #f3f3f3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue