浏览代码

一级物资准入 一级禁用

baichengfei 5 年之前
父节点
当前提交
4dc67c476e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

+ 3 - 3
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

@@ -141,7 +141,7 @@
           <el-form-item label="级别" prop="Grade">
             <el-select v-model="formData.Grade"
                        placeholder="请选择级别"
-                       :disabled="(this.formData.Status > '0'&&!appendStatus) || this.formData.InStyle =='3'"
+                       :disabled="(this.formData.Status > '0'&&!appendStatus) || this.formData.InStyle =='3' || this.formData.InStyle =='2'"
                        style="width: 100%"
                        @change="GradeChange">
               <el-option
@@ -1433,11 +1433,11 @@ export default {
     GradeChange (val) {
       if (val === '1') {
         this.formData.MgrUnit = '中油集团公司'
-        this.formData.InStyle = '2'
+        // this.formData.InStyle = '2'
       } else {
         this.formData.MgrUnit = ''
         this.formData.PACNumber = ''
-        this.formData.InStyle = '1'
+        // this.formData.InStyle = '1'
       }
     },
     InStyleChange (val) {