소스 검색

中石油准入证编号判断

baichengfei 5 년 전
부모
커밋
b5a3deaeda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/goodsedit.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/goodsedit.vue

@@ -1552,7 +1552,7 @@ export default {
         })
         return
       }
-      if (this.formData.Grade == 1 && this.formData.PACNumber == '') {
+      if (this.formData.Grade == 1 && this.formData.PACNumber == '' || typeof this.formData.PACNumber == 'undefined') {
         this.$message({
           type: 'warning',
           message: '中石油准入证编号不能为空!'