fix:
1.订舱通知单,发运明细单 获取整机信息功能增加
This commit is contained in:
parent
37857e0346
commit
25ac523502
@ -5,6 +5,7 @@ import com.alibaba.druid.support.logging.Log;
|
|||||||
import com.alibaba.druid.support.logging.LogFactory;
|
import com.alibaba.druid.support.logging.LogFactory;
|
||||||
import com.alibaba.druid.util.StringUtils;
|
import com.alibaba.druid.util.StringUtils;
|
||||||
import com.yem.wm.bc.companytitle.form.CompanyTitleEdit;
|
import com.yem.wm.bc.companytitle.form.CompanyTitleEdit;
|
||||||
|
import com.yem.wm.es.Util.ZJUtils;
|
||||||
import com.yem.wm.es.contractamtlist.util.FunUtil;
|
import com.yem.wm.es.contractamtlist.util.FunUtil;
|
||||||
import com.yem.wm.es.shippingdetails.util.PaymentControlUtil;
|
import com.yem.wm.es.shippingdetails.util.PaymentControlUtil;
|
||||||
import com.yem.wm.utils.FunctionalCommon;
|
import com.yem.wm.utils.FunctionalCommon;
|
||||||
@ -180,7 +181,10 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
|||||||
map.put("flag", "B");
|
map.put("flag", "B");
|
||||||
FunUtil.viewForm("yem_contractamtlistoccupy", map, view);
|
FunUtil.viewForm("yem_contractamtlistoccupy", map, view);
|
||||||
}
|
}
|
||||||
|
if (key.equals("getmachine")) {
|
||||||
|
ZJUtils.renewMachineProductInfo(view, model);
|
||||||
|
// renewMachineProductInfo();
|
||||||
|
}
|
||||||
//回填海关编码
|
//回填海关编码
|
||||||
if ("backcustomscode".equals(key) && e.getOperationResult().isSuccess()) {
|
if ("backcustomscode".equals(key) && e.getOperationResult().isSuccess()) {
|
||||||
//回填海关编码
|
//回填海关编码
|
||||||
|
@ -2,6 +2,7 @@ package com.yem.wm.es.storagetrans.form;
|
|||||||
|
|
||||||
import com.yem.or.utils.OrderApiUtils;
|
import com.yem.or.utils.OrderApiUtils;
|
||||||
import com.yem.wm.es.Util.TotalUtil;
|
import com.yem.wm.es.Util.TotalUtil;
|
||||||
|
import com.yem.wm.es.Util.ZJUtils;
|
||||||
import com.yem.wm.es.contactbook.op.ContactBookSaveOp;
|
import com.yem.wm.es.contactbook.op.ContactBookSaveOp;
|
||||||
import com.yem.wm.es.salesorder.utils.SalesOrderUtils;
|
import com.yem.wm.es.salesorder.utils.SalesOrderUtils;
|
||||||
import com.yem.wm.utils.CalendarUtils;
|
import com.yem.wm.utils.CalendarUtils;
|
||||||
@ -643,6 +644,10 @@ public class StorageTransEdit extends AbstractBillPlugIn implements BeforeF7Sele
|
|||||||
String operateKey = formOperate.getOperateKey();
|
String operateKey = formOperate.getOperateKey();
|
||||||
DynamicObject dataEntity = model.getDataEntity(true);
|
DynamicObject dataEntity = model.getDataEntity(true);
|
||||||
IFormView view = this.getView();
|
IFormView view = this.getView();
|
||||||
|
if (operateKey.equals("getmachine")) {
|
||||||
|
ZJUtils.renewMachineProductInfo(view, model);
|
||||||
|
// renewMachineProductInfo();
|
||||||
|
}
|
||||||
if ("draw".equals(operateKey)) {
|
if ("draw".equals(operateKey)) {
|
||||||
String creditbackstatus = dataEntity.getString("yem_creditbackstatus");
|
String creditbackstatus = dataEntity.getString("yem_creditbackstatus");
|
||||||
if ("A".equals(creditbackstatus)) {
|
if ("A".equals(creditbackstatus)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user