This commit is contained in:
parent
60ae990e76
commit
539be5ffbe
|
@ -106,7 +106,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="14" class="panel-group-count">
|
<el-row :gutter="14" class="panel-group-count">
|
||||||
<el-col :span="4" class="card-panel-item">
|
<!-- <el-col :span="4" class="card-panel-item">
|
||||||
<router-link :to=" { path:`${roterPre}` + '/product/list' } ">
|
<router-link :to=" { path:`${roterPre}` + '/product/list' } ">
|
||||||
<div class="card-panel-count">
|
<div class="card-panel-count">
|
||||||
<span class="iconfont icon-shangpinguanli" style="color: #57D1A0;"></span>
|
<span class="iconfont icon-shangpinguanli" style="color: #57D1A0;"></span>
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
<span class="panel-text">财务管理</span>
|
<span class="panel-text">财务管理</span>
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<!-- <el-col :span="3" class="card-panel-item">
|
<!-- <el-col :span="3" class="card-panel-item">
|
||||||
<router-link :to=" { path:`${roterPre}` + '/setting/sms/sms_config/index' } ">
|
<router-link :to=" { path:`${roterPre}` + '/setting/sms/sms_config/index' } ">
|
||||||
<div class="card-panel-count">
|
<div class="card-panel-count">
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</el-col> -->
|
</el-col> -->
|
||||||
<el-col :span="4" class="card-panel-item">
|
<!-- <el-col :span="4" class="card-panel-item">
|
||||||
<router-link :to=" { path:`${roterPre}` + '/systemForm/modifyStoreInfo' } ">
|
<router-link :to=" { path:`${roterPre}` + '/systemForm/modifyStoreInfo' } ">
|
||||||
<div class="card-panel-count">
|
<div class="card-panel-count">
|
||||||
<span class="iconfont icon-xitongshezhi" style="color: #EFB32C;"></span>
|
<span class="iconfont icon-xitongshezhi" style="color: #EFB32C;"></span>
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
<span class="panel-text">转账记录</span>
|
<span class="panel-text">转账记录</span>
|
||||||
</div>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
placeholder="请输入商品关键字"
|
placeholder="请输入商品关键字"
|
||||||
size="small"
|
size="small"
|
||||||
class="pageWidth"
|
class="pageWidth"
|
||||||
|
:disabled='virStatus'
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -2720,7 +2721,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 审核后禁止编辑
|
// 审核后禁止编辑
|
||||||
isVirStatus(iii){
|
isVirStatus(iii){
|
||||||
let arr = ['依据链接','商品编号']
|
let arr = ['依据链接','商品编号','市场价']
|
||||||
return this.virStatus&&arr.includes(this.formThead[iii].title)
|
return this.virStatus&&arr.includes(this.formThead[iii].title)
|
||||||
},
|
},
|
||||||
isForbidden(iii){
|
isForbidden(iii){
|
||||||
|
@ -3768,7 +3769,8 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
infoData(info) {
|
infoData(info) {
|
||||||
if(info.is_show){
|
console.log(info);
|
||||||
|
if(info.status == 1){
|
||||||
this.myConfig.readonly = true
|
this.myConfig.readonly = true
|
||||||
this.virStatus = true
|
this.virStatus = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue