|
|
@@ -64,9 +64,8 @@
|
|
|
<top-lang></top-lang>
|
|
|
</div>
|
|
|
</el-tooltip>
|
|
|
- <el-tooltip v-if="showFullScren" effect="dark" :content="
|
|
|
- isFullScren ? $t('navbar.screenfullF') : $t('navbar.screenfull')
|
|
|
- " placement="bottom">
|
|
|
+ <el-tooltip v-if="showFullScren" effect="dark" :content="isFullScren ? $t('navbar.screenfullF') : $t('navbar.screenfull')
|
|
|
+ " placement="bottom">
|
|
|
<div>
|
|
|
<i :class="isFullScren ? 'icon-tuichuquanping' : 'icon-quanping'" @click="handleScreen"></i>
|
|
|
</div>
|
|
|
@@ -85,31 +84,31 @@
|
|
|
<top-theme ref="theme"></top-theme>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item @click.native="$parent.isSearch = true">{{
|
|
|
- $t("tagsView.search")
|
|
|
+ $t("tagsView.search")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="openBug">{{
|
|
|
- $t("navbar.bug")
|
|
|
+ $t("navbar.bug")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="openLock">{{
|
|
|
- $t("navbar.lock")
|
|
|
+ $t("navbar.lock")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="openTheme">{{
|
|
|
- $t("navbar.theme")
|
|
|
+ $t("navbar.theme")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="closeOthersTags">{{
|
|
|
- $t("tagsView.closeOthers")
|
|
|
+ $t("tagsView.closeOthers")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="closeAllTags">{{
|
|
|
- $t("tagsView.closeAll")
|
|
|
+ $t("tagsView.closeAll")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item @click.native="clearCacheTags">{{
|
|
|
- $t("tagsView.clearCache")
|
|
|
+ $t("tagsView.clearCache")
|
|
|
}}
|
|
|
</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
@@ -125,7 +124,7 @@
|
|
|
</el-dropdown-item>
|
|
|
<el-dropdown-item>
|
|
|
<router-link to="/info/index">{{
|
|
|
- $t("navbar.userinfo")
|
|
|
+ $t("navbar.userinfo")
|
|
|
}}
|
|
|
</router-link>
|
|
|
</el-dropdown-item>
|
|
|
@@ -264,9 +263,9 @@ export default {
|
|
|
menuTag(value, action) {
|
|
|
if (action === "remove") {
|
|
|
let { tag, key } = this.findTag(value);
|
|
|
- if (tag.label == "销售政策") {
|
|
|
- this.$store.commit("XIAO_SHO_ZHENG_CEGUAN"); // 审批数据里加的
|
|
|
- }
|
|
|
+ if (tag.label == "销售政策") {
|
|
|
+ this.$store.commit("XIAO_SHO_ZHENG_CEGUAN"); // 审批数据里加的
|
|
|
+ }
|
|
|
if (tag.label == "报价(E)") {
|
|
|
this.$store.commit("OUT_BJ_STATUS");
|
|
|
}
|
|
|
@@ -310,26 +309,26 @@ export default {
|
|
|
this.$store.commit("DOMXS_OUT_DETAIL");
|
|
|
}
|
|
|
console.log(tag.label);
|
|
|
- if(tag.label == "库存账明细"){
|
|
|
+ if (tag.label == "库存账明细") {
|
|
|
this.$store.commit("DOMAS_OUT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "出库工单(L)"){
|
|
|
+ if (tag.label == "出库工单(L)") {
|
|
|
this.$store.commit("DOMIO_OUT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "盘点(L)"){
|
|
|
+ if (tag.label == "盘点(L)") {
|
|
|
this.$store.commit("OUT_PD_STATUS");
|
|
|
}
|
|
|
- if(tag.label == "采购入库"){
|
|
|
+ if (tag.label == "采购入库") {
|
|
|
this.$store.commit("DOMIO_OUT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "采购入库(L)"){
|
|
|
+ if (tag.label == "采购入库(L)") {
|
|
|
this.$store.commit("DOMIO_OUT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "调拨(L)"){
|
|
|
- this.$store.commit("DOMIO_OUT_ALLOCATW");
|
|
|
+ if (tag.label == "调拨(L)") {
|
|
|
+ this.$store.commit("DOMIO_OUT_ALLOCATW");
|
|
|
}
|
|
|
- if(tag.label == "往来单位(F)"){
|
|
|
- this.$store.commit("DOMIO_OUT_CUL");
|
|
|
+ if (tag.label == "往来单位(F)") {
|
|
|
+ this.$store.commit("DOMIO_OUT_CUL");
|
|
|
}
|
|
|
if (tag.label == "代理订单(N)") {
|
|
|
this.$store.commit("DOMXS_OUT_DETAIL");
|
|
|
@@ -379,90 +378,96 @@ export default {
|
|
|
if (tag.label == "销售机会") {
|
|
|
this.$store.commit('XSJH_OUT_DETAIL');
|
|
|
}
|
|
|
- if(tag.label == "出库管理"){
|
|
|
+ if (tag.label == "出库管理") {
|
|
|
this.$store.commit("OUT_CKGL_STATUS");
|
|
|
}
|
|
|
- if(tag.label == "销售单"){
|
|
|
+ if (tag.label == "销售单") {
|
|
|
this.$store.commit("OUT_PJXS_STATUS");
|
|
|
}
|
|
|
- if(tag.label == "采购单"){
|
|
|
+ if (tag.label == "采购单") {
|
|
|
this.$store.commit("OUT_PJCG_STATUS");
|
|
|
}
|
|
|
- if(tag.label == "海运出口"){
|
|
|
+ if (tag.label == "海运出口") {
|
|
|
this.$store.commit("DOMXS_CLOSE_EXPORT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "海运出口"){
|
|
|
+ if (tag.label == "海运出口") {
|
|
|
this.$store.commit("DOMXS_CLOSE_EXPORT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "收款结算"){
|
|
|
+ if (tag.label == "收款结算") {
|
|
|
this.$store.commit("COLL_CLOSE_EXPORT_DETAIL");
|
|
|
}
|
|
|
- if(tag.label == "采购(E)"){
|
|
|
+ if (tag.label == "采购(E)") {
|
|
|
this.$store.commit("OUT_CG_STATUS");
|
|
|
}
|
|
|
- if(tag.label == "审批详情(F)"){
|
|
|
+ if (tag.label == "审批详情(F)") {
|
|
|
this.$store.commit("HYCKLOS_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "付费申请(F)"){
|
|
|
- this.$store.commit("FFQSF_OUT_DETAIL")
|
|
|
+ if (tag.label == "付费申请(F)") {
|
|
|
+ this.$store.commit("FFQSF_OUT_DETAIL")
|
|
|
+ }
|
|
|
+ if (tag.label == "对账中心(F)") {
|
|
|
+ this.$store.commit("DZZXF_OUT_DETAIL")
|
|
|
+ }
|
|
|
+ if (tag.label == "结算中心(F)") {
|
|
|
+ this.$store.commit("JSZX_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "对账中心(F)"){
|
|
|
- this.$store.commit("DZZXF_OUT_DETAIL")
|
|
|
+ if (tag.label == "SEAMEND") {
|
|
|
+ this.$store.commit("SEA_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "结算中心(F)"){
|
|
|
- this.$store.commit("JSZX_OUT_DETAIL")
|
|
|
+ if (tag.label == "SIAMEND") {
|
|
|
+ this.$store.commit("SIA_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "SEAMEND"){
|
|
|
- this.$store.commit("SEA_OUT_DETAIL")
|
|
|
+ if (tag.label == "AEAMEND") {
|
|
|
+ this.$store.commit("AEA_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "SIAMEND"){
|
|
|
- this.$store.commit("SIA_OUT_DETAIL")
|
|
|
+ if (tag.label == "AIAMEND") {
|
|
|
+ this.$store.commit("AIA_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "AEAMEND"){
|
|
|
- this.$store.commit("AEA_OUT_DETAIL")
|
|
|
+ if (tag.label == "海运出口报关") {
|
|
|
+ this.$store.commit("SEBG_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "AIAMEND"){
|
|
|
- this.$store.commit("AIA_OUT_DETAIL")
|
|
|
+ if (tag.label == "海运进口报关") {
|
|
|
+ this.$store.commit("SIBG_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "海运出口报关"){
|
|
|
- this.$store.commit("SEBG_OUT_DETAIL")
|
|
|
+ if (tag.label == "空运出口报关") {
|
|
|
+ this.$store.commit("AEBG_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "海运进口报关"){
|
|
|
- this.$store.commit("SIBG_OUT_DETAIL")
|
|
|
+ if (tag.label == "空运进口报关") {
|
|
|
+ this.$store.commit("AIBG_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "空运出口报关"){
|
|
|
- this.$store.commit("AEBG_OUT_DETAIL")
|
|
|
+ if (tag.label == "空运进口报关") {
|
|
|
+ this.$store.commit("AIBG_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "空运进口报关"){
|
|
|
- this.$store.commit("AIBG_OUT_DETAIL")
|
|
|
+ if (tag.label == "销售退货(L)") {
|
|
|
+ this.$store.commit("XSTH_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "空运进口报关"){
|
|
|
- this.$store.commit("AIBG_OUT_DETAIL")
|
|
|
+ if (tag.label == "采购退货(L)") {
|
|
|
+ this.$store.commit("CGTH_OUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "销售退货(L)"){
|
|
|
- this.$store.commit("XSTH_OUT_DETAIL")
|
|
|
+ if (tag.label == "海运出口(F)") {
|
|
|
+ console.log(1111, this.$store.getters.seaFEStatus)
|
|
|
+ this.$store.commit("OUT_SEAFE_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "采购退货(L)"){
|
|
|
- this.$store.commit("CGTH_OUT_DETAIL")
|
|
|
+ if (tag.label == "SEAMEND") {
|
|
|
+ this.$store.commit("OUT_SFE_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "海运出口(F)"){
|
|
|
- console.log(1111,this.$store.getters.seaFEStatus)
|
|
|
- this.$store.commit("OUT_SEAFE_DETAIL")
|
|
|
+ if (tag.label == "海运进口(F)") {
|
|
|
+ this.$store.commit("OUT_OCEANFI_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "SEAMEND"){
|
|
|
- this.$store.commit("OUT_SFE_DETAIL")
|
|
|
+ if (tag.label == "SIAMEND") {
|
|
|
+ this.$store.commit("OUT_OFI_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "海运进口(F)"){
|
|
|
- this.$store.commit("OUT_OCEANFI_DETAIL")
|
|
|
+ if (tag.label == "付费申请(F)") {
|
|
|
+ this.$store.commit("OUT_PAYAPP_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "SIAMEND"){
|
|
|
- this.$store.commit("OUT_OFI_DETAIL")
|
|
|
+ if (tag.label == "销项发票(F)") {
|
|
|
+ this.$store.commit("OUT_FINOUT_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "付费申请(F)"){
|
|
|
- this.$store.commit("OUT_PAYAPP_DETAIL")
|
|
|
+ if (tag.label == "财务凭证(F)") {
|
|
|
+ this.$store.commit("OUT_VOUCHER_DETAIL")
|
|
|
}
|
|
|
- if(tag.label == "销项发票(F)"){
|
|
|
- this.$store.commit("OUT_FINOUT_DETAIL")
|
|
|
+ if (tag.label == "明细账(F)") {
|
|
|
+ this.$store.commit("OUT_SUBLED_DETAIL")
|
|
|
}
|
|
|
this.$store.commit("DEL_TAG", tag);
|
|
|
if (tag.value === this.tag.value) {
|