|
@@ -9,9 +9,6 @@
|
|
|
<customList ref="customListRef" @getCustomInfo="getCustomInfo"></customList>
|
|
<customList ref="customListRef" @getCustomInfo="getCustomInfo"></customList>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="custom-info">
|
|
<view class="custom-info">
|
|
|
- <view class="customer-detail-nav">
|
|
|
|
|
- <text>客户详情</text>
|
|
|
|
|
- </view>
|
|
|
|
|
<customInfo ref="customInforRef" :selectCustomId="selectCustomId" @calcFn="calcFn" @finishNotice="finishNotice"></customInfo>
|
|
<customInfo ref="customInforRef" :selectCustomId="selectCustomId" @calcFn="calcFn" @finishNotice="finishNotice"></customInfo>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="custom-asset">
|
|
<view class="custom-asset">
|
|
@@ -107,16 +104,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
& .custom-info{
|
|
& .custom-info{
|
|
|
flex: 32;
|
|
flex: 32;
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
-
|
|
|
|
|
- .customer-detail-nav {
|
|
|
|
|
- padding: 3upx;
|
|
|
|
|
- font-size: 12upx;
|
|
|
|
|
- background-color: #09C567;
|
|
|
|
|
- color: #FFFFFF;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
& .custom-asset{
|
|
& .custom-asset{
|
|
|
flex: 32;
|
|
flex: 32;
|