| | |
| | | left-arrow |
| | | @click-left="GoBack()" |
| | | ></van-nav-bar> |
| | | <div> |
| | | <div class="content-wrapper"> |
| | | <van-cell-group> |
| | | <van-field |
| | | ref="billNo" |
| | |
| | | disabled |
| | | ></van-field> |
| | | </van-cell-group> |
| | | </div> |
| | | |
| | | |
| | | <%-- <van-tabs color="#000" title-active-color="#0283EF" > |
| | | <van-tab title="待退明细"> |
| | |
| | | </van-tabs>--%> |
| | | |
| | | <van-tabs color="#000" title-active-color="#0283EF"> |
| | | <van-tab title="待入物料" class="mySolid font"> |
| | | <van-tab title="待扫物料" class="mySolid font"> |
| | | |
| | | <van-row> |
| | | <van-col span="8" class="text-left padding-left">物料</van-col> |
| | |
| | | <%--<van-col span="4">{{itm.recoKw}}</van-col>--%> |
| | | </van-row> |
| | | </van-tab> |
| | | <van-tab title="已入物料" class="mySolid font"> |
| | | <van-tab title="已扫物料" class="mySolid font"> |
| | | <van-row> |
| | | <van-col span="8" class="text-left padding-left">物料</van-col> |
| | | <van-col span="8" class="text-left padding-left">规格</van-col> |
| | |
| | | </van-tabs> |
| | | |
| | | <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> |
| | | |
| | | </div> |
| | | </asp:Content> |
| | | <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server"> |
| | | <comloading v-if="isLoading"></comloading> |