diff --git a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue index d7bacf52e8..111e83846f 100644 --- a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue +++ b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue @@ -43,10 +43,10 @@ - *注册地址 + 注册地址 - + @@ -59,7 +59,7 @@ - + diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue index 83260557b2..8da37b9afb 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue @@ -158,9 +158,10 @@ - + @@ -559,6 +560,11 @@ export default { this.$message({ showClose: true, type: 'error', message: '请检查采购车型列表中车辆型号不能为空' }) return } + if ((this.formobj.busVehicleApplyDetailList[i].vehicleName.includes('自卸') || this.formobj.busVehicleApplyDetailList[i].vehicleName.includes('载货')) && this.formobj.busVehicleApplyDetailList[i].remarks === '') { + var aa = i + 1 + this.$message({ showClose: true, type: 'error', message: '采购车型列表中序号' + aa + '的车型为自卸或载货,则备注不能为空' }) + return + } } } this.getUrl() diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue index fc9b94c07f..93dbb83dcd 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue @@ -157,9 +157,10 @@ - + @@ -542,6 +543,11 @@ export default { this.$message({ showClose: true, type: 'error', message: '请检查采购车型列表中车辆型号不能为空' }) return } + if ((this.formobj.busVehicleApplyDetailList[i].vehicleName.includes('自卸') || this.formobj.busVehicleApplyDetailList[i].vehicleName.includes('载货')) && this.formobj.busVehicleApplyDetailList[i].remarks === '') { + var aa = i + 1 + this.$message({ showClose: true, type: 'error', message: '采购车型列表中序号' + aa + '的车型为自卸或载货,则备注不能为空' }) + return + } } } this.getUrl()