diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue index a25bf0d6bc..9784e3af22 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue @@ -284,7 +284,7 @@ export default { getType() { // 付款方式 typeValues({ - type: 'paymentType' + type: 'customerPayType' }).then((res) => { if (res.code === '200') { this.paymentType_list = res.data diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue index 773b7bf095..0a9d6aefa5 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue @@ -235,6 +235,7 @@ export default { if (response.code) { this.temp = response.data this.temp.depositBillType = depositBillType + this.temp.instanceId = response.data.procInsId } }) }, @@ -279,6 +280,10 @@ export default { this.$message({ showClose: true, type: 'error', message: '请选择客户' }) return } + if (this.temp.carList.length === 0) { + this.$message({ showClose: true, type: 'error', message: '预顶车辆信息表不能为空' }) + return + } if (this.temp.carList.length > 0) { for (var i = 0; i < this.temp.carList.length; i++) { if (this.temp.carList[i].depositDate === '') { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue index b78478b2ef..c69bcf884c 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue @@ -38,7 +38,7 @@