From 802b712e16c5f6a8ed50807b625b74d519ebc0de Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期六, 11 十月 2025 11:44:13 +0800
Subject: [PATCH] 1、采购验退新增克重
---
H5/Qtrk.aspx | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/H5/Qtrk.aspx b/H5/Qtrk.aspx
index 89d2c4f..1abe2d6 100644
--- a/H5/Qtrk.aspx
+++ b/H5/Qtrk.aspx
@@ -8,6 +8,12 @@
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
+ <van-notice-bar
+ :scrollable="false"
+ :text="'褰撳墠缁勭粐锛�' + (Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅')"
+ class="org-info"
+/></van-notice-bar>
+
<van-nav-bar
title="鍏朵粬鍏ュ簱"
left-text="杩斿洖"
@@ -38,6 +44,26 @@
<%--@change="getSectionCode"--%>
:right-icon-size="19"
placeholder="搴撲綅缂栫爜"
+></van-field>
+ <van-field
+ ref="depotsInfo"
+ v-model="depotInfo.depot_code"
+ value=""
+ label="浠撳簱缂栫爜"
+ clearable
+ placeholder="浠撳簱缂栫爜"
+ :right-icon-size="19"
+ disabled
+></van-field>
+ <van-field
+ ref="depotsInfo"
+ v-model="depotInfo.depot_name"
+ value=""
+ label="浠撳簱鍚嶇О"
+ clearable
+ placeholder="浠撳簱鍚嶇О"
+ :right-icon-size="19"
+ disabled
></van-field>
<van-field
ref="barcode"
@@ -132,5 +158,5 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qtrk.js?<%=124000 %>"></script>
+ <script src="Js/Qtrk.js?<%=1240002 %>"></script>
</asp:Content>
--
Gitblit v1.9.3