From fa6e9dafca9a987c0ad03e70cf2fc0d04bd7cc16 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 05 五月 2025 15:52:27 +0800
Subject: [PATCH] 1.生产补料/超领,新增防抖控制,防止条码重复扫描。 2.现场收料功能完成
---
H5/Sctl.aspx | 53 +++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 47 insertions(+), 6 deletions(-)
diff --git a/H5/Sctl.aspx b/H5/Sctl.aspx
index 60408ce..9dec108 100644
--- a/H5/Sctl.aspx
+++ b/H5/Sctl.aspx
@@ -14,7 +14,7 @@
left-arrow
@click-left="GoBack()"
></van-nav-bar>
- <div>
+ <div class="content-wrapper">
<van-cell-group>
<van-field
ref="billNo"
@@ -68,28 +68,69 @@
disabled
></van-field>
</van-cell-group>
- </div>
- <van-tabs color="#000" title-active-color="#0283EF" >
+
+<%-- <van-tabs color="#000" title-active-color="#0283EF" >
<van-tab title="寰呴��鏄庣粏">
<van-row v-for="value in ItemTblDetail" class="font">
<van-col span="12">鐗╂枡:{{value.itemNo}}</van-col>
- <%--<van-col span="18">鐗╂枡鍚嶇О:{{value.itemName}}</van-col>--%>
<van-col span="6">鐢宠鏁�:{{value.tld005}}</van-col>
<van-col span="6">宸查��鏁�:{{value.tld006}}</van-col>
</van-row>
</van-tab>
<van-tab title="宸查��鏄庣粏"></van-tab>
+</van-tabs>--%>
+
+ <van-tabs color="#000" title-active-color="#0283EF">
+ <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>
+ <van-col span="8">寰呭叆搴撴暟</van-col>
+ <%--<van-col span="4">鏉$爜寮犳暟</van-col>--%>
+ </van-row>
+ <van-row v-for="(itm,index) in ItemDetail.items" :key="index">
+ <van-col span="8" class="text-left padding-left">
+ <div class="blue-text">{{itm.itemNo}}</div>
+ <div>{{itm.itemName}}</div>
+ </van-col>
+ <van-col span="8" class="text-left padding-left">
+ <div>{{itm.itemModel}}</div>
+ </van-col>
+ <van-col span="8" class="blue-text">{{itm.dsQty}}</van-col>
+ <%--<van-col span="4">{{itm.recoKw}}</van-col>--%>
+ </van-row>
+ </van-tab>
+ <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>
+ <%--<van-col span="4">闇�姹傛暟</van-col>--%>
+ <van-col span="8">宸插叆搴撴暟</van-col>
+ </van-row>
+ <van-row v-for="(itm,index) in ItemDetail.ysitems" :key="index">
+ <van-col span="8" class="text-left padding-left">
+ <div class="blue-text">{{itm.itemNo}}</div>
+ <div>{{itm.itemName}}</div>
+ </van-col>
+ <van-col span="8" class="text-left padding-left">
+ <div>{{itm.itemModel}}</div>
+ </van-col>
+<%-- <van-col span="4">{{itm.fQty}}</van-col>--%>
+ <van-col span="8" class="blue-text">{{itm.sQty}}</van-col>
+ </van-row>
+ </van-tab>
</van-tabs>
<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>
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Sctl.js?<%=160 %>"></script>
+ <script src="Js/Sctl.js?<%=162 %>"></script>
</asp:Content>
--
Gitblit v1.9.3