/** * 待出货销售 */ Ext.define('saas.view.home.infoCardList.SaleOut', { extend: 'saas.view.home.infoCardList.InfoList', xtype: 'home-infocardlist-saleout', listUrl: '/api/sale/sale/list', idField: 'sa_id', codeField: 'sa_code', detailTitle: '销售订单', detailXType: 'sale-sale-formpanel', condition: 'sale.companyid=#{companyId} and sa_statuscode=\'AUDITED\' and exists (select 1 from saledetail detail where sd_id=saledetail.sd_id and IFNULL(sd_sendqty,0)