From eff92d4bf081c937c93ca05b3f1f2d9713c0eb61 Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期四, 11 九月 2025 15:07:13 +0800 Subject: [PATCH] 委外领料:1.显示当前组织2.添加工单查询列表3.添加库位列表4.(待发物料)和(物料总清单)更改为(待扫物料)和(已扫物料)5.查询列表与带出明细改为存储过程 --- H5/My.aspx | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/H5/My.aspx b/H5/My.aspx index 3815e0f..9c9eff4 100644 --- a/H5/My.aspx +++ b/H5/My.aspx @@ -4,6 +4,7 @@ <style> .van-field__control { text-align:right !important; + color: #0283EF; } </style> </asp:Content> @@ -31,15 +32,34 @@ > </van-field>--%> - <van-field +<%-- <van-field readonly is-link v-model="cardType" label="鎵撳嵃閰嶇疆" placeholder="" @click="goMsg()" + ></van-field>--%> +<van-field + label="褰撳墠缁勭粐" + :value="Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅'" + readonly + input-align="center" + class="org-field bold-center" + :style="{ + fontWeight: '700' + }" +></van-field> + + <van-field + readonly + is-link + v-model="cardType" + label="鍒囨崲缁勭粐" + placeholder="" + @click="changeOrg" ></van-field> - + <van-field readonly is-link @@ -48,6 +68,9 @@ placeholder="" @click="goOut" ></van-field> + + + <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> </van-cell-group> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server"> @@ -55,6 +78,6 @@ </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> <script src="Js/comWebNav.js"></script> - <script src="Js/My.js?<%=123452 %>"></script> + <script src="Js/My.js?<%=123455 %>"></script> </asp:Content> -- Gitblit v1.9.3