From af607e09de61badbaef57bc0d38002e48a44ac4c Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期五, 12 十一月 2021 12:48:50 +0800 Subject: [PATCH] 订单领取申领人被删除报错 --- src/main/webapp/order_mng_ruku.xhtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/order_mng_ruku.xhtml b/src/main/webapp/order_mng_ruku.xhtml index fe90a89..fad8cbd 100644 --- a/src/main/webapp/order_mng_ruku.xhtml +++ b/src/main/webapp/order_mng_ruku.xhtml @@ -118,7 +118,7 @@ <h:outputText value="#{row.articleNumber}" /> </f:facet> <f:facet name="input"> - <p:inputText value="#{row.articleNumber}" maxlength="32" style="width: 100%"/> + <p:inputText value="#{row.articleNumber}" maxlength="32" style="width: 100%" required="true" requiredMessage="请输入批号"/> </f:facet> </p:cellEditor> </p:column> -- Gitblit v1.9.2