Browse Source

增加用车审批返回时间为必填项

余思翰 10 months ago
parent
commit
1c700af818
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      oa-ui/src/views/flowable/form/oa/carForm.vue

+ 4
- 1
oa-ui/src/views/flowable/form/oa/carForm.vue View File

@@ -2,7 +2,7 @@
2 2
  * @Author: ysh
3 3
  * @Date: 2024-02-29 11:44:28
4 4
  * @LastEditors: Please set LastEditors
5
- * @LastEditTime: 2024-07-30 09:22:25
5
+ * @LastEditTime: 2024-08-01 10:52:16
6 6
 -->
7 7
 
8 8
 <template>
@@ -457,6 +457,9 @@ export default {
457 457
           dispatchComment: [
458 458
             { required: true, message: '请输入安排用车意见', trigger: 'blur' }
459 459
           ],
460
+          returnDate:[
461
+            { required: true, message: '返回日期不能为空', trigger: 'change' }
462
+          ]
460 463
         }
461 464
       }
462 465
     },

Loading…
Cancel
Save