Parcourir la source

森语-质量事故单

jbb il y a 2 ans
Parent
commit
c2bc2cf130
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/activiti/form/demoForm2.vue

+ 1 - 1
src/views/activiti/form/demoForm2.vue

@@ -1035,7 +1035,7 @@ export default {
                     var supplier = this.$refs.KFB.form.getFieldValue('responsibility_company')
                     var responsibility1 = this.$refs.KFB.form.getFieldValue('responsibility_person1')          
                     if(sonTable.length==0){
-                        this.$message.error('请添加子表数据!')
+                        this.$message.error('计划单号未填写!')
                         addForm = 'yes'
                     }else{ 
                     if((!supplier||supplier=='') && (!responsibility1 || responsibility1=='')){