1.订舱通知单,发运明细单 获取整机信息功能增加
This commit is contained in:
ljw 2024-12-09 15:33:49 +08:00
parent 37857e0346
commit 25ac523502
2 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,7 @@ import com.alibaba.druid.support.logging.Log;
import com.alibaba.druid.support.logging.LogFactory;
import com.alibaba.druid.util.StringUtils;
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.shippingdetails.util.PaymentControlUtil;
import com.yem.wm.utils.FunctionalCommon;
@ -180,7 +181,10 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
map.put("flag", "B");
FunUtil.viewForm("yem_contractamtlistoccupy", map, view);
}
if (key.equals("getmachine")) {
ZJUtils.renewMachineProductInfo(view, model);
// renewMachineProductInfo();
}
//回填海关编码
if ("backcustomscode".equals(key) && e.getOperationResult().isSuccess()) {
//回填海关编码

View File

@ -2,6 +2,7 @@ package com.yem.wm.es.storagetrans.form;
import com.yem.or.utils.OrderApiUtils;
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.salesorder.utils.SalesOrderUtils;
import com.yem.wm.utils.CalendarUtils;
@ -643,6 +644,10 @@ public class StorageTransEdit extends AbstractBillPlugIn implements BeforeF7Sele
String operateKey = formOperate.getOperateKey();
DynamicObject dataEntity = model.getDataEntity(true);
IFormView view = this.getView();
if (operateKey.equals("getmachine")) {
ZJUtils.renewMachineProductInfo(view, model);
// renewMachineProductInfo();
}
if ("draw".equals(operateKey)) {
String creditbackstatus = dataEntity.getString("yem_creditbackstatus");
if ("A".equals(creditbackstatus)) {