This commit is contained in:
parent
75015fa1e4
commit
a84d1737e3
|
|
@ -867,7 +867,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
private String generateMailSendHtmlContent(SaleOrderDO saleOrder,List<SaleOrderEntryDO> entrys) {
|
||||
CustomerDO customer = customerService.getCustomer(saleOrder.getCustomerId());
|
||||
Context context = new Context();
|
||||
context.setVariable("title", customer.getName());
|
||||
context.setVariable("title", "Dear "+customer.getName());
|
||||
context.setVariable("contractNo", saleOrder.getContractCode());
|
||||
|
||||
JSONArray items = new JSONArray();
|
||||
|
|
|
|||
|
|
@ -320,7 +320,7 @@
|
|||
<el-dropdown-item
|
||||
command="pushOutBill"
|
||||
>
|
||||
下推生成出库单
|
||||
下推生成出货单
|
||||
</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue