From ffff1a877c0ec73666788c695cccf769c2bb5fed Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期五, 01 八月 2025 16:44:54 +0800 Subject: [PATCH] 生产领料,生产报工pda完成 --- H5/PurchaseInventory.aspx | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/H5/PurchaseInventory.aspx b/H5/PurchaseInventory.aspx index 65a426f..4101d97 100644 --- a/H5/PurchaseInventory.aspx +++ b/H5/PurchaseInventory.aspx @@ -16,6 +16,18 @@ ></van-nav-bar> <%-- <div class="mySolid">--%> <van-cell-group> + <van-field + value="" + label="鍏ュ簱绫诲瀷" + clearable + placeholder="閫夋嫨/鎵嬪綍" + :right-icon-size="19" + v-model="rkType" + v-focus.noKeyboard +><template #button> + + <van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button> +</template></van-field> <van-field ref="sectionCode" v-model="sectionCode" @@ -192,6 +204,8 @@ </van-tab>--%> </van-tabs> + <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> + <%-- <van-button type="primary" @click="getScan" >纭</van-button>--%> <%--<van-button type="primary" @click="ToErp" >瀹℃牳</van-button>--%> <%-- <van-button type="primary" @click="cleraCode" >娓呴櫎搴撲綅缂栫爜</van-button>--%> @@ -201,5 +215,5 @@ <%--<comback ></comback>--%> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> - <script src="Js/PurchaseInventory.js?<%=123611111 %>"></script> -</asp:Content> + <script src="Js/PurchaseInventory.js?<%=1236111112 %>"></script> +</asp:Content> \ No newline at end of file -- Gitblit v1.9.3