<%@ Page Title="生产入库" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="cprk.aspx.cs" Inherits="H5_Scll" %>
|
<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 class="mySolid">
|
<van-cell-group>
|
<van-field
|
ref="sectionCode"
|
v-model="formData.sectionCode"
|
label="库位编码"
|
clearable
|
placeholder="请扫码"
|
:right-icon-size="19"
|
v-focus.noKeyboard
|
@change="getModel" autofocus="true"
|
></van-field>
|
<van-field
|
ref="barcode"
|
v-model="formData.barcode"
|
label="物料条码"
|
clearable
|
placeholder="请扫码"
|
:right-icon-size="19"
|
v-focus.noKeyboard
|
@change="getScan"
|
></van-field>
|
<van-field
|
v-model="formData.itemNo"
|
label="物料编码"
|
placeholder="物料编码"
|
disabled
|
></van-field>
|
<van-field
|
v-model="formData.sumQuantity"
|
label="当前条码入库数量"
|
placeholder="当前条码入库数量"
|
disabled
|
></van-field>
|
</van-cell-group>
|
</div>
|
|
|
<van-button type="primary" @click="getScan" >确认</van-button>
|
<%--<van-button type="primary" @click="ToErp" >审核</van-button>--%>
|
<van-button type="primary" @click="cleraCode" >清除库位编码</van-button>
|
</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/cprk.js?<%=1211 %>"></script>
|
</asp:Content>
|