From 48b598fdf2a2408ef4e075e0fa1d88324f75def8 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 17 六月 2024 17:13:02 +0800
Subject: [PATCH] 1.点击按钮,进行库存校队 2.报工台常用模块添加用户绑定班组
---
WebTM/views/WMS扫码模块/上料防错单/Sc_MaterToSourceBill_PDA.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\344\270\212\346\226\231\351\230\262\351\224\231\345\215\225/Sc_MaterToSourceBill_PDA.html" "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\344\270\212\346\226\231\351\230\262\351\224\231\345\215\225/Sc_MaterToSourceBill_PDA.html"
index cf78186..351d830 100644
--- "a/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\344\270\212\346\226\231\351\230\262\351\224\231\345\215\225/Sc_MaterToSourceBill_PDA.html"
+++ "b/WebTM/views/WMS\346\211\253\347\240\201\346\250\241\345\235\227/\344\270\212\346\226\231\351\230\262\351\224\231\345\215\225/Sc_MaterToSourceBill_PDA.html"
@@ -159,7 +159,7 @@
<div class="layui-form-item" style="padding:0px;margin:0px">
<div class="layui-row">
<div class="layui-col-xs2">
- <label class="layui-form-label" style="width:60px;padding-left:0px;">鍗曟嵁鍙�</label>
+ <label class="layui-form-label" style="width:60px;padding-left:0px;">鍗曟嵁鍙�<span style=" color :red">*</span></label>
</div>
<div class="layui-col-xs10">
<input type="text" name="HBillNo" id="HBillNo" lay-verify="HBillNo" autocomplete="off" class="layui-input" style="border-radius: 5px;background-color:#efefef4d;" disabled>
@@ -169,7 +169,7 @@
<div class="layui-form-item" style="padding:0px;margin:0px">
<div class="layui-row">
<div class="layui-col-xs2">
- <label class="layui-form-label" style="width:60px;padding-left:0px;">鍗曟嵁ID</label>
+ <label class="layui-form-label" style="width:60px;padding-left:0px;">鍗曟嵁ID<span style=" color :red">*</span></label>
</div>
<div class="layui-col-xs10">
<input type="text" name="HInterID" id="HInterID" lay-verify="HInterID" value="0" autocomplete="off" class="layui-input" style="border-radius: 5px;background-color:#efefef4d;" disabled>
--
Gitblit v1.9.1