feat:整机发运明细表增加字段销售员

This commit is contained in:
zzs 2024-12-05 14:32:52 +08:00 committed by ljw
parent 10601acb44
commit 31ed751f18
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import static com.yem.rf.utils.RFUtils.*;
/** /**
* @Description: 整机发运明细表 * @Description: 整机发运明细表
* @link: <a href="https://docs.qq.com/sheet/DTEd5V2hGZU1MWW13?tab=000002">https://docs.qq.com/sheet/DTEd5V2hGZU1MWW13?tab=000002</>
* @Date: 2024/7/26 10:30 * @Date: 2024/7/26 10:30
* @Created: by ZZSLL * @Created: by ZZSLL
*/ */
@ -127,6 +128,7 @@ public class CompleteShipDetailReportPlugin extends AbstractReportListDataPlugin
selectfields.add("yem_es_materialinfo.id main_detail_id"); selectfields.add("yem_es_materialinfo.id main_detail_id");
selectfields.add("id main_id"); selectfields.add("id main_id");
selectfields.add("billno yem_salesorderno"); selectfields.add("billno yem_salesorderno");
selectfields.add("yem_operator");
selectfields.add("yem_customer yem_custom"); selectfields.add("yem_customer yem_custom");
selectfields.add("yem_currency yem_currency"); selectfields.add("yem_currency yem_currency");
selectfields.add("yem_es_materialinfo.yem_productmodel.yem_products.id yem_product");//产品机型 selectfields.add("yem_es_materialinfo.yem_productmodel.yem_products.id yem_product");//产品机型

View File

@ -26,6 +26,7 @@ import static com.yem.rf.utils.RFUtils.getBaseQFilter;
/** /**
* @Description: 出口报关明细报表 * @Description: 出口报关明细报表
* @link: <a href="https://docs.qq.com/sheet/DTEd5V2hGZU1MWW13?tab=v0l9g4">https://docs.qq.com/sheet/DTEd5V2hGZU1MWW13?tab=v0l9g4</>
* @Date: 2024/9/4 10:04 * @Date: 2024/9/4 10:04
* @Created: by ZZSLL * @Created: by ZZSLL
*/ */