南骏 池
2025-07-09 6acdfc2c867d8fde898a4cc67bdefa2b97f03e3e
H5/Scll.aspx
@@ -1,87 +1,16 @@
<%@ Page Title="生产领料" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Scll.aspx.cs" Inherits="H5_Scll" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  <style>
/* 全局样式优化 */
.content-wrapper {
    margin: 8px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
/* 表单字段分隔线 */
.van-cell-group .van-cell:not(:last-child)::after {
    border-bottom: 1px solid #eee !important;
    left: 0;
    right: 0;
}
.mySolid .van-row {
    border-bottom: .00267rem solid #b1b1b1;
}
/* 标签颜色设置 */
.van-field__label {
    color: #7c7a7a;
    flex-basis: 28%;
}
/* 数据文本颜色 */
.van-field__value,
.van-field__control {
    color: #333;
}
/* 行容器样式 */
.van-tab__panel .van-row {
    padding: 2px 0;
    margin: 2px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
/* 数据列样式 */
.van-col {
    padding: 2px 2px;
    margin: 2px 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: white;
    font-size: 12px;
    line-height: 1.6;
    box-sizing: border-box;
}
/* 特殊文本样式 */
.blue-text {
    color: #1989fa;
    font-weight: 500;
}
/* 响应式优化 */
@media (max-width: 375px) {
    .van-field__label {
        flex-basis: 30%;
        font-size: 12px;
       .bg-info {
     background-color: #fff;
    }
    .van-col {
        padding: 2px 1px;
        margin: 1px 0;
        font-size: 11px;
    }
    .van-tab__panel .van-row {
        padding: 1px 0;
        margin: 1px 0;
    }
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
    <div class="content-wrapper">
        <van-nav-bar
            title="生产领料"
            title="生产备料"
            left-text="返回"
            left-arrow
            @click-left="GoBack()">
@@ -89,6 +18,17 @@
        <div class="mySolid">
            <van-cell-group>
                <van-field
                    ref ="selectKey"
                value=""
                label="工单查询"
                clearable
                    placeholder="请输入工单号进行查询"
                :right-icon-size="19"
                    v-model="selectKey"
                ><template #button>
                <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
                </template></van-field>
                <van-field 
                    ref="daa001"
                    v-model="modeInfo.daa001"
@@ -147,8 +87,10 @@
            </van-cell-group>
        </div>
       <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
        <van-tabs color="#000" title-active-color="#0283EF">
            <van-tab title="待发物料" class="mySolid font">
            <van-tab title="待扫物料" class="mySolid font">
                <van-row>
                    <van-col span="8" class="text-left padding-left">物料</van-col>
                    <van-col span="8" class="text-left padding-left">规格</van-col>
@@ -168,7 +110,7 @@
                </van-row>
            </van-tab>
            <van-tab title="已领物料" class="mySolid font">
            <van-tab title="已扫物料" class="mySolid font">
                <van-row>
                    <van-col span="8" class="text-left padding-left">物料</van-col>
                    <van-col span="8" class="text-left padding-left">规格</van-col>
@@ -196,5 +138,5 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Scll.js?<%=123336 %>"></script>
    <script src="Js/Scll.js?<%=123336154 %>"></script>
</asp:Content>