<%@ Page Title="一键送检" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="CpbdsjD.aspx.cs" Inherits="H5_Cpdbsj" %>
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
<style>
|
.si-status-box,
|
.si-status__left
|
{
|
background-color: transparent !important; /* 透明背景 */
|
border: 1px solid #000 !important; /* 黑色外框 */
|
color: #000 !important; /* 全局文字颜色 */
|
height: 0.5rem;
|
}
|
|
.si-status__left::after {
|
content: none !important;
|
}
|
|
.si-status__label,
|
.si-status__right {
|
font-size: 0.33rem !important; /* 统一字体大小 */
|
color: inherit !important; /* 继承父级文字颜色 */
|
}
|
|
|
/* 居中核心样式 */
|
.centered-stepper-field {
|
.stepper-container {
|
display: flex;
|
justify-content: center; /* 水平居中 */
|
width: 100%;
|
}
|
|
/* 调整步进器按钮间距 */
|
.van-stepper__minus {
|
margin-right: 12px;
|
}
|
.van-stepper__plus {
|
margin-left: 12px;
|
}
|
}
|
|
/* 新增样式 */
|
.button-container {
|
display: flex;
|
width: 100%;
|
gap: 12px; /* 按钮间距 */
|
padding: 0 16px; /* 左右留白 */
|
box-sizing: border-box;
|
}
|
|
.action-button {
|
flex: 1; /* 等分剩余空间 */
|
min-width: 0; /* 防止内容溢出 */
|
}
|
|
.van-checkbox__icon--checked .van-icon
|
{
|
color: #ffffff !important;
|
}
|
|
</style>
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
|
<div class="content-wrapper">
|
<van-nav-bar
|
title="一键送检"
|
left-text="返回"
|
left-arrow
|
@click-left="GoBack()">
|
</van-nav-bar>
|
|
<div class="mySolid">
|
<van-cell-group>
|
<van-field
|
ref="KbBar"
|
v-model="KbBar"
|
label="卡板条码"
|
clearable
|
placeholder="请扫码"
|
:right-icon-size="19"
|
v-focus.noKeyboard
|
@keyup.enter.native="getKbBarInfo"
|
autofocus="true">
|
</van-field>
|
|
<van-field
|
ref="DAA001"
|
v-model="DAA001"
|
label="指令工单"
|
placeholder="指令工单"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
<van-field
|
ref="itemNo"
|
v-model="itemNo"
|
label="物料编码"
|
placeholder="物料编码"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
<van-field
|
ref="itemName"
|
v-model="itemName"
|
label="物料名称"
|
placeholder="物料名称"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
<van-field
|
ref="itemModel"
|
v-model="itemModel"
|
label="物料规格"
|
placeholder="物料规格"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
|
<van-field
|
ref="lineName"
|
v-model="lineName"
|
label="线体名称"
|
placeholder="线体名称"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
|
<van-field
|
ref="daA025"
|
v-model="KbBarInfo.daA025"
|
label="生产类型"
|
placeholder="生产类型"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
<van-field
|
ref="quantity"
|
v-model="KbBarInfo.quantity"
|
label="数量"
|
placeholder="数量"
|
autofocus="true"
|
readonly
|
>
|
</van-field>
|
|
|
|
|
|
<div style="height: 10px"></div>
|
<!-- 修改后的按钮容器 -->
|
<div class="button-container">
|
<van-button
|
type="info"
|
class="action-button submit-button"
|
@click.native="handleSubmit"
|
>提交</van-button>
|
</div>
|
|
</van-cell-group>
|
</div>
|
|
<van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
|
|
|
|
</div>
|
</asp:Content>
|
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
|
<comloading v-if="isLoading"></comloading>
|
</asp:Content>
|
|
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
|
<script src="Js/CpbdsjD.js?<%=1111 %>"></script>
|
</asp:Content>
|