pages/product/report/components/saveForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/product/report/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/product/report/components/saveForm.vue
@@ -14,6 +14,14 @@ <view class="packing-registration-param-view"> <view class="packing-registration-param-item param-extra"> <view class="packing-registration-param-item-left"> <text class="item-one">批号</text> </view> <view class="packing-registration-param-item-right"> <u-input class="item-one item-two" v-model="form.outBatchNo" /> </view> </view> <view class="packing-registration-param-item param-extra"> <view class="packing-registration-param-item-left"> <text class="item-one">长度</text> </view> <view class="packing-registration-param-item-right"> pages/product/report/index.vue
@@ -203,6 +203,7 @@ </u-modal> <u-modal v-model="personShowModal" title="" :show-cancel-button="true" :show-confirm-button="true" @confirm="confirmSelection" @cancel="cancelSelection"> <scroll-view scroll-y="true" style="height: 100%"> <view class="popup-content"> <view class="popup-header"> <checkbox-group @change="checkboxChange"> @@ -213,6 +214,7 @@ </checkbox-group> </view> </view> </scroll-view> </u-modal> <scan></scan> </div>