1268fc55 by renchao@pashanhoo.com

style:已办箱

1 parent f809a52e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-19 09:28:13
* @LastEditTime: 2023-10-08 08:35:11
-->
<template>
<div class="clxx">
......@@ -256,9 +256,6 @@
};
//是否公共材料
obj["bsmSldy"] = this.$parent.currentSelectProps.bsmRepair;
if (this.$route.query.sqywbm == "DJBBL") {
obj.bsmSldy = this.$parent.bsmRepair
}
saveClml(obj).then(async (res) => {
if (res.code == 200) {
let res = await this.clmlInitList(2);
......
......@@ -63,10 +63,8 @@ class data extends filter {
minWidth: '100',
render: (h, scope) => {
return (
<el-tooltip effect="dark" content={this.joinItem(scope.row.ywh)} placement="top" popper-class="tooltip-width ">
<el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link>
</el-tooltip>
);
<el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link>
)
}
},
{
......
......@@ -277,14 +277,14 @@
item.djywbm = "DJBBL";
const { href } = this.$router.resolve(
"/djbworkFrameview?bsmSlsq=" + item.bsmSlsq +
"&bsmBusiness=" + item.bsmBusiness +
"&bestepid=" + item.bestepid +
"&sqywbm=" + item.djywbm
);
window.open(href, `djbworkFrameview${item.bsmSlsq}`);
} else {
const { href } = this.$router.resolve(
"/workFrameView?bsmSlsq=" + item.bsmSlsq +
"&bsmBusiness=" + item.bsmBusiness
"&bestepid=" + item.bestepid
);
window.open(href, `workFrameView${item.bsmSlsq}`)
}
......