提交 442e82be 编写于 作者: ibizdev's avatar ibizdev

lab_gzf 发布系统代码

上级 f04a7abe
......@@ -268,9 +268,6 @@ export default {
currentsituation: "当前状况",
customerneed: "客户需求",
proposedsolution: "已拟定解决方案",
parentcontactid: "联系人",
parentaccountid: "帐户",
transactioncurrencyid: "货币",
opportunityid: "商机",
},
uiactions: {
......
......@@ -267,9 +267,6 @@ export default {
currentsituation: '当前状况',
customerneed: '客户需求',
proposedsolution: '已拟定解决方案',
parentcontactid: '联系人',
parentaccountid: '帐户',
transactioncurrencyid: '货币',
opportunityid: '商机',
},
uiactions: {
......
<template>
<studio-view-style2 viewName="quoteoppquagridview" viewTitle="报价单表格视图" class='degridview quote-opp-qua-grid-view'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<i-input slot="quickSearch" v-show="!isExpandSearchForm" v-model="query" search @on-search="onSearch($event)"/>
<template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click"/> </template>
......
......@@ -4,7 +4,7 @@
<i-col v-show="detailsModel.container1.visible" style="" class="app-layoutpanel-container">
<row style="height:100%;">
<i-col v-show="detailsModel.opportunityname.visible" :md="{ span: 24, offset: 0 }" style="" class="app-layoutpanel-field">
<i-col v-show="detailsModel.opportunityname.visible" :md="{ span: 24, offset: 0 }" style="color:rgba(0, 4, 255, 1);font-size:30px;font-weight:bold" class="app-layoutpanel-field list-title">
<div class="item-field">
<div class="item-field-content">
......
// this is less
.list-title {
color:rgba(0, 4, 255, 1);font-size:30px;font-weight:bold
}
.app-layoutpanel {
height: 100%;
......
......@@ -9,6 +9,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /businesscentral-provider-centralapi.jar
EXPOSE 10310
EXPOSE 8081
ADD businesscentral-provider-centralapi.jar /businesscentral-provider-centralapi.jar
......@@ -3,23 +3,9 @@ services:
businesscentral-provider-centralapi:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/businesscentral-provider-centralapi:latest
ports:
- "10310:10310"
- "8081:8081"
networks:
- agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
- SERVER_PORT=10310
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
- SPRING_REDIS_HOST=127.0.0.1
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_e85d8801c
- SPRING_DATASOURCE_PASSWORD=b1@@@772
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_e85d8801c
- CAS=https://passport.ibizlab.cn
- NACOS=172.16.240.110:8848
deploy:
resources:
limits:
......
......@@ -37,11 +37,6 @@
git clone -b master $para2 ibizbusinesscentral/
export NODE_OPTIONS=--max-old-space-size=4096
cd ibizbusinesscentral/
mvn clean package -Pcentralapi
cd businesscentral-provider/businesscentral-provider-centralapi
mvn -Pcentralapi docker:build
mvn -Pcentralapi docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/businesscentral-provider-centralapi.yaml iBizEE --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册