fix:
1.外销合同变更单打开签到日期赋值
This commit is contained in:
parent
7add40bc5a
commit
18a463e84a
@ -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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user