Explorar el Código

审核通过,委托单编号必填

wyh hace 1 año
padre
commit
217cc36e7b

+ 1 - 0
itdmWeb/src/views/module-iTDM/weituoshenhe/modules/ItdmWeituoInfoForm.vue

@@ -57,6 +57,7 @@
         confirmLoading: false,
         validatorRules: {
           weituoNo: [
+            { required: true, message: '请输入委托单编号!' },
             { min: 1, max: 12, message: "长度不超过12个字符", trigger: "blur" }
           ],
         },