lilei 2 lat temu
rodzic
commit
c8529ec88a
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      pages/common/partList.vue
  2. 1 1
      pages/soldOut/creatOrder.vue

+ 1 - 1
pages/common/partList.vue

@@ -31,7 +31,7 @@
 									<text class="pnums" v-else>{{item.qty||item.qty==0?item.qty:'--'}}{{item.product&&item.product.unit?item.product.unit:'--'}}</text>
 								</view>
 								<view v-if="pageType=='replenishmentOut'">
-								   补货数量<text class="pnums">{{item.qty||item.qty==0?item.qty:'--'}}{{item.product&&item.product.unit?item.product.unit:'--'}}</text>
+								   补货数量<text class="pnums">{{item.qty||item.qty==0?item.qty:'--'}}{{item.product&&item.product.unit?item.product.unit:'--'}}</text>
 								</view>
 								<view v-if="pageType=='replenishmentDetail'">
 									补货<text class="pnums">{{item.qty||item.qty==0?item.qty:'--'}}</text>/

+ 1 - 1
pages/soldOut/creatOrder.vue

@@ -356,7 +356,7 @@
 					this.$refs.productList.setData(_this.partList)
 					setTimeout(()=>{
 						uni.hideLoading()
-					},this.partList.length*50)
+					},this.partList.length*40)
 				})
 			},
 			// 提交