2
3
Преглед на файлове

中石油准入证编号判断

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