shish 5 лет назад
Родитель
Сommit
1a27bd85d2
2 измененных файлов с 1 добавлено и 5 удалено
  1. 0 4
      hdApp/src/admin/billing/affirmPxClass.vue
  2. 1 1
      hdApp/src/admin/home/workbench.vue

+ 0 - 4
hdApp/src/admin/billing/affirmPxClass.vue

@@ -115,10 +115,6 @@ export default {
 		...mapActions(["initMerchantInfo"]),
 		affirmFormSubmit() {
 			let pattern = /^1\d{10}$/;  //验证以1开头11位数
-			if (this.clientInfo == '') {
-				uni.showToast({title: '请选择客户', icon: 'none'});
-				return;
-			}
 			if (this.name == '') {
 				uni.showToast({title: '请输入姓名', icon: 'none'});
 				return;

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

@@ -13,7 +13,7 @@
         <navigator url="/admin/home/order" open-type="switchTab" class="info-list">
           <div class="info-list-name">开单</div>
           <div class="info-list-value">
-            {{ $util.numberFormat(data.todayData.visit) || 0 }}
+            {{ $util.numberFormat(data.todayData.order) || 0 }}
           </div>
         </navigator>
         <div class="info-list">