shish 3 лет назад
Родитель
Сommit
36a701ab24

+ 1 - 1
ghsApp/src/pagesStorehouse/allot/inSelect.vue

@@ -27,7 +27,7 @@
 				</view>
 			</template>
 			<view class="btn-view">
-				<button class="admin-button-com blue" @click="confirmData">提交盘点</button>
+				<button class="admin-button-com blue" @click="confirmData">开始盘点</button>
 			</view>
 		</view>
 	</view>

+ 3 - 3
ghsApp/src/pagesStorehouse/inventory/update.vue

@@ -54,8 +54,8 @@
 		</view>
 		<view class="bar-view" v-if="selectList.length>0">
 			<view class="btn-view">
-				<button v-if="!orderSn" :class="['admin-button-com', 'big', { disabled: allCount == 0 }]" :disabled="allCount == 0" @click="confirmPop(1)"> 确认盘点 </button>
-				<button v-if="orderSn" :class="['admin-button-com', 'big', { disabled: allCount == 0 }]" :disabled="allCount == 0" @click="confirmPop(2)"> 确认盘点 </button>
+				<button v-if="!orderSn" :class="['admin-button-com','blue', 'big', { disabled: allCount == 0 }]" :disabled="allCount == 0" @click="confirmPop(1)"> 确认盘点 </button>
+				<button v-if="orderSn" :class="['admin-button-com','blue', 'big', { disabled: allCount == 0 }]" :disabled="allCount == 0" @click="confirmPop(2)"> 确认盘点 </button>
 			</view>
 		</view>
 	</view>
@@ -273,7 +273,7 @@ export default {
 		.btn-view {
 			display: flex;
 			.admin-button-com {
-				margin: 0 10upx;
+				margin: 0 25upx;
 			}
 		}
 	}