diff --git a/src/components/Print/printModal.vue b/src/components/Print/printModal.vue index 34d56b3b..9e619bae 100644 --- a/src/components/Print/printModal.vue +++ b/src/components/Print/printModal.vue @@ -2,7 +2,7 @@
-
+
打印 下载 发送邮件 diff --git a/src/views/baseinfo/infoclient/TenantAuditStepModal.vue b/src/views/baseinfo/infoclient/TenantAuditStepModal.vue index 9a657e25..45068381 100644 --- a/src/views/baseinfo/infoclient/TenantAuditStepModal.vue +++ b/src/views/baseinfo/infoclient/TenantAuditStepModal.vue @@ -876,8 +876,8 @@ .catch(async (err) => { let clientTagData: any = '' let SaleData: any = '' - if (rowId.value) { - const clientRes = await getCodeGoodsTypeInfo({ id: unref(rowId) }) + if (err.clientId) { + const clientRes = await getCodeGoodsTypeInfo({ id: err.clientId }) if (clientRes.data.clientTag) { values.clientTag = {} let ClientTag = await getDictOption('infoclient-ArrclientTag') diff --git a/src/views/bookingcabin/CabinManagement/columns.tsx b/src/views/bookingcabin/CabinManagement/columns.tsx index 72e52d71..ef2ec053 100644 --- a/src/views/bookingcabin/CabinManagement/columns.tsx +++ b/src/views/bookingcabin/CabinManagement/columns.tsx @@ -455,13 +455,13 @@ export const columns: BasicColumn[] = [ title: '委托单位', align: 'center', width: 100, - dataIndex: 'customername', + dataIndex: 'customerName', }, { title: '客服', align: 'center', width: 100, - dataIndex: 'custservice', + dataIndex: 'custService', }, { title: '操作', @@ -497,7 +497,7 @@ export const columns: BasicColumn[] = [ title: '品名', align: 'center', width: 100, - dataIndex: 'goodsname', + dataIndex: 'goodsName', }, { title: '卖价', @@ -509,7 +509,7 @@ export const columns: BasicColumn[] = [ title: '销售日期', align: 'center', width: 100, - dataIndex: 'salE_TIME', + dataIndex: 'saleTime', }, { title: '是否拆合票', @@ -648,7 +648,7 @@ export const columns: BasicColumn[] = [ title: 'VGM回执', align: 'center', width: 100, - dataIndex: 'VGM_RLT_STAT', + dataIndex: 'vgmRltStat', customCell: sharedOnCell, }, { diff --git a/src/views/operation/invoiceApply/index.vue b/src/views/operation/invoiceApply/index.vue index 7c1a0fe4..dc6815e8 100644 --- a/src/views/operation/invoiceApply/index.vue +++ b/src/views/operation/invoiceApply/index.vue @@ -49,10 +49,10 @@
- + 导出EXCEL