Ver código fonte

feat:商品成本管理复制待编辑-编辑商品分类

snow 1 ano atrás
pai
commit
6c8b282504

+ 2 - 1
src/views/goodStore/goodsCost/components/baseForm.vue

@@ -96,11 +96,12 @@
 
           <el-row>
             <el-col :span="8">
+              {{  type }}, {{sitem.status}}
               <el-form-item label="商品分类" prop="cat_id">
                 <company-sort
                   :value="ruleForm.cat_id"
                   :placeholder="'商品分类'"
-                  :disabled="!(type === 'add' ||  sitem.status === '7')"
+                  :disabled="!(type === 'add' ||  sitem.status === '7') && !(type === 'edit' && String(sitem.status) === '7')"
                   :size="'mini'"
                   :names="cat_id_name"
                   :isDetail="type !== 'add'"

+ 1 - 1
src/views/goodStore/goodsCost/components/baseFormNormal.vue

@@ -100,7 +100,7 @@
                 <company-sort
                   :value="ruleForm.cat_id"
                   :placeholder="'商品分类'"
-                  :disabled="type !== 'add'"
+                  :disabled="type !== 'add' && !(type === 'edit' && String(sitem.status) === '7')"
                   :size="'mini'"
                   :names="cat_id_name"
                   :isDetail="type !== 'add'"

+ 1 - 1
src/views/goodStore/supplierGoodsCost/components/baseForm.vue

@@ -104,7 +104,7 @@
                 <company-sort
                   :value="ruleForm.cat_id"
                   :placeholder="'商品分类'"
-                  :disabled="type !== 'add' || !ruleForm.company_id"
+                  :disabled="type !== 'add' || !ruleForm.company_id && !(type === 'edit' && String(sitem.status) === '7')"
                   :size="'mini'"
                   :names="cat_id_name"
                   :isDetail="type !== 'add'"

+ 1 - 1
src/views/goodStore/supplierGoodsCost/components/baseFormNormal.vue

@@ -104,7 +104,7 @@
                 <company-sort
                   :value="ruleForm.cat_id"
                   :placeholder="'商品分类'"
-                  :disabled="type !== 'add' || !ruleForm.company_id"
+                  :disabled="type !== 'add' || !ruleForm.company_id && !(type === 'edit' && String(sitem.status) === '7')"
                   :size="'mini'"
                   :names="cat_id_name"
                   :isDetail="type !== 'add'"