jf пре 5 година
родитељ
комит
af31fe626a

+ 2 - 1
ghsApp/src/pages.json

@@ -687,7 +687,8 @@
 		"navigationBarBackgroundColor": "#fff",
 		"navigationBarTitleText": "花卉宝",
 		"navigationBarTextStyle": "black",
-		"backgroundColor": "#f9fbfc"
+		"backgroundColor": "#f9fbfc",
+		"onReachBottomDistance": 300
 	},
 	"tabBar": {
 		"color": "#C0C4CC",

+ 3 - 3
ghsApp/src/pagesStorehouse/allot/exDetails.vue

@@ -5,7 +5,7 @@
 			<view class="space-view ex-info">
 				<view class="info-cell">
 					<view class="cell-label"> 收货仓库</view>
-					<view class="cell-value"> {{ outData.orderSn || "" }}</view>
+					<view class="cell-value"> {{ outData.shopName || "" }}</view>
 				</view>
 				<view class="info-cell">
 					<view class="cell-label"> 日期</view>
@@ -59,13 +59,13 @@
 									</view>
 								</view>
 								<view v-else-if="column.custom == 'stock'">
-									<text v-if="item.bigNumStock > 0"> {{ item.bigNumStock }}/ </text>
+									<text > {{ item.bigNumStock }}/ </text>
 									<text>
 										{{ item.smallNumStock }}
 									</text>
 								</view>
 								<view v-else-if="column.custom == 'put'">
-									<text v-if="item.bigNum > 0"> {{ item.bigNum }}/ </text>
+									<text > {{ item.bigNum }}/ </text>
 									<text>
 										{{ item.smallNum }}
 									</text>

+ 3 - 3
ghsApp/src/pagesStorehouse/allot/putDetails.vue

@@ -5,7 +5,7 @@
 			<view class="space-view ex-info">
 				<view class="info-cell">
 					<view class="cell-label"> 收货仓库</view>
-					<view class="cell-value"> {{ putData.orderSn || "" }}</view>
+					<view class="cell-value"> {{ putData.shopName || "" }}</view>
 				</view>
 				<view class="info-cell">
 					<view class="cell-label"> 日期</view>
@@ -59,13 +59,13 @@
 									</view>
 								</view>
 								<view v-else-if="column.custom == 'stock'">
-									<text v-if="item.bigNumStock > 0"> {{ item.bigNumStock }}/ </text>
+									<text > {{ item.bigNumStock }}/ </text>
 									<text>
 										{{ item.smallNumStock }}
 									</text>
 								</view>
 								<view v-else-if="column.custom == 'put'">
-									<text v-if="item.bigNum > 0"> {{ item.bigNum }}/ </text>
+									<text > {{ item.bigNum }}/ </text>
 									<text>
 										{{ item.smallNum }}
 									</text>

+ 3 - 3
hdApp/src/pagesStorehouse/allot/exDetails.vue

@@ -5,7 +5,7 @@
 			<view class="space-view ex-info">
 				<view class="info-cell">
 					<view class="cell-label"> 收货仓库</view>
-					<view class="cell-value"> {{ outData.orderSn || "" }}</view>
+					<view class="cell-value"> {{ outData.shopName || "" }}</view>
 				</view>
 				<view class="info-cell">
 					<view class="cell-label"> 日期</view>
@@ -59,13 +59,13 @@
 									</view>
 								</view>
 								<view v-else-if="column.custom == 'stock'">
-									<text v-if="item.bigNumStock > 0"> {{ item.bigNumStock }}/ </text>
+									<text > {{ item.bigNumStock }}/ </text>
 									<text>
 										{{ item.smallNumStock }}
 									</text>
 								</view>
 								<view v-else-if="column.custom == 'put'">
-									<text v-if="item.bigNum > 0"> {{ item.bigNum }}/ </text>
+									<text > {{ item.bigNum }}/ </text>
 									<text>
 										{{ item.smallNum }}
 									</text>

+ 3 - 3
hdApp/src/pagesStorehouse/allot/putDetails.vue

@@ -5,7 +5,7 @@
 			<view class="space-view ex-info">
 				<view class="info-cell">
 					<view class="cell-label"> 收货仓库</view>
-					<view class="cell-value"> {{ putData.orderSn || "" }}</view>
+					<view class="cell-value"> {{ putData.shopName || "" }}</view>
 				</view>
 				<view class="info-cell">
 					<view class="cell-label"> 日期</view>
@@ -59,13 +59,13 @@
 									</view>
 								</view>
 								<view v-else-if="column.custom == 'stock'">
-									<text v-if="item.bigNumStock > 0"> {{ item.bigNumStock }}/ </text>
+									<text > {{ item.bigNumStock }}/ </text>
 									<text>
 										{{ item.smallNumStock }}
 									</text>
 								</view>
 								<view v-else-if="column.custom == 'put'">
-									<text v-if="item.bigNum > 0"> {{ item.bigNum }}/ </text>
+									<text > {{ item.bigNum }}/ </text>
 									<text>
 										{{ item.smallNum }}
 									</text>