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