shish 1 سال پیش
والد
کامیت
72b43bcf40
2فایلهای تغییر یافته به همراه0 افزوده شده و 13 حذف شده
  1. 0 12
      hdApp/src/admin/billing/result.vue
  2. 0 1
      hdApp/src/admin/order/refund.vue

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

@@ -3,18 +3,6 @@
     <appResult>
       <button class="admin-button-com blue big" @click="gotoPlace">返回</button>
       <button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
-
-		<view style="margin-top:50upx;">
-			<block v-for="(item, index) in orderInfo.itemInfoList" :key="index">
-				<view style="text-align:center;margin-bottom:10upx;">
-					<text style="font-size:30upx;">
-					{{item.name}}
-					</text>
-					<button class="admin-button-com middle blue" style="margin:10upx auto 0 auto;" @click="subHalf(item)">减半扎</button>
-				</view>
-			</block>
-		</view>
-
     </appResult>
   </view>
 </template>

+ 0 - 1
hdApp/src/admin/order/refund.vue

@@ -39,7 +39,6 @@
 							<input type="number" placeholder="退货数" v-model="res.refundCount" placeholder-style="color:#CCCCCC" style="height:60upx;width:160upx;" />
 							<text style="margin-left:10upx;">{{res.unitName}}</text>
 							<text style="color:green;margin-left:20upx;">可退{{Number(res.num)-Number(res.refundNum)}}{{res.unitName}}</text>
-							<button class="admin-button-com mini-btn" @click="addHalf(res)" v-if="res.unitType == 1" style="margin-left:10upx;">退半扎</button>
 						</view>
 					</view>
 				</template>