Przeglądaj źródła

增加订单详情

wangn 5 lat temu
rodzic
commit
d829ffcae3
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      hdApp/src/admin/billing/result.vue

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

@@ -62,6 +62,7 @@
   <!--		<button class="admin-button-com big" @click="gotoOrderDetails">订单详情</button>-->
   <!--		<button class="admin-button-com big" @click="gotoOrderDetails">订单详情</button>-->
   <!--		<button class="admin-button-com big" @click="gotoOrderList">订单列表</button>-->
   <!--		<button class="admin-button-com big" @click="gotoOrderList">订单列表</button>-->
       <button class="admin-button-com big" @click="gotoPlace">继续开单</button>
       <button class="admin-button-com big" @click="gotoPlace">继续开单</button>
+      <button class="admin-button-com big" @click="gotoDetail">订单详情</button>
       <view style="text-align: center;color: #868686" v-if="option.type === 'zuhe' && isGroup">
       <view style="text-align: center;color: #868686" v-if="option.type === 'zuhe' && isGroup">
         <view class="iconfont iconchenggong" style="color:#049E2C;margin-bottom:15rpx;font-size:80rpx;" ></view>
         <view class="iconfont iconchenggong" style="color:#049E2C;margin-bottom:15rpx;font-size:80rpx;" ></view>
         <view>保存成功,请在【开单 - 成品】查看</view>
         <view>保存成功,请在【开单 - 成品】查看</view>
@@ -119,6 +120,9 @@ export default {
 					this.isGroup = true;
 					this.isGroup = true;
 			})
 			})
 		},
 		},
+    gotoDetail() {
+      
+    },
 		getCategoryList(){
 		getCategoryList(){
 			categoryListB().then(res => {
 			categoryListB().then(res => {
 				this.type = res.data;
 				this.type = res.data;