diff --git a/src/views/repair/stockOperate/Components/WaresItem.vue b/src/views/repair/stockOperate/Components/WaresItem.vue index 4977322..2278781 100644 --- a/src/views/repair/stockOperate/Components/WaresItem.vue +++ b/src/views/repair/stockOperate/Components/WaresItem.vue @@ -3,7 +3,7 @@ - + 搜索 @@ -14,8 +14,7 @@ 导出 + :loading="exportLoading">导出 @@ -26,21 +25,21 @@ {{ scope.$index + 1 }} - + - - - - + + + + - + - - + + + + \ No newline at end of file diff --git a/src/views/repair/tickets/Components/TicketManagerItem.vue b/src/views/repair/tickets/Components/TicketManagerItem.vue index 0004fa8..9bc7eeb 100644 --- a/src/views/repair/tickets/Components/TicketManagerItem.vue +++ b/src/views/repair/tickets/Components/TicketManagerItem.vue @@ -32,6 +32,21 @@ + + + + + + + + + sum + item.totalPrice, 0), + actualMoney: row.totalPrice + row.btickets.reduce((sum, item) => sum + item.totalPrice, 0), discountType: this.defaultDiscountType, discount: 0 } diff --git a/src/views/repair/tickets/Components/UserInfo.vue b/src/views/repair/tickets/Components/UserInfo.vue index 27bb63e..97e4ba6 100644 --- a/src/views/repair/tickets/Components/UserInfo.vue +++ b/src/views/repair/tickets/Components/UserInfo.vue @@ -25,7 +25,7 @@ 车辆选择 + :customer-info="selectUser" :in-list="carInData" :car-list="carList" /> 请先选择客户 @@ -471,6 +471,7 @@ export default { finaCouponList: [], userInData: null, carInData: null, + carList: null, ticketChooseDialogVisible: false, // A单选择对话框显示状态 busiAndCusList: [], // 业务渠道和来源列表 channelList: [], // 渠道列表 @@ -813,6 +814,7 @@ export default { ...cusRes.data, isRes: true } + this.carList = cusRes.carLi // 查车辆 const carRes = await getByLicenseNumber(car) this.carInData = {