|
|
@ -38,7 +38,7 @@ |
|
|
|
<span>所属年月</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item><el-date-picker v-model="formobj.palceGenDate" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择日期"/></el-form-item> |
|
|
|
<el-form-item><el-date-picker v-model="formobj.palceGenDate" type="month" clearable format="yyyy-MM" value-format="yyyy-MM" placeholder="选择日期"/></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
@ -280,6 +280,10 @@ export default { |
|
|
|
this.viewState = 1 |
|
|
|
}, |
|
|
|
save() { |
|
|
|
if (this.formobj.scmVehRebateVehs.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '返利车辆列表不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|