From f064c1aa85c6d778b1bedfb980ad42fcf50b63c9 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 25 二月 2025 08:59:38 +0800
Subject: [PATCH] 1.委外退料优化 2.委外补料、超领优化
---
H5/Wwtl.aspx | 35 +++++++++++++++++++++++------------
1 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/H5/Wwtl.aspx b/H5/Wwtl.aspx
index 0d19b26..15ea1d4 100644
--- a/H5/Wwtl.aspx
+++ b/H5/Wwtl.aspx
@@ -23,27 +23,30 @@
placeholder="璇锋壂鐮�"
:right-icon-size="19"
v-model="billNo"
+ @keyup.enter.native="getMesItemTblDetailByBillNo"
v-focus.noKeyboard
><template #button>
<van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button>
</template></van-field>
<van-field
+ ref="sectionCode"
value=""
label="搴撲綅缂栧彿"
v-model="depotSectionCode"
clearable
:right-icon-size="19"
- @input="getDepot"
+ @keyup.enter.native="getDepot"
placeholder="璇锋壂鐮佸簱浣嶇紪鍙�"
></van-field>
<van-field
+ ref="barcode"
value=""
label="鐗╂枡鏉$爜"
clearable
placeholder="璇锋壂鐮�"
v-model="barcode"
:right-icon-size="19"
- @input="getBarcode"
+ @keyup.enter.native="getBarcode"
v-focus.noKeyboard
></van-field>
<van-field
@@ -64,15 +67,23 @@
</van-cell-group>
</div>
- <van-tabs @click="onClick" 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-tabs <%--@click="onClick"--%> color="#000" title-active-color="#0283EF" >
+
+ <van-tab title="寰呴��鏄庣粏" class="mySolid font">
+ <van-row>
+ <van-col span="12" class="text-left padding-left">鐗╂枡</van-col>
+ <van-col span="6">寰呮壂</van-col>
+ <van-col span="6">宸叉壂</van-col>
+</van-row>
+ <van-row v-for="value in ItemTblDetail" class="font">
+ <van-col span="12" class="text-left padding-left">
+ <div>{{value.itemNo}}</div>
+ <div>{{value.itemName}}</div>
+ </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>
@@ -84,6 +95,6 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Wwtl.js?<%=156 %>"></script>
+ <script src="Js/Wwtl.js?<%=157 %>"></script>
</asp:Content>
--
Gitblit v1.9.3