Browse Source

修改采购退货样式

wms3.0_pda
Niext 12 months ago
parent
commit
73eca7a1f3
  1. 9
      common/style/pdabasic.css
  2. 4
      pages/purchaseReturn/job/returnDetail.vue

9
common/style/pdabasic.css

@ -716,6 +716,15 @@ page {
height: 100%; height: 100%;
} }
.page-header {
background-color: #fff;
font-size: 35rpx;
padding: 10rpx 20rpx;
}
.page-header .header_item {
padding: 5rpx 0rpx;
}
.page-main { .page-main {
flex: 1; flex: 1;

4
pages/purchaseReturn/job/returnDetail.vue

@ -1,10 +1,10 @@
<template> <template>
<view class="page-wraper"> <view class="page-wraper">
<view class="page-header"> <view class="page-header">
<view class="" style="font-size: 35rpx;margin-top: 20rpx;margin-bottom: 20rpx;margin-left: 10rpx;"> <view class="header_item" >
发货单{{jobContent.asnNumber}} 发货单{{jobContent.asnNumber}}
</view> </view>
<view class="" style="font-size: 35rpx;margin-top: 20rpx;margin-left: 10rpx;"> <view class="header_item" >
供应商{{jobContent.supplierCode}} 供应商{{jobContent.supplierCode}}
</view> </view>
<u-line color="#D8D8D8" style="margin-bottom: 15rpx;margin-top: 10rpx;"></u-line> <u-line color="#D8D8D8" style="margin-bottom: 15rpx;margin-top: 10rpx;"></u-line>

Loading…
Cancel
Save