From 0f0bcaf4ea509e6f5a4a7fe047cbd9b4ac70ba5f Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 20 Apr 2023 14:38:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=87=BA=E5=BA=93=E5=AE=A1?=
=?UTF-8?q?=E6=A0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/examinePage/chukushenhe.js | 74 ++-
.../examinePage/chukushenhe/chukushenhe.vue | 229 ++++----
.../chukushenhe/chukushenheInfo.vue | 464 ++++++++++------
.../chukushenhe/chukushenheTodo.vue | 448 +++++++++------
.../chukushenhe/relation/financialscheme.vue | 332 +++++++++++
.../chukushenhe/relation/guacheInfo.vue | 258 +++++++++
.../chukushenhe/relation/paymentticket.vue | 244 ++++++++
.../chukushenhe/relation/shangzhuangInfo.vue | 153 +++++
.../chukushenhe/relation/userInfoLook.vue | 211 +++----
.../relation/xiaoshoudingdanInfo.vue | 522 ++++++++++++++++++
10 files changed, 2300 insertions(+), 635 deletions(-)
create mode 100644 anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/financialscheme.vue
create mode 100644 anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/guacheInfo.vue
create mode 100644 anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/paymentticket.vue
create mode 100644 anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/shangzhuangInfo.vue
create mode 100644 anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/xiaoshoudingdanInfo.vue
diff --git a/anrui-scm/anrui-scm-ui/src/api/examinePage/chukushenhe.js b/anrui-scm/anrui-scm-ui/src/api/examinePage/chukushenhe.js
index d5a71be258..22bf0fc749 100644
--- a/anrui-scm/anrui-scm-ui/src/api/examinePage/chukushenhe.js
+++ b/anrui-scm/anrui-scm-ui/src/api/examinePage/chukushenhe.js
@@ -1,11 +1,35 @@
import request from '@/utils/request'
-// 出库申请初始化/详情 已改
-export function fetchDetailsBySid(params) {
+// 待出库车辆选择后--返回出库申请页面调用初始化
+export function getRetrievalApplyInfo(data) {
return request({
- url: '/buscenter/v1/busdeliveredapply/fetchDetailsBySid',
+ url: '/buscenter/v1/busdelivered/getRetrievalApplyInfo',
method: 'post',
- data: params,
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
+
+// 出库申请--车辆列表--查看挂车信息
+export function trailerList(data) {
+ return request({
+ url: '/base/v1/basetrailer/trailerList',
+ method: 'get',
+ params: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
+
+// 查看款、票情况详情
+export function deliveredFinSelect(data) {
+ return request({
+ url: '/buscenter/v1/busdeliveredapply/deliveredFinSelect',
+ method: 'get',
+ params: data,
headers: {
'Content-Type': 'application/json'
}
@@ -24,17 +48,13 @@ export function listExaminePage(params) {
})
}
-// 出库分页列表 已改
-// export function examine(params) {
-// return request({
-// url: '/buscenter/v1/busdeliveredapply/examine',
-// method: "post",
-// data: params,
-// headers: {
-// 'Content-Type': 'application/json'
-// }
-// });
-// }
+// 销售订单--编辑、详情初始化
+export function fetchDetailsBySid(data) {
+ return request({
+ url: '/buscenter/v1/bussalesorder/fetchDetailsBySid/' + data,
+ method: 'get'
+ })
+}
// 同意
export function complete(data) {
@@ -69,27 +89,3 @@ export function breakProcess(data) {
}
})
}
-
-// 模糊搜索客户
-export function customerName(data) {
- return request({
- url: '/crm/v1/crmcustomertemp/listAll',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
-}
-
-// 获取下拉框option
-export function typeValues(data) {
- return request({
- url: '/portal/v1/dictcommons/typeValues',
- method: 'get',
- params: data
- // headers: {
- // 'Content-Type':'multipart/form-data',
- // }
- })
-}
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenhe.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenhe.vue
index 19677bab7d..f851dde63e 100644
--- a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenhe.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenhe.vue
@@ -4,57 +4,62 @@
-
{{searchxianshitit }}
-
+
{{ searchxianshitit }}
+
-
-
+
-
+
+
+ 办理
+
+ 查看
+
+
+
-
- 办理
- 查看
-
+ 待提交
+ {{ scope.row.nodeState }}
-
+
- {{ scope.row.nodeState }}
+ {{ scope.row.billNo }}
+
+
+
+
+ {{ scope.row.paymentMethod }}
@@ -67,7 +72,17 @@
{{ scope.row.name }}
-
+
+
+ {{ scope.row.modelName }}
+
+
+
+
+ {{ scope.row.num }}
+
+
+
{{ scope.row.applyDate }}
@@ -78,22 +93,28 @@
-
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheInfo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheInfo.vue
index 74452254a6..915d241bda 100644
--- a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheInfo.vue
@@ -8,155 +8,247 @@
-
-
- 出库申请
-
-
- 合同编号:{{ temp.contractNo }}
-
-
- 申请日期:{{ temp.applyDate }}
-
-
-
-
-
-
- 客户名称:
+ 出库申请
+
+
+
+ 发起部门
+ {{ formobj.pcApplyDept }}
+
+
+ 发起人
+ {{ formobj.pcApplyName }}
+
+
+ 发起日期
+ {{ formobj.createTime }}
+
+
+
+
+ 销售部门
+ {{ formobj.staffDeptName }}
+
+
+ 销售专员
+ {{ formobj.staffName }}
+
+
+ 销售类型
+ {{ formobj.paymentMethod }}
+
+
+
+
+ 合同编号
+ {{ formobj.contractId }}
+
+
+ 客户名称
+ {{ formobj.name }}
+
+
+ 联系电话
+ {{ formobj.mobile }}
+
+
+
+
+ 贷款人
+ {{ formobj.loanName }}
-
-
- {{ temp.name }}
-
+
+ 联系电话
+ {{ formobj.loanMobile }}
-
- 是否为终端客户:
+
+
+
+ 中介人1
+ {{ formobj.pcDistributorName }}
-
-
- 否
- 是
-
+
+ 单车中介费1
+ {{ formobj.pcDistributorPrice }}
+
+
+ 中介服务费1合计
+ {{ formobj.pcDistributorPriceAll }}
-
-
-
- 车型:
+
+ 中介人2
+ {{ formobj.pcDistributorNameTwo }}
+
+
+ 单车中介费2
+ {{ formobj.pcDistributorPriceTwo }}
-
-
- {{ temp.modelName }}
-
+
+ 中介服务费2合计
+ {{ formobj.pcDistributorPriceTwoAll }}
+
+
+
+
+ 车型
+ {{ formobj.modelName }}
+
+
+ 成交价
+ {{ formobj.price }}
+
+
+ 实际购车人
+ {{ formobj.type }}
-
-
-
车辆信息
+
-
-
-
-
-
+
+
+
- {{ scope.row.vinNo }}
+ {{ scope.row.realBuyer.vin }}
-
+
- {{ scope.row.price }}
+ 查看
-
+
- 查看
-
- 无
+ {{ scope.row.realBuyer.name }}
+ {{ scope.row.realBuyer.name }}
-
+
- {{ scope.row.remarks }}
+ {{ scope.row.realBuyer.mobile }}
+
+
+
+
+ {{ price(scope.row) }}
+
+
+
+
+ {{ scope.row.discount }}
+
+
+
+
+ {{ remarks(scope.row) }}
+
+
+
+
+ 查看
+
+
+ 备注
+ {{ formobj.remarks }}
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue
index 72719f7801..b27753d234 100644
--- a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue
@@ -4,165 +4,255 @@
-
-
- 出库申请
-
-
- 合同编号:{{ temp.contractNo }}
-
-
- 申请日期:{{ temp.applyDate }}
-
-
-
-
-
-
- 客户名称:
+ 出库申请
+
+
+
+ 发起部门
+ {{ formobj.pcApplyDept }}
+
+
+ 发起人
+ {{ formobj.pcApplyName }}
+
+
+ 发起日期
+ {{ formobj.createTime }}
+
+
+
+
+ 销售部门
+ {{ formobj.staffDeptName }}
+
+
+ 销售专员
+ {{ formobj.staffName }}
+
+
+ 销售类型
+ {{ formobj.paymentMethod }}
+
+
+
+
+ 合同编号
+ {{ formobj.contractId }}
+
+
+ 客户名称
+ {{ formobj.name }}
+
+
+ 联系电话
+ {{ formobj.mobile }}
+
+
+
+
+ 贷款人
+ {{ formobj.loanName }}
+
+
+ 联系电话
+ {{ formobj.loanMobile }}
+
+
+
+
+ 中介人1
+ {{ formobj.pcDistributorName }}
-
-
- {{ temp.name }}
-
+
+ 单车中介费1
+ {{ formobj.pcDistributorPrice }}
-
- 是否为终端客户:
+
+ 中介服务费1合计
+ {{ formobj.pcDistributorPriceAll }}
-
-
- 否
- 是
-
+
+
+
+ 中介人2
+ {{ formobj.pcDistributorNameTwo }}
+
+
+ 单车中介费2
+ {{ formobj.pcDistributorPriceTwo }}
+
+
+ 中介服务费2合计
+ {{ formobj.pcDistributorPriceTwoAll }}
-
-
-
- 车型:
+
+ 车型
+ {{ formobj.modelName }}
+
+
+ 成交价
+ {{ formobj.price }}
-
-
- {{ temp.modelName }}
-
+
+ 实际购车人
+ {{ formobj.type }}
-
-
-
车辆信息
+
-
-
-
+
+
+
+
+ {{ scope.row.realBuyer.vin }}
+
+
+
+
+ 查看
+
+
+
+
+ {{ scope.row.realBuyer.name }}
+ {{ scope.row.realBuyer.name }}
+
+
+
- {{ scope.row.vinNo }}
+ {{ scope.row.realBuyer.mobile }}
-
+
- {{ scope.row.price }}
+ {{ price(scope.row) }}
-
+
- 查看
-
- 无
+ {{ scope.row.discount }}
-
+
- {{ scope.row.remarks }}
+ {{ remarks(scope.row) }}
+
+
+
+
+ 查看
+
+
+ 备注
+ {{ formobj.remarks }}
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/financialscheme.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/financialscheme.vue
new file mode 100644
index 0000000000..13ab7c296a
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/financialscheme.vue
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+
+ 是否打包
+ {{ formobj.isPack == '1' ? '是' : formobj.isPack == '0' ? '否' : '' }}
+
+
+ 资方及产品政策
+ {{ formobj.policyName }}
+
+
+
+
+ 融资项目
+
+
+ 主车发票价{{ formobj.mainVehicleAmount }}元
+ 融资票据{{ formobj.accessoriesAmount }}元
+ 挂车{{ formobj.trailerAmount }} 元
+ 购置税{{ formobj.purchaseTax }} 元
+ 车损上浮{{ formobj.vehDamageFloat }} 元
+
+
+
+
+ 融资项目总额
+ {{ formobj.loanTotal }}
+
+
+
+
+ 首付比例
+ {{ formobj.downPayRatio }}
+
+
+ 首付金额
+ {{ formobj.downPayAmount }}
+
+
+ 产品贷款金额
+ {{ formobj.loanAmount }}
+
+
+ 产品期数
+ {{ formobj.loanPeriod }}
+
+
+
+
+ 贷款保证金比例
+ {{ formobj.bondRatio }}
+
+
+ 贷款保证金
+ {{ formobj.bondAmount }}
+
+
+ 厂家贴息
+ {{ formobj.factoryDiscount }}
+
+
+ 年利率
+ {{ formobj.policyYearRatio }}
+
+
+
+
+ 月还金额
+ {{ formobj.loanPayMoney }}
+
+
+ 利息总额
+ {{ formobj.loanInterest }}
+
+
+ 厂家贴息用途
+ {{ formobj.factoryDiscountUse }}
+
+
+
+
其它融
+
+
+ 其它融名称
+ {{ formobj.otherPolicyName }}
+
+
+ 贷款金额
+ {{ formobj.otherPolicyAmount }}
+
+
+ 期数
+ {{ formobj.otherPolicyPeriod }}
+
+
+
+
+ 月还金额
+ {{ formobj.otherPolicyMonthlyRepay }}
+
+
+ 利息总额
+ {{ formobj.otherPolicyInterest }}
+
+
+ 年利率
+ {{ formobj.otherPolicyYearRatio }}
+
+
+
+
方案汇总
+
+
+ 融资首付
+ {{ formobj.loanDownPay }}
+
+
+ 总贷款金额
+ {{ formobj.loanAmountTotal }}
+
+
+ 期数
+ {{ formobj.period }}
+
+
+
+
+ 月还金额
+ {{ formobj.monthlyRepay }}
+
+
+ 利息总额
+ {{ formobj.interest }}
+
+
+ 预计首款还款日
+ {{ formobj.returnTime }}
+
+
+
应收明细
+
+
+ 融资首付
+ {{ formobj.downPayAmounts }}
+
+
+ 贷款保证金
+ {{ formobj.bondAmounts }}
+
+
+ 保险保证金
+ {{ formobj.depositPremium }}
+
+
+ 落户保证金
+ {{ formobj.depositSettle }}
+
+
+
+
+ 服务费
+ {{ formobj.serviceAmount }}
+
+
+ 代收意外险
+ {{ formobj.proxyAccidentPremium }}
+
+
+ 上牌费
+ {{ formobj.registerAmount }}
+
+
+ 运管费
+ {{ formobj.operationAmount }}
+
+
+
+
+ 补车价
+ {{ formobj.vehOtherPrice }}
+
+
+ 其它费用
+ {{ formobj.otherAmount }}
+
+
+ 其它费用说明
+ {{ formobj.otherAmountRemark }}
+
+
+
+
+ 办理方式选择
+ {{ formobj.dealWay }}
+
+
+ 代收首年保险费
+ {{ formobj.proxyPremium }}
+
+
+ 代收购置税
+ {{ formobj.proxyPurchasetax }}
+
+
+
+
+ 应收合计
+ {{ formobj.receivableTotal }}
+
+
+
+
+ 抵顶费用合计
+ {{ formobj.offsetTotal }}
+
+
+ 抵顶首年保险费
+ {{ formobj.offsetPremium }}
+
+
+ 抵顶购置税
+ {{ formobj.offsetPurchasetax }}
+
+
+
+
+ 实收合计
+ {{ formobj.realTotal }}
+
+
+
+
+ 车辆总价
+ {{ formobj.vehTotalPrice }}
+
+
+
+
+ 名义(留购)价
+ {{ formobj.nominalPrice }}
+
+
+ 注:结清时需缴纳此费用
+
+
+
+
+
+
+ 厂家贴息
+
+ {{ formobj.factoryDiscount }}
+
+
+
+ 厂家贴息用途
+
+ >{{ formobj.factoryDiscountUse }}
+
+
+
+ *服务费
+
+ >{{ formobj.serviceAmount }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/guacheInfo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/guacheInfo.vue
new file mode 100644
index 0000000000..84053f9924
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/guacheInfo.vue
@@ -0,0 +1,258 @@
+
+
+
+
+
挂车信息
+
+
+
+ 主车车架号
+
+
+
+ {{ formobj.vinNo }}
+
+
+
+ 车型
+
+
+
+ {{ formobj.modelName }}
+
+
+
+
+
挂车{{ index + 1 }}
+
+
+ 车架号
+
+
+
+ {{ item.trailerVinNo }}
+
+
+
+ 成交价
+
+
+
+ {{ item.dealPrice }}
+
+
+
+
+
+ 车辆品牌
+
+
+
+ {{ item.brandName }}
+
+
+
+ 车辆型号
+
+
+
+ {{ item.carModelName }}
+
+
+
+
+
+ 生产厂商名称
+
+
+
+ {{ item.manufacturerName }}
+
+
+
+
+
+ 挂车类型
+
+
+
+ {{ item.trailerTypeValue }}
+
+
+
+
+
+ 外观尺寸
+
+
+
+ 长{{ item.appearanceSizeLong }}mm,
+ 宽{{ item.appearanceSizeWide }}mm,
+ 高{{ item.appearanceSizeHigh }}mm,
+ 总高{{ item.appearanceSizeTotalHigh }}mm
+
+
+
+
+
+ 内部尺寸
+
+
+
+ 长{{ item.insideSizeLong }}mm,
+ 宽{{ item.insideSizeWide }}mm,
+ 高{{ item.insideSizeHigh }}mm
+
+
+
+
+
+ 鞍座离地高度
+
+
+
+ {{ item.saddleLeaveLandHigh }}mm
+
+
+
+
+
+ 大梁尺寸
+
+
+
+ 高度{{ item.girderSizeHigh }}mm,
+ 宽度{{ item.girderSizeWide }}mm,
+ 立板{{ item.girderSizeStandPlate }}mm
+
+
+
+
+
+ 底盘部分
+
+
+
+ 牵引销
+
+
+
+ {{ item.towPin }}
+
+
+
+ 板簧
+
+
+
+ {{ item.plateSpring }}
+
+
+
+ 车桥
+
+
+
+ {{ item.axle }}
+
+
+
+ 轮胎及钢圈
+
+
+
+ {{ item.tyreAndSteelCircle }}
+
+
+
+ 底板
+
+
+
+ {{ item.floorSize }}mm
+
+
+
+
+
+
+ 门扇要求
+
+
+
+ {{ item.doorFanRequirement }}
+
+
+
+ 箱体颜色
+
+
+
+ {{ item.boxColor }}
+
+
+
+
+
+ 更多配置
+
+
+
+ {{ item.moreConfig }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/paymentticket.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/paymentticket.vue
new file mode 100644
index 0000000000..6eaf9f51e0
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/paymentticket.vue
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+ 车架号
+ {{ formobj.vinNo }}
+
+
+ 销售类型
+ {{ formobj.paymentMethod }}
+
+
+
+
+ 合同编号
+ {{ formobj.contractNo }}
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+
+
+ 车型
+ {{ formobj.modelName }}
+
+
+
+
+
+
+
+
+ {{ scope.row.receivablesName }}
+
+
+
+
+ {{ scope.row.reveivableMoney }}
+
+
+
+
+ {{ scope.row.subscriptionMoneyAll }}
+
+
+
+
+ {{ scope.row.notSubscriptionMoney }}
+
+
+
+
+ {{ scope.row.remark }}
+
+
+
+ 发票情况
+
+
+ 开票名称
+ {{ formobj.vinInvoiceVo.invoicingName }}
+
+
+ 税号
+ {{ formobj.vinInvoiceVo.invoiceNo }}
+
+
+
+
+ 地址
+ {{ formobj.vinInvoiceVo.address }}
+
+
+ 联系电话
+ {{ formobj.vinInvoiceVo.telPhone }}
+
+
+
+
+ 开户行
+ {{ formobj.vinInvoiceVo.openingBank }}
+
+
+ 银行账号
+ {{ formobj.vinInvoiceVo.bankNum }}
+
+
+
+
+ 开票单位
+ {{ formobj.vinInvoiceVo.invoiceTitle }}
+
+
+ 开票类型
+ {{ formobj.vinInvoiceVo.invoiceType }}
+
+
+
+
+ 开票状态
+ {{ formobj.vinInvoiceVo.billingState }}
+
+
+ 开票金额
+ {{ formobj.vinInvoiceVo.invoiceAmount }}
+
+
+ 开票日期
+ {{ formobj.vinInvoiceVo.invoiceDate }}
+
+
+
+
+ 移交状态
+ {{ formobj.vinInvoiceVo.transferState }}
+
+
+ 接收人
+ {{ formobj.vinInvoiceVo.recipient }}
+
+
+ 移交日期
+ {{ formobj.vinInvoiceVo.transferTime }}
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/shangzhuangInfo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/shangzhuangInfo.vue
new file mode 100644
index 0000000000..2452a435d7
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/shangzhuangInfo.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
上装配置信息
+
+
+
+ 主车车架号
+ {{ formobj.vinNo }}
+
+
+ 车型
+ {{ formobj.modelName }}
+
+
+
+
上装{{ index + 1 }}
+
+
+ 成交价
+ {{ item.topPrice }}
+
+
+
+
+ 车辆功能
+ {{ item.vehicleTypeValue }}
+
+
+ 上装名称
+ {{ item.installNameValue }}
+
+
+
+
+ 委改方式
+ {{ item.refitMethodValue }}
+
+
+ 供应商
+ {{ item.refitFactory }}
+
+
+
+
+ 货箱内部尺寸
+
+
+ 长{{ item.wk_long }}mm,
+ 宽{{ item.wk_wide }}mm,
+ 高{{ item.wk_high }}mm
+
+
+
+
+ 颜色
+ {{ item.colorValue }}
+
+
+
+
+ 板材材质
+ {{ item.plateMaterialValue }}
+
+
+ 板材厚度
+
+
+ 底{{ item.plateThicknessBottom }}mm,
+ 边{{ item.plateThicknessEdge }}mm
+
+
+
+
+
+
+ 篷布滑道
+ {{ item.tarpaulinSlide }}
+
+
+ 冷藏冷机
+ {{ item.refrigerator }}
+
+
+
+
+ 自卸液压盖板
+ {{ item.selfUnHyCoPl }}
+
+
+ 底板加热
+ {{ item.floorHeating }}
+
+
+
+
+ 更多配置
+ {{ item.moreConfig }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/userInfoLook.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/userInfoLook.vue
index a484392b38..aec8cdfdbe 100644
--- a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/userInfoLook.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/userInfoLook.vue
@@ -1,178 +1,139 @@
-
+
-
- 录入使用人信息
-
-
- 合同编号
+ 实际购车人信息
+
+
+
+ 客户类型
-
-
- {{ tempUserLook.contractNo }}
+
+
+ {{ tempUserLook.customerType }}
-
- 车架号
+
+ 客户名称
-
-
- {{ tempUserLook.vinNo }}
+
+
+ {{ tempUserLook.name }}
-
-
- 客户名称
+
+
+ 联系人
-
-
- {{ tempUserLook.name }}
+
+
+ {{ tempUserLook.contacts }}
-
+
联系电话
-
-
+
+
{{ tempUserLook.mobile }}
-
+
证件号码
-
-
- {{ tempUserLook.idNo }}
+
+
+ {{ tempUserLook.idNumber }}
-
- 联系地址
+
+ 通讯地址
-
-
+
+
{{ tempUserLook.address }}
+
+
+ 车架号
+
+
+
+ {{ tempUserLook.vin }}
+
+
+
+
+
+ 合同编号
+
+
+
+ {{ tempUserLook.contractNo }}
+
+
+
+
+
+ 备注
+
+
+
+ {{ tempUserLook.remarks }}
+
+
+
-
diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/xiaoshoudingdanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/xiaoshoudingdanInfo.vue
new file mode 100644
index 0000000000..22a4afb7b3
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/relation/xiaoshoudingdanInfo.vue
@@ -0,0 +1,522 @@
+
+
+
+
+
+
销售订单
+
+
+
+ 订单编号
+ {{ formobj.billNo }}
+
+
+ 合同编号
+ {{ formobj.concatNo }}
+
+
+ 制单日期
+ {{ formobj.createDate }}
+
+
+
+
+ 销售机构
+ {{ formobj.useOrgName }}
+
+
+ 销售部门
+ {{ formobj.orgName }}
+
+
+ 销售专员
+ {{ formobj.staffName }}
+
+
+ 客户信息
+
+
+ 客户名称
+ {{ formobj.customerName }}
+
+
+ 联系电话
+ {{ formobj.mobile }}
+
+
+ 挂靠公司
+ {{ formobj.affiliatedCompany }}
+
+
+
+
+ 销售类型
+ {{ formobj.payType }} {{ formobj.financePlanValue }}
+
+
+ 开票类型
+ {{ formobj.billingType }}
+
+
+ 是否包牌
+ {{ formobj.licensePlateValue }}
+
+
+ 车型信息
+
+
+ {{ formobj.busSalesOrderModel.modelConfig }}
+
+
+
+
+ 常用配置
+ {{ formobj.busSalesOrderModel.config }}
+
+
+
+
+ 更多配置
+ {{ formobj.busSalesOrderModel.moreConfig }}
+
+
+
+
+ 特殊配置说明
+ {{ formobj.busSalesOrderModel.specialConfig }}
+
+
+
+
+ 合格证公告型号
+ {{ formobj.busSalesOrderModel.publicModel }}
+
+
+ {{ formobj.busSalesOrderModel.publicModelSon }}
+
+
+
+
+ 上装
+ {{ formobj.busSalesOrderMakeup.topMessage }}
+
+
+
+
+ 车架号
+ {{ formobj.busSalesOrderModel.vinNo }}
+
+
+
+
+ 采购订单编号
+ {{ formobj.busSalesOrderModel.linkNo }}
+
+
+
+
+ 需采购
+ {{ formobj.busSalesOrderPrice.quantity }}
+
+
+
+
+
+
+
+
+ 价格信息
+
+
+ 单台整体指导价
+ {{ formobj.busSalesOrderPrice.singleGuildPrice }}
+
+
+ 主车单台成交价
+ {{ formobj.busSalesOrderModel.finalPrice }}
+
+
+ 单台整体成交价
+ {{ formobj.busSalesOrderPrice.singleFinalPrice }}
+
+
+
+
+ 单台折让(元)
+ {{ formobj.busSalesOrderPrice.bigDecimalSing }}
+
+
+ 台数
+ {{ formobj.busSalesOrderPrice.quantity }}
+
+
+ 车价合计
+ {{ formobj.busSalesOrderPrice.priceSum }}
+
+
+
+
+ 计划提车日期
+ {{ formobj.busSalesOrderPrice.plannedPickUpDate }}
+
+
+ 预计提车地点
+ {{ formobj.busSalesOrderPrice.plannedPickUpLocation }}
+
+
+ 保险说明
+
+
+ {{ formobj.insuranceInfo }}
+
+
+ 订金信息
+
+
+ 单台订金
+ ¥{{ formobj.busSalesOrderDeposit.deposit }}
+
+
+ 订金合计
+ ¥{{ formobj.busSalesOrderDeposit.depositAll }}
+
+
+
+
+ 订金缴纳方式
+ {{ formobj.busSalesOrderDeposit.depositType }}
+
+
+ 需补交订金
+ ¥{{ formobj.busSalesOrderDeposit.makeUpDeposit }}
+
+
+
+
+ 款项确认书
+
+
+
+
+
+ 订金备注
+ {{ formobj.busSalesOrderDeposit.depositRemarks }}
+
+
+ 优惠套餐
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+ {{ scope.row.price }}
+
+
+
+
+ {{ scope.row.discountExplain }}
+
+
+
+
+ {{ scope.row.num }}
+
+
+
+
+ {{ scope.row.totalValue }}
+
+
+
+
+ 补充说明
+
+
+ {{ formobj.notes }}
+
+
+
+
+
+
+
+ 其它信息
+
+
+ 内部引荐人
+ {{ formobj.busSalesOrderotherMessageDetailsVo.name }}
+
+
+ 返利备注
+ {{ formobj.busSalesOrderotherMessageDetailsVo.remarks }}
+
+
+
+
+ 中介人1
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorName }}
+
+
+ 联系电话
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorMobile }}
+
+
+ 单车中介服务费
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorPrice }}
+
+
+ 中介服务费合计
+ {{ formobj.busSalesOrderotherMessageDetailsVo.middleOneDistributorPriceTotal }}
+
+
+
+
+ 中介人2
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorNameTwo }}
+
+
+ 联系电话
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorMobileTwo }}
+
+
+ 单车中介服务费
+ {{ formobj.busSalesOrderotherMessageDetailsVo.distributorPriceTwo }}
+
+
+ 中介服务费合计
+ {{ formobj.busSalesOrderotherMessageDetailsVo.middleTwoDistributorPriceTotal }}
+
+
+
+
+
+
+
+
+
+
+