Răsfoiți Sursa

客户列表

shish 1 an în urmă
părinte
comite
f17cde4f16

+ 3 - 14
hdPad/src/pages/home/components/customButton.vue

@@ -1,13 +1,13 @@
 <template>
 <view class="button-area">
-	<view class="active" @click="gatheringFn()" style="color:#3385FF;border:1upx solid #3385FF;">收款</view>
-    <view class="active" @click="clearItemFn" style="color:#636161;border:1upx solid #636161;">清空</view>
+	<view class="active" @click="">充值</view>
+    <view class="active" @click="">添加</view>
 </view>
 </template>
 <script>
 import { mapGetters } from "vuex";
 export default {
-    name:'console',
+    name:'consoleButton',
 	mixins: [],
     components:{},
 	props: {
@@ -21,17 +21,6 @@ export default {
 	computed: {
 		...mapGetters(["getLoginInfo","getMyShopInfo"])
 	},
-    watch:{
-
-    },
-	created(){
-
-	},
-	mounted(){
-
-	},
-	destroyed(){
-	},
     methods:{
     }
 }

+ 4 - 7
hdPad/src/pages/home/components/customInfo.vue

@@ -1,14 +1,11 @@
 <template>
 <view>
-  <view v-if="$util.isEmpty(customInfo)" class="work-empty">
-    <text>暂无订单</text>
-  </view>  
-  <view class="custom-info" v-else>
+  <view class="custom-info">
     <view class="custom-detail">
       <view class="order-item">
-        <view><text class="left">开单人</text><text class="right">{{customInfo.shopAdminName||''}}</text></view>
-        <view><text class="left">订单号</text><text class="right">{{customInfo.orderSn||''}}</text></view>
-        <view><text class="left">状态</text><text class="right">132</text></view>
+        <view><text class="left">名称</text><text class="right"></text></view>
+        <view><text class="left">手机号</text><text class="right"></text></view>
+        <view><text class="left">地址</text><text class="right"></text></view>
         <view>
           <text class="left">创建时间</text>
           <text class="right">{{customInfo.addTime ? customInfo.addTime.substr(5,11):''}}</text>

+ 3 - 3
hdPad/src/pages/home/components/customList.vue

@@ -14,13 +14,13 @@
                             <text>{{ item.name }}</text>                           
                         </view>
                         <image class="flower-image" :src="item.avatar"></image>
-                        <text style="position:absolute;top:2upx;left:90upx;font-size:11upx;">3333</text>
+                        <text style="position:absolute;top:2upx;left:90upx;font-size:11upx;"> </text>
                     </view>
                     <view class="item-price-num">
                         <view>
-                            <text>xsd555611</text>
+                            <text>{{ item.mobile }}</text>
                         </view>
-                        <view>{{item.status == 1 ? '待付款':item.status==2?'待配送':item.status==3?'配送中':item.status==4?'已完成':item.status==5?'已取消':'待付款'}}</view>
+                        <view>{{item.addTime ? item.addTime.substr(5,11):''}}</view>
                     </view>
                 </view>
             </view>

+ 1 - 1
hdPad/src/pages/home/custom.vue

@@ -12,7 +12,7 @@
                 <customInfo ref="customInforRef" :selectCustomId="selectCustomId" @calcFn="calcFn" @finishNotice="finishNotice"></customInfo>
             </view>
             <view class="custom-asset">
-                aaaa
+                开发中
             </view>
 
 			<view class="open-box">