Browse Source

出库优化

shish 3 years ago
parent
commit
ab6cf935f3

+ 4 - 3
ghsApp/src/admin/stat/stock.vue

@@ -3,9 +3,10 @@
 		<view class="ex-page">
 			<view class="input-wrap">
 				<view style="padding:0 0upx 0 20upx;" >
-					<button class="admin-button-com middle blue" style="width:300upx;background-color:green;border:1upx solid green;margin-right:30upx;"
-					@click="allOutSelectShop(1)">全部出库并入库</button>
-					<button class="admin-button-com middle blue" @click="allOutSelectShop(0)">全部出库</button>
+					<button class="admin-button-com middle blue" 
+					style="width:300upx;background-color:green;border:1upx solid green;margin-right:30upx;"
+					@click="allOutSelectShop(1)">全部出库并入库到</button>
+					<!--<button class="admin-button-com middle blue" @click="allOutSelectShop(0)">全部出库到</button>-->
 				</view>
 			</view>
 			<view class="top-bar" style="margin-left:115upx;">实时</view>

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

@@ -76,7 +76,7 @@
       <button v-if="!$util.isEmpty(selectList)" class="admin-button-com big default" @click="removeFromSave()">清空花材</button>
       <button class="admin-button-com blue big" @click="stockOutFn(1)" 
       style="width:300upx;background-color:green;border:1upx solid green;">确认出库并入库</button>
-      <button class="admin-button-com blue big" @click="stockOutFn(0)">确认出库</button>
+      <!--<button class="admin-button-com blue big" @click="stockOutFn(0)">确认出库</button>-->
     </view>
 
     <view v-if="isScanEnv" @click="changeGet" style="width:125upx;height:125upx;display:flex;justify-content:center;align-items:center;font-size:60upx;