<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" %>
|
|
<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="sectionCode"
|
value=""
|
label="库位编码"
|
clearable
|
v-model="sectionCode"
|
@keyup.enter.native="getSectionCode"
|
<%--@change="getSectionCode"--%>
|
:right-icon-size="19"
|
placeholder="库位编码"
|
<%-- v-focus.noKeyboard--%>
|
></van-field>
|
<van-field
|
ref="depotsInfo"
|
v-model="depotsInfo"
|
value=""
|
label="仓库名称"
|
clearable
|
placeholder="仓库名称"
|
:right-icon-size="19"
|
disabled
|
></van-field>
|
<van-field
|
ref="orgInfo"
|
v-model="orgInfo"
|
value=""
|
label="库存组织"
|
clearable
|
placeholder="库存组织"
|
:right-icon-size="19"
|
disabled
|
></van-field>
|
|
<van-field
|
ref ="selectKey"
|
value=""
|
label="物料查询"
|
clearable
|
placeholder="请输入编码/名称进行查询"
|
:right-icon-size="19"
|
v-model="selectKey"
|
@keyup.enter.native="GetMesItemBlDetailByBillNo"
|
><template #button>
|
<van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
|
</template></van-field>
|
|
<van-field
|
value=""
|
v-model="printItemInfo.item_no"
|
label="物料编码"
|
placeholder=""
|
disabled
|
></van-field>
|
<van-field
|
value=""
|
v-model="printItemInfo.item_name"
|
label="物料名称"
|
placeholder=""
|
disabled
|
></van-field>
|
<van-field
|
value=""
|
v-model="printItemInfo.item_model"
|
label="物料规格"
|
placeholder=""
|
disabled
|
></van-field>
|
<van-field
|
ref ="zs"
|
value=""
|
v-model="zs"
|
v-model="zs"
|
label="条码张数"
|
placeholder="条码张数"
|
></van-field>
|
<van-field
|
ref ="num"
|
value=""
|
v-model="num"
|
v-model="num"
|
label="数量"
|
@input="handleNumberInput3"
|
placeholder="数量"
|
></van-field>
|
</van-cell-group>
|
</div>
|
|
<van-button type="primary" @click="printBeginBar" >确认打印</van-button>
|
<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/QcPrint.js?<%=11111111 %>"></script>
|
</asp:Content>
|