From 32274bc8fad5251f78229d67d86c234a4b32df2e Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期四, 11 九月 2025 17:34:32 +0800
Subject: [PATCH] 销售与其他出入库功能挪移
---
H5/Qtck.aspx | 41 ++++++++++++++++++++++++++++-------------
1 files changed, 28 insertions(+), 13 deletions(-)
diff --git a/H5/Qtck.aspx b/H5/Qtck.aspx
index 1a48f8a..42bbfac 100644
--- a/H5/Qtck.aspx
+++ b/H5/Qtck.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="杩斿洖"
@@ -29,6 +35,7 @@
<van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button>
</template></van-field>
<van-field
+ ref="barcode"
value=""
label="鐗╂枡鏉$爜"
clearable
@@ -41,12 +48,13 @@
></van-field>
<van-field
value=""
- label="鐗╂枡缂栫爜"
+ label="鍒跺崟浜�"
clearable
- placeholder="鐗╂枡缂栫爜"
+ placeholder="鍒跺崟浜�"
:right-icon-size="19"
- v-model="itemNo"
+ v-model="zdy"
v-focus.noKeyboard
+ disabled
></van-field>
<van-field
value=""
@@ -55,15 +63,22 @@
placeholder="鏉$爜鏁伴噺"
disabled
></van-field>
-<van-field
- value=""
- v-model="fnm"
- label="鍙戞枡鏁伴噺"
- placeholder="鍙戞枡鏁伴噺"
- disabled
-><template #button>
- <van-button size="small" type="info" plain @click="tmcf" >鏉$爜鎷嗗垎</van-button>
- </template></van-field>
+ <van-field
+ ref="splitNum"
+ v-model="splitNum"
+ center
+ clearable
+ label="鍙戞枡鏁伴噺"
+ placeholder="鍙戞枡鏁伴噺">
+ <van-button
+ slot="button"
+ type="info"
+ size="small"
+ plain
+ @click="getChaiFen">
+ 鏉$爜鎷嗗垎
+ </van-button>
+</van-field>
</van-cell-group>
</div>
@@ -129,5 +144,5 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qtck.js?<%=11300 %>"></script>
+ <script src="Js/Qtck.js?<%=11306 %>"></script>
</asp:Content>
--
Gitblit v1.9.3