소스 검색

开始盘点

shish 3 년 전
부모
커밋
36a701ab24
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      ghsApp/src/pagesStorehouse/allot/inSelect.vue
  2. 3 3
      ghsApp/src/pagesStorehouse/inventory/update.vue

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

@@ -27,7 +27,7 @@
 				</view>
 				</view>
 			</template>
 			</template>
 			<view class="btn-view">
 			<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>
 		</view>
 	</view>
 	</view>

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

@@ -54,8 +54,8 @@
 		</view>
 		</view>
 		<view class="bar-view" v-if="selectList.length>0">
 		<view class="bar-view" v-if="selectList.length>0">
 			<view class="btn-view">
 			<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>
 		</view>
 	</view>
 	</view>
@@ -273,7 +273,7 @@ export default {
 		.btn-view {
 		.btn-view {
 			display: flex;
 			display: flex;
 			.admin-button-com {
 			.admin-button-com {
-				margin: 0 10upx;
+				margin: 0 25upx;
 			}
 			}
 		}
 		}
 	}
 	}