| | |
| | | left-arrow |
| | | @click-left="GoBack()" |
| | | ></van-nav-bar> |
| | | <div> |
| | | <div class="content-wrapper"> |
| | | <van-cell-group> |
| | | <van-field |
| | | ref="billNo" |
| | |
| | | <van-button size="small" type="info" plain @click="tmcf" >条码拆分</van-button> |
| | | </template></van-field> |
| | | </van-cell-group> |
| | | </div> |
| | | |
| | | <div class="van-tab-left"> |
| | | <van-tabs <%--@click="onClick"--%> color="#000" title-active-color="#0283EF" > |
| | | <van-tab title="待发物料" class="mySolid font"> |
| | | <%-- <van-row v-for="value in ItemBlDetail" class="font"> |
| | | <van-col span="12">物料:{{value.bld002}}</van-col> |
| | | <van-col span="6">申请数{{value.bld007}}</van-col> |
| | | <van-col span="6">已领数{{value.bld008}}</van-col> |
| | | </van-row>--%> |
| | | |
| | | <van-tabs color="#000" title-active-color="#0283EF"> |
| | | <van-tab title="待发物料" class="mySolid font"> |
| | | <van-row> |
| | | <van-col span="12" class="text-left padding-left">物料</van-col> |
| | | <van-col span="6">需领</van-col> |
| | | <van-col span="6">已扫</van-col> |
| | | </van-row> |
| | | <van-row v-for="value in ItemBlDetail" class="font"> |
| | | <van-col span="12" class="text-left padding-left"> |
| | | <div>{{value.bld002}}</div> |
| | | <div>{{value.bld003}}</div> |
| | | </van-col> |
| | | <van-col span="6">{{value.bld007}}</van-col> |
| | | <van-col span="6">{{value.bld008}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | <van-col span="8" class="text-left padding-left">物料</van-col> |
| | | <van-col span="8" class="text-left padding-left">规格</van-col> |
| | | <van-col span="3">待扫</van-col> |
| | | <van-col span="5">推荐库位</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in ItemDetail.items" :key="index"> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div class="blue-text">{{itm.itemNo}}</div> |
| | | <div>{{itm.itemName}}</div> |
| | | </van-col> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div>{{itm.itemModel}}</div> |
| | | </van-col> |
| | | <van-col span="3" class="blue-text">{{itm.dsQty}}</van-col> |
| | | <van-col span="5">{{itm.recoKw}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | |
| | | <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-col span="3">需领数</van-col> |
| | | <van-col span="5">已领数</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in ItemDetail.ysitems" :key="index"> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div class="blue-text">{{itm.itemNo}}</div> |
| | | <div>{{itm.itemName}}</div> |
| | | </van-col> |
| | | <van-col span="8" class="text-left padding-left"> |
| | | <div>{{itm.itemModel}}</div> |
| | | </van-col> |
| | | <van-col span="3">{{itm.fQty}}</van-col> |
| | | <van-col span="5" class="blue-text">{{itm.sQty}}</van-col> |
| | | </van-row> |
| | | </van-tab> |
| | | </van-tabs> |
| | | </div> |
| | | |
| | | <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> |
| | | <%--<comback ></comback>--%> |
| | | </asp:Content> |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/Scbl.js?<%=12318 %>"></script> |
| | | <script src="Js/Scbl.js?<%=1231811 %>"></script> |
| | | </asp:Content> |