提交人:邹江涛
提交时间:2026年01月19日 提交内容:初始化新增字段带入合同或者债券发行计划中(现无法通过botp转换)
This commit is contained in:
parent
139b678fb5
commit
cc40779642
|
|
@ -39,20 +39,5 @@ public class InitBillSecondDevFieldsImp implements IInitBillSecondDevFields {
|
||||||
String shkdZqrzh = initBill.getString("shkd_zqrzh");
|
String shkdZqrzh = initBill.getString("shkd_zqrzh");
|
||||||
targetBill.set("shkd_zqrzh", shkdZqrzh);
|
targetBill.set("shkd_zqrzh", shkdZqrzh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// // 基础资料
|
|
||||||
// DynamicObject extPaycurrency = initBill.getDynamicObject("ext_paycurrency");
|
|
||||||
// targetBill.set("ext_paycurrency", extPaycurrency);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*@Override
|
|
||||||
public void initBillSecondDevFields(DynamicObject initBill, DynamicObject targetBill) {
|
|
||||||
// 基本字段
|
|
||||||
boolean extIsPay = initBill.getBoolean("ext_ispay");
|
|
||||||
targetBill.set("ext_ispay", extIsPay);
|
|
||||||
// 基础资料
|
|
||||||
DynamicObject extPaycurrency = initBill.getDynamicObject("ext_paycurrency");
|
|
||||||
targetBill.set("ext_paycurrency", extPaycurrency);
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue