From bcf6eff4b9445ded35288a277f3897c5192bdb68 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期三, 20 八月 2025 15:32:03 +0800 Subject: [PATCH] 调整是否为0的判断,增加销售核对 --- pages/CangKuManage/GS_WOBJ.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/CangKuManage/GS_WOBJ.html b/pages/CangKuManage/GS_WOBJ.html index cb33964..55e5ca7 100644 --- a/pages/CangKuManage/GS_WOBJ.html +++ b/pages/CangKuManage/GS_WOBJ.html @@ -36,8 +36,9 @@ <div class="mui-input-group mui-content"> <div class="mui-input-row" id="row001"> - <label>鏉$爜</label> - <input id="DAB001" type="text" value="" class="mui-input-clear text-color" placeholder="璇锋壂鎻忔潯鐮�" onkeypress="GetBJINFO()" /> + + <label id="saomiaolb" style="color:#0062CC">鐐瑰嚮鍚姩鎵弿</label> + <input id="DAB001" type="text" value="" class="mui-input-clear text-color" placeholder="璇锋壂鎻忔潯鐮�" onkeypress="GetBJINFO()" /> </div> <div class="mui-input-row" id="row001"> <label>鎸囦护鍗曞彿</label> -- Gitblit v1.9.3