瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
c8529ec88a
共有 2 個文件被更改,包括 2 次插入2 次删除
  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)
 				})
 			},
 			// 提交