feat:整机发运明细表增加字段销售员
This commit is contained in:
parent
10601acb44
commit
31ed751f18
@ -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");//产品机型
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user