Browse Source

中石油准入证编号判断

baichengfei 5 years ago
parent
commit
b5a3deaeda

+ 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: '中石油准入证编号不能为空!'