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

View File

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