<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Xsck.aspx.cs" Inherits="H5_Xsck" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
<style>
|
.bg-info {
|
background-color:#fff;
|
}
|
</style>
|
</asp:Content>
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
|
<van-nav-bar
|
title="销售出库"
|
left-text="返回"
|
left-arrow
|
@click-left="GoBack()"
|
></van-nav-bar>
|
<div>
|
<van-cell-group>
|
<van-field
|
ref="billNo"
|
value=""
|
label="发货通知"
|
clearable
|
placeholder="扫码/选择/手录"
|
:right-icon-size="19"
|
@keyup.enter.native ="GetMesItemDetailByBillNo"
|
v-model="billNo"
|
v-focus.noKeyboard
|
><template #button>
|
<van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
|
</template></van-field>
|
<van-field
|
ref="barcode"
|
value=""
|
label="物料条码"
|
clearable
|
placeholder="请扫码"
|
<%-- @input="getBarcode"--%>
|
@keyup.enter.native ="getBarcode"
|
:right-icon-size="19"
|
v-model="barcode"
|
v-focus.noKeyboard
|
></van-field>
|
<van-field
|
value=""
|
v-model="num"
|
label="条码数量"
|
placeholder="条码数量"
|
disabled
|
></van-field>
|
<van-field
|
ref ="splitNum"
|
center
|
clearable
|
v-model="splitNum"
|
label="发货数量"
|
placeholder="发货数量"
|
<%--disabled--%>
|
><template #button>
|
<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.itemNo}}</van-col>
|
<van-col span="6">申请数{{value.bld007}}</van-col>
|
<van-col span="6">已领数{{value.bld008}}</van-col>
|
</van-row>--%>
|
<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.itemNo}}</div>
|
<div>{{value.itemName}}</div>
|
</van-col>
|
<van-col span="6">{{value.fQty}}</van-col>
|
<van-col span="6">{{value.sQty || 0}}</van-col>
|
</van-row>
|
</van-tab>
|
</van-tabs>
|
</div>
|
|
<van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
|
|
</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/Xsck.js?<%=1271111 %>"></script>
|
</asp:Content>
|