flx:提交
This commit is contained in:
parent
56e161fc28
commit
102363cc03
@ -65,7 +65,7 @@ export default new Vuex.Store({
|
||||
// WORKFLOWURL: "http://192.168.34.216:88/#/workspace/forms", //jiayu工作流地址(本地)
|
||||
// WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
|
||||
WORKFLOWURL: "http://192.168.34.133:88/#/workspace/forms", //罗峰工作流地址(本地)
|
||||
UNIVERURl: "http://192.168.34.133:5173/",
|
||||
UNIVERURl: "http://192.168.34.133:5173/#/",
|
||||
// CONTRACTORURL: process.env.NODE_ENV == "development" ? "http://192.168.34.131:88/#/workspace/contractorApply" : `${window.location.protocol}//${window.location.host}/contractorApply/index.html#/contractorApply`, //罗峰承包商入场地址(本地)
|
||||
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程
|
||||
// FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程
|
||||
|
||||
@ -133,12 +133,19 @@
|
||||
</div>
|
||||
<div class="system-right_two">
|
||||
<iframe
|
||||
v-if="tabActive != -1"
|
||||
id="myIframe"
|
||||
ref="myIframeRef"
|
||||
:src="`${$store.state.UNIVERURl}?activeName=${activeName}&isType=${isType}&token=${$store.state.userInfo.token}&projectSn=${$store.state.projectSn}&periodId=${tabActive}&submitApproval=${submitApproval}&consent=${consent}&turnDown=${turnDown}&enterpriseId=${searchForm.enterpriseId}`"
|
||||
style="width: 100%; height: 100%; border: medium none"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
<div v-else>
|
||||
<div class="bt_noData">
|
||||
<img src="@/assets/images/bthgIcon/noData.png" alt="" />
|
||||
<p>请先添加计划</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <UniverSheet id="sheet" ref="univerRef" :data="dataUniver"></UniverSheet> -->
|
||||
</div>
|
||||
</div>
|
||||
@ -703,6 +710,22 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.bt_noData {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 0.875rem;
|
||||
color: #252c47;
|
||||
text-align: center;
|
||||
> img {
|
||||
width: 280px;
|
||||
height: 280px;
|
||||
}
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.timeplan {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -911,6 +934,7 @@ export default {
|
||||
// margin-right: 1.5%;
|
||||
margin-left: 20px;
|
||||
width: calc(100% - 130px - 20px - 30px - 20%);
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -121,12 +121,19 @@
|
||||
</div>
|
||||
<div class="system-right_two">
|
||||
<iframe
|
||||
v-if="tabActive != -1"
|
||||
id="myIframe"
|
||||
ref="myIframeRef"
|
||||
:src="`${$store.state.UNIVERURl}?activeName=${activeName}&isType=${isType}&token=${$store.state.userInfo.token}&projectSn=${$store.state.projectSn}&periodId=${tabActive}&submitApproval=${submitApproval}&consent=${consent}&turnDown=${turnDown}&save=${save}&groupId=${leftId}`"
|
||||
style="width: 100%; height: 100%; border: medium none"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
<div v-else>
|
||||
<div class="bt_noData">
|
||||
<img src="@/assets/images/bthgIcon/noData.png" alt="" />
|
||||
<p>请先添加计划</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <UniverSheet id="sheet" ref="univerRef" :data="dataUniver"></UniverSheet> -->
|
||||
</div>
|
||||
</div>
|
||||
@ -650,6 +657,22 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.bt_noData {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 0.875rem;
|
||||
color: #252c47;
|
||||
text-align: center;
|
||||
> img {
|
||||
width: 280px;
|
||||
height: 280px;
|
||||
}
|
||||
> p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.timeplan {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -858,6 +881,7 @@ export default {
|
||||
// margin-right: 1.5%;
|
||||
margin-left: 20px;
|
||||
width: calc(100% - 130px - 20px - 30px - 20%);
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user