From 41ccbdf79c29524446801790af4e07f2b1ed2dbd Mon Sep 17 00:00:00 2001 From: zhonghua1 Date: Sat, 10 Jan 2026 15:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E5=B1=85=E8=A1=8C=E4=B8=9A=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=AE=B0=E5=BD=95=E6=97=B6=E5=BA=94=E8=AF=A5=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BA=E5=AE=B6=E5=B1=85=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/furniture_reception/common_begin_reception.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/furniture_reception/common_begin_reception.vue b/pages/furniture_reception/common_begin_reception.vue index 7e7e041..26e990a 100644 --- a/pages/furniture_reception/common_begin_reception.vue +++ b/pages/furniture_reception/common_begin_reception.vue @@ -5,7 +5,7 @@ 服务次数 - {{ formData.contactCount || 0 }} + {{ formData.recordingCount || 0 }} @@ -330,7 +330,7 @@ export default { salesId: customer.salesId ? String(customer.salesId) : this.formData.salesId, salesName: customer.salesName || this.formData.salesName, salesPhone: String(resolvedSalesPhone), - recordingCount: customer.recordingCount ?? this.formData.recordingCount, + recordingCount: Number(customer.recordingCount) || 0, intendedModel: customer.intendedModel || this.formData.intendedModel, infoCard: customer.infoCard || this.formData.infoCard, remark: customer.remark || this.formData.remark, @@ -418,7 +418,8 @@ export default { detailedAddress: this.formData.detailedAddress?.trim() || "", salesPhone: trimmedSalesPhone || "", contactCount: Number(this.formData.contactCount) || 0, - operationType: action + operationType: action, + scenario: "furniture" }; try {