ezhizao_zx 1 سال پیش
والد
کامیت
c508ecc9e9
3فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 1 1
      pages/batchReporting/index.vue
  2. 3 3
      pages/dashboard/index.vue
  3. 4 4
      pages/handlingList/index.vue

+ 1 - 1
pages/batchReporting/index.vue

@@ -200,7 +200,7 @@
 				turnoverApplicationDialog.value.open(_data)
 			} else  {
 				uni.showToast({
-					icon: "fail",
+					icon: 'none',
 					title: res.msg
 				})
 			}

+ 3 - 3
pages/dashboard/index.vue

@@ -26,15 +26,15 @@
 		<!-- <view class="business-btn uni-row" v-if="showOther" @click="handleRecerptSfprod"><text class="label">半成品接收</text></view> -->
 		<view class="business-btn uni-row" v-if="showOther" @click="handeleToReportHistory"><text
 				class="label">我的报工</text></view>
-		<view class="business-btn uni-row" v-if="showOther" @click="handleFastToProductionPlan"><text
-				class="label">快速报工</text></view>
+		<!-- <view class="business-btn uni-row" v-if="showOther" @click="handleFastToProductionPlan"><text
+				class="label">快速报工</text></view> -->
 		<view class="business-btn uni-row" v-if="showOther" @click="handleToProductionPlan"><text
 				class="label">报工</text></view>
 		<!-- v-hasRoles="['porter']" 可通过v-Roles自定义指令进行显隐 -->
 		<view class="business-btn uni-row" v-if="showTurn" @click="handleToHandlingList"><text class="label">周转</text>
 		</view>
 		<view class="bottom-btn-container">
-			<view class="start-batch-btn uni-row" @click="handleToEquiPmentList"><text class="label">绑定设备</text></view>
+			<!-- <view class="start-batch-btn uni-row" @click="handleToEquiPmentList"><text class="label">绑定设备</text></view> -->
 			<view class="start-batch-btn uni-row" @click="handleSwitchOrQuit"><text class="label">切换 / 退出账号</text>
 			</view>
 		</view>

+ 4 - 4
pages/handlingList/index.vue

@@ -205,10 +205,10 @@
 			"id": 5,
 			"name": "周转中"
 		},
-		{
-			"id": 7,
-			"name": "已送达"
-		}
+		// {
+		// 	"id": 7,
+		// 	"name": "已送达"
+		// }
 	])
 
 	onLoad(() => {