浏览代码

Merge remote-tracking branch 'origin/master'

LLL 1 年之前
父节点
当前提交
3d9eeb4edb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      itdmWeb/src/views/module-iTDM/weituoshenhe/modules/ItdmWeituoInfoForm.vue

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

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