Commit 19f3a8fb authored by Mac's avatar Mac

新增页面修改

parent e1051afe
......@@ -387,6 +387,7 @@
margin-right: 10px;
cursor: pointer;
outline: none;
margin-bottom: 5px;
}
._icon_btn i.edit {
......@@ -509,6 +510,11 @@
background-color: #1296db;
font-size: 18px;
}
._icon_btn i.icon-fuzhi {
background-color: #1296db;
font-size: 18px;
}
.boss_btn_tips,
......@@ -1039,7 +1045,7 @@
@click="showjiaoyi(item.FrID)"></i>
</el-tooltip>
<el-tooltip class="item" content="复制" placement="top" v-if="item.Type==1 || item.Type==2" >
<i class="iconfont icon-jiaoyi" v-if="item.Type==1 || item.Type==2"
<i class="iconfont icon-fuzhi" v-if="(item.Type==1 || item.Type==2) && msg.Conditon==1"
@click="goEit(item.Type,item.FrID,true,active,msg.pageIndex, item,true)"></i>
</el-tooltip>
</td>
......
......@@ -813,7 +813,7 @@
</div>
<!-- <button class="normalBtn" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"
@click="AddFinancial(1)">{{$t('fnc.zancun')}}</button> -->
<q-btn color="primary" size="11px" :label="$t('fnc.zancun')" @click="AddFinancial(1)" style="marginRight:10px" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"/>
<q-btn color="primary" size="11px" :label="$t('fnc.zancun')" @click="AddFinancial(1)" style="marginRight:10px" v-if="!iscopy && (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"/>
<!-- <button class="normalBtn" @click="AddFinancial()">{{$t('fnc.tijiao')}}</button> -->
<q-btn color="primary" size="11px" v-if="!iscopy" :label="$t('fnc.tijiao')" @click="AddFinancial()" style="marginRight:10px"/>
<q-btn color="primary" size="11px" v-if="iscopy" label="复制" @click="AddFinancial()" style="marginRight:10px"/>
......@@ -1700,8 +1700,7 @@
.RB_Branch_Id;
}
let userInfo = this.getLocalStorage()
if(!this.$route.query.companyID&&userInfo.Group_Id==100000){
if(!this.$route.query.companyID&&userInfo.Group_Id==100000 && !this.iscopy){
this.msg.RB_Branch_Id = 4
}
if(this.orderObj ){//6.21号新加 校区的id
......
......@@ -650,7 +650,7 @@
<div class="btn-box">
<!-- <button class="normalBtn" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"
@click="AddFinancial(1)">{{$t('fnc.zancun')}}</button> -->
<q-btn color="primary" size="11px" :label="$t('fnc.zancun')" @click="AddFinancial(1)" style="marginRight:10px" v-if="GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0"/>
<q-btn color="primary" size="11px" :label="$t('fnc.zancun')" @click="AddFinancial(1)" style="marginRight:10px" v-if="!iscopy && (GetDetail.Status==0||GetDetail.Status==3||msg.FrID==0)"/>
<!-- <button class="normalBtn" @click="AddFinancial()">{{$t('fnc.tijiao')}}</button> -->
<q-btn color="primary" size="11px" v-if="!iscopy" :label="$t('fnc.tijiao')" @click="AddFinancial()" style="marginRight:10px"/>
<q-btn color="primary" size="11px" v-if="iscopy" label="复制" @click="AddFinancial()" style="marginRight:10px"/>
......@@ -1649,7 +1649,7 @@
this.msg.RB_Branch_Id = this.msg.RB_Branch_Id == 0 || this.msg.RB_Branch_Id == ParentCompanyId ? this
.getLocalStorage().School_Id : this.msg.RB_Branch_Id;
if(!this.$route.query.companyID&&userInfo.Group_Id==100000){
if(!this.$route.query.companyID&&userInfo.Group_Id==100000 && !iscopy){
this.msg.RB_Branch_Id = 4
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment