| | |
| | | <%@ Page Title="采购入库" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="PurchaseInventory.aspx.cs" Inherits="H5_Scll" %> |
| | | <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> |
| | | <style> |
| | | .bg-info { |
| | | background-color:#fff; |
| | | } |
| | | |
| | | </style> |
| | | .bg-info { |
| | | background-color: #fff; |
| | | } |
| | | </style> |
| | | </asp:Content> |
| | | <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"> |
| | | <van-nav-bar |
| | |
| | | ></van-nav-bar> |
| | | <%-- <div class="mySolid">--%> |
| | | <van-cell-group> |
| | | <van-field |
| | | value="" |
| | | label="入库类型" |
| | | clearable |
| | | placeholder="选择/手录" |
| | | :right-icon-size="19" |
| | | v-model="rkType" |
| | | v-focus.noKeyboard |
| | | ><template #button> |
| | | |
| | | <van-button size="small" type="info" plain @click="getInfo" >选择</van-button> |
| | | </template></van-field> |
| | | <van-field |
| | | ref="sectionCode" |
| | | v-model="sectionCode" |
| | |
| | | @keyup.enter.native="getModel" |
| | | <%--@change="getModel" --%> |
| | | autofocus="true" |
| | | ></van-field> |
| | | <van-field |
| | | v-model="depotData.depotName" |
| | | label="仓库名称" |
| | | placeholder="" |
| | | disabled |
| | | ></van-field> |
| | | <van-field |
| | | v-model="depotData.depotCode" |
| | | label="仓库编码" |
| | | placeholder="" |
| | | disabled |
| | | ></van-field> |
| | | <van-field |
| | | ref="barcode" |
| | | v-model="formData.barcode" |
| | | label="物料条码" |
| | | clearable |
| | | placeholder="请扫码" |
| | | > |
| | | </van-field> |
| | | |
| | | <%-- <van-field v-model="depotData.depotName" label="仓库名称" placeholder="" disabled ></van-field> |
| | | <van-field v-model="depotData.depotCode" label="仓库编码" placeholder="" disabled></van-field>--%> |
| | | <van-field ref="barcode" v-model="formData.barcode" label="物料条码"clearable placeholder="请扫码" |
| | | :right-icon-size="19" |
| | | v-focus.noKeyboard |
| | | @keyup.enter.native="getScan" |
| | |
| | | </van-tab>--%> |
| | | </van-tabs> |
| | | |
| | | <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> |
| | | |
| | | <%-- <van-button type="primary" @click="getScan" >确认</van-button>--%> |
| | | <%--<van-button type="primary" @click="ToErp" >审核</van-button>--%> |
| | | <%-- <van-button type="primary" @click="cleraCode" >清除库位编码</van-button>--%> |
| | |
| | | <%--<comback ></comback>--%> |
| | | </asp:Content> |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/PurchaseInventory.js?<%=123611111 %>"></script> |
| | | </asp:Content> |
| | | <script src="Js/PurchaseInventory.js?<%=1236111112 %>"></script> |
| | | </asp:Content> |