shish 2 жил өмнө
parent
commit
13e747c5d7

+ 3 - 0
hdApp/src/admin/custom/addCustom.vue

@@ -121,6 +121,9 @@ export default {
     };
   },
   methods: {
+    init(){
+
+    },
     formSubmit (e) {
       let rules = [
         { name: "name1", rule: ["required"], msg: ["请填写客户1的名称"] },

+ 1 - 0
hdApp/src/admin/home/components/order-item.vue

@@ -6,6 +6,7 @@
 					<image :src="info.cover" mode="aspectFit"></image>
 				</view>
 				<view class="list-msg">
+					<view><text>客户:</text><text>{{info.customName||''}}</text></view>
 					<view style="margin-top:3upx;"><text>配送:</text>
 					<text>{{info.reachDate.substr(5,5)}} {{info.reachPeriod}}前</text>
 					</view>

+ 1 - 1
hdApp/src/admin/home/member.vue

@@ -3,7 +3,7 @@
 
     <view class="input-wrap_box">
       <view>
-        <AppSearchModule placeholder="输拼音首字母也可以搜" @input="searchFn"/>
+        <AppSearchModule placeholder="这里搜索" @input="searchFn"/>
       </view>
       <view style="padding:0 5upx 0 10upx;" >
         <button class="admin-button-com middle blue" style="margin-right:10upx;" @click="invite()">邀请注册</button>

+ 6 - 6
hdApp/src/admin/home/order.vue

@@ -3,7 +3,7 @@
     <app-tabs :tabs="tabs" :isFixed="true" :currentTab="tabIndex" :height="100" @change="change" itemWidth="20%" />
 		<view class="input-wrap" >
 
-      <view @click="setSearchType" style="font-size:30upx;margin-right:10upx;color:#666666;display:inline-block;width:100upx;">
+      <view @click="setSearchType" style="font-size:30upx;margin-right:10upx;color:#666666;display:inline-block;width:120upx;text-align:center;">
         <text>{{searchTypeName}}</text><i class="iconfont iconsanjiao_xia"></i>
       </view>
 
@@ -11,9 +11,9 @@
 				<app-search-module v-model="py" placeholder="请输入" @input="searchFn" />
 			</view>
 			<view style="float:right">
-      <button class="admin-button-com middle blue" style="margin-right:10upx;" @click="selectStaffFn()">员工</button>
-      <button class="admin-button-com middle blue" style="margin-right:10upx;" @click="debtChangeFn()">欠款</button>
-      <button class="admin-button-com middle blue" @click="cancelFn()">全部</button>
+      <button class="admin-button-com mini-btn blue" style="margin-right:8upx;" @click="selectStaffFn()">员工</button>
+      <button class="admin-button-com mini-btn blue" style="margin-right:8upx;" @click="debtChangeFn()">欠款</button>
+      <button class="admin-button-com mini-btn blue" @click="cancelFn()">全部</button>
 			</view>
 		</view>
     <view class="list-wrap">
@@ -50,7 +50,7 @@
 
     <!--选择员工 -->
     <uni-popup ref="getStaffRef" background-color="#fff" type="center" :animation="false">
-      <view style="display:flex;padding:20upx;height:25vh;justify-content: space-between;align-items:center;flex-wrap:wrap;">
+      <view style="display:flex;padding:20upx;min-height:25vh;justify-content: space-between;align-items:center;flex-wrap:wrap;">
 
         <text v-for="(item, index) in staffList" :key="index" @click="getCurrentStaff(item.id)" 
         style="margin-left:25upx;border:1upx solid #999999;width:100upx;height:100upx;border-radius:20upx;justify-content:center;align-items:center;display:flex;">
@@ -101,7 +101,7 @@ export default {
       debt:2,
       searchTypeName:'价格',
       searchType:0,
-      searchOption:['价格', '单号','手机']
+      searchOption:['价格', '单号','手机','名称']
     };
   },
   onPullDownRefresh () {