소스 검색

客户地址

shish 6 달 전
부모
커밋
912a70a510
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      ghsPad/src/pages/home/components/settlePop.vue
  2. 3 0
      hdPad/src/pages/home/components/settlePop.vue

+ 5 - 1
ghsPad/src/pages/home/components/settlePop.vue

@@ -18,7 +18,11 @@
 
             <view class="select-item_box" v-if="form.sendType == 2">
                 <view v-if="openIntraCity == 1" class="delivery-section">
-                    <!-- 客户地址 -->
+
+                    <view class="select-item_box">
+                        <view class="title" style="font-size:16upx;font-weight:bold;color:#3385FF;">{{ custom.name||'' }}</view>
+                    </view>
+
                     <view class="select-item_box" style="display: flex; align-items: center; border-bottom:1upx solid #eee; margin-bottom:5upx;padding-bottom:5upx;">
                         <view class="title">客户地址</view>
                         <view class="address-box">

+ 3 - 0
hdPad/src/pages/home/components/settlePop.vue

@@ -37,6 +37,9 @@
             </view>
             <view class="select-item_box" v-if="form.sendType == 2">
                 <view v-if="openIntraCity == 1" class="delivery-section">
+                    <view class="select-item_box">
+                        <view class="title" style="font-size:16upx;font-weight:bold;color:#2ECE7E;">{{ custom.name||'' }}</view>
+                    </view>
                     <!-- 客户地址 -->
                     <view class="select-item_box" style="display: flex; align-items: center; border-bottom:1upx solid #eee; margin-bottom:5upx;padding-bottom:5upx;">
                         <view class="title">客户地址</view>