| | |
| | | <van-field |
| | | ref="daa001" |
| | | v-model="modeInfo.daa001" |
| | | label="领料单号" |
| | | label="工单单号" |
| | | clearable |
| | | placeholder="请扫码" |
| | | :right-icon-size="19" |
| | | v-focus.noKeyboard |
| | | @change="getModel" autofocus="true" |
| | | @keyup.enter.native="getModel" autofocus="true" |
| | | ></van-field> |
| | | <van-field |
| | | v-model="modeInfo.planNo" |
| | |
| | | placeholder="请扫码" |
| | | :right-icon-size="19" |
| | | v-focus.noKeyboard |
| | | @change="getScan" |
| | | @keyup.enter.native="getScan" |
| | | ></van-field> |
| | | <van-field |
| | | v-model="scanInfo.barcodeNum" |
| | |
| | | disabled |
| | | ></van-field> |
| | | <van-field |
| | | ref="splitNum" |
| | | v-model="scanInfo.splitNum" |
| | | center |
| | | clearable |
| | | label="发料数量" |
| | | placeholder="发料数量" required |
| | | placeholder="发料数量" |
| | | > |
| | | <van-button slot="button" type="info" size="small" plain @click="getChaiFen"> |
| | | 条码拆分 |
| | |
| | | <van-col span="6">待扫</van-col> |
| | | <van-col span="6">已扫</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in modeInfo.daisao" :key="index"> |
| | | <van-row v-for="(itm,index) in ItemDetail.daisao" :key="index"> |
| | | <van-col span="12" class="text-left padding-left"> |
| | | <div>{{itm.itemNo}}</div> |
| | | <div>{{itm.itemName}}</div> |
| | |
| | | <van-col span="6">需领数</van-col> |
| | | <van-col span="6">已领数</van-col> |
| | | </van-row> |
| | | <van-row v-for="(itm,index) in modeInfo.totals" :key="index"> |
| | | <van-row v-for="(itm,index) in ItemDetail.totals" :key="index"> |
| | | <van-col span="12" class="text-left padding-left"> |
| | | <div>{{itm.itemNo}}</div> |
| | | <div>{{itm.itemName}}</div> |
| | |
| | | </asp:Content> |
| | | <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server"> |
| | | <comloading v-if="isLoading"></comloading> |
| | | <comback ></comback> |
| | | <%--<comback ></comback>--%> |
| | | </asp:Content> |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/Scll.js?<%=12 %>"></script> |
| | | <script src="Js/Scll.js?<%=123333 %>"></script> |
| | | </asp:Content> |