Commit 5d5a3373205b17481e2858e8e7c4a0ae66845492

Authored by 史婷婷
1 parent 9ee36fd9

feat: 补货单-新增暂存

@@ -62,7 +62,9 @@ @@ -62,7 +62,9 @@
62 </view> 62 </view>
63 </view> 63 </view>
64 <view class="row"> 64 <view class="row">
65 - <text class="label">需求补货</text><text class="value">{{ form.totalSupplementaryQuantity }}</text> 65 + <view class="row2">
  66 + <text class="label">需求补货</text><text class="value">{{ form.totalSupplementaryQuantity }}</text>
  67 + </view>
66 </view> 68 </view>
67 </view> 69 </view>
68 <button class="btn submit" type="primary" @click="onSubmit">提交</button> 70 <button class="btn submit" type="primary" @click="onSubmit">提交</button>