|
@@ -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'"
|