1.外销合同变更单打开签到日期赋值
This commit is contained in:
ljw 2024-11-25 16:37:41 +08:00
parent 7add40bc5a
commit 18a463e84a

View File

@ -32,7 +32,7 @@ public class XSalesOrderFromEdit extends AbstractBillPlugIn {
splitContainer.setCollapse("yem_splitpanelap1", true);
Object yemSigndate = this.getModel().getValue("yem_signdate");
if (yemSigndate == null) {
// this.getModel().setValue("yem_signdate", new Date());
this.getModel().setValue("yem_signdate", this.getModel().getValue("createtime"));
}
}