Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
PS
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBizPOC_20003
PS
提交
93592698
提交
93592698
编写于
4月 08, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibizdev提交
上级
a3f3a874
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
96 行增加
和
6 行删除
+96
-6
ps_en_US.ts
app_Web/src/locale/lanres/ps/ps_en_US.ts
+3
-0
ps_zh_CN.ts
app_Web/src/locale/lanres/ps/ps_zh_CN.ts
+3
-0
main-form-base.vue
app_Web/src/widgets/ps/main-form/main-form-base.vue
+79
-0
main-form-model.ts
app_Web/src/widgets/ps/main-form/main-form-model.ts
+5
-0
config.xml
config.xml
+6
-6
未找到文件。
app_Web/src/locale/lanres/ps/ps_en_US.ts
浏览文件 @
93592698
...
@@ -10,6 +10,7 @@ export default {
...
@@ -10,6 +10,7 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
button1
:
"下单"
,
group1
:
"采购单基本信息"
,
group1
:
"采购单基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srfupdatedate
:
"更新时间"
,
...
@@ -22,10 +23,12 @@ export default {
...
@@ -22,10 +23,12 @@ export default {
srfsourcekey
:
""
,
srfsourcekey
:
""
,
psname
:
"采购单名称"
,
psname
:
"采购单名称"
,
bz
:
"备注"
,
bz
:
"备注"
,
imstate
:
"重要事项状态"
,
ngrid
:
"NGRID"
,
ngrid
:
"NGRID"
,
psid
:
"采购单标识"
,
psid
:
"采购单标识"
,
},
},
uiactions
:
{
uiactions
:
{
xd
:
"下单"
,
},
},
},
},
main_grid
:
{
main_grid
:
{
...
...
app_Web/src/locale/lanres/ps/ps_zh_CN.ts
浏览文件 @
93592698
...
@@ -9,6 +9,7 @@ export default {
...
@@ -9,6 +9,7 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
button1
:
'下单'
,
group1
:
'采购单基本信息'
,
group1
:
'采购单基本信息'
,
formpage1
:
'基本信息'
,
formpage1
:
'基本信息'
,
srfupdatedate
:
'更新时间'
,
srfupdatedate
:
'更新时间'
,
...
@@ -21,10 +22,12 @@ export default {
...
@@ -21,10 +22,12 @@ export default {
srfsourcekey
:
''
,
srfsourcekey
:
''
,
psname
:
'采购单名称'
,
psname
:
'采购单名称'
,
bz
:
'备注'
,
bz
:
'备注'
,
imstate
:
'重要事项状态'
,
ngrid
:
'NGRID'
,
ngrid
:
'NGRID'
,
psid
:
'采购单标识'
,
psid
:
'采购单标识'
,
},
},
uiactions
:
{
uiactions
:
{
xd
:
'下单'
,
},
},
},
},
main_grid
:
{
main_grid
:
{
...
...
app_Web/src/widgets/ps/main-form/main-form-base.vue
浏览文件 @
93592698
...
@@ -20,6 +20,14 @@
...
@@ -20,6 +20,14 @@
</div>
</div>
</app-form-item>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.button1.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<i-button
type=
"primary"
@
click=
"button1_click($event)"
style=
""
>
<span
>
{{
$t
(
'ps.main_form.details.button1'
)
}}
</span>
</i-button>
</i-col>
</i-col>
</row>
</row>
...
@@ -41,6 +49,7 @@ import { UIActionTool,Util } from '@/utils';
...
@@ -41,6 +49,7 @@ import { UIActionTool,Util } from '@/utils';
import
PSService
from
'@/service/ps/ps-service'
;
import
PSService
from
'@/service/ps/ps-service'
;
import
MainService
from
'./main-form-service'
;
import
MainService
from
'./main-form-service'
;
import
PSUIService
from
'@/uiservice/ps/ps-ui-service'
;
import
{
FormButtonModel
,
FormPageModel
,
FormItemModel
,
FormDRUIPartModel
,
FormPartModel
,
FormGroupPanelModel
,
FormIFrameModel
,
FormRowItemModel
,
FormTabPageModel
,
FormTabPanelModel
,
FormUserControlModel
}
from
'@/model/form-detail'
;
import
{
FormButtonModel
,
FormPageModel
,
FormItemModel
,
FormDRUIPartModel
,
FormPartModel
,
FormGroupPanelModel
,
FormIFrameModel
,
FormRowItemModel
,
FormTabPageModel
,
FormTabPanelModel
,
FormUserControlModel
}
from
'@/model/form-detail'
;
import
{
debounceTime
,
distinctUntilChanged
}
from
'rxjs/operators'
;
import
{
debounceTime
,
distinctUntilChanged
}
from
'rxjs/operators'
;
...
@@ -130,6 +139,32 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -130,6 +139,32 @@ export default class MainBase extends Vue implements ControlInterface {
protected
appEntityService
:
PSService
=
new
PSService
({
$store
:
this
.
$store
});
protected
appEntityService
:
PSService
=
new
PSService
({
$store
:
this
.
$store
});
/**
* 逻辑事件
*
* @param {*} [params={}]
* @param {*} [tag]
* @param {*} [$event]
* @memberof
*/
protected
form_button1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 取数
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
// _this 指向容器对象
const
_this
:
any
=
this
;
let
paramJO
:
any
=
{};
let
contextJO
:
any
=
{};
xData
=
this
;
if
(
_this
.
getDatas
&&
_this
.
getDatas
instanceof
Function
)
{
datas
=
[...
_this
.
getDatas
()];
}
// 界面行为
const
curUIService
:
PSUIService
=
new
PSUIService
();
curUIService
.
PS_XD
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
"PS"
);
}
/**
/**
* 关闭视图
* 关闭视图
...
@@ -328,6 +363,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -328,6 +363,7 @@ export default class MainBase extends Vue implements ControlInterface {
srfsourcekey
:
null
,
srfsourcekey
:
null
,
psname
:
null
,
psname
:
null
,
bz
:
null
,
bz
:
null
,
imstate
:
null
,
ngrid
:
null
,
ngrid
:
null
,
psid
:
null
,
psid
:
null
,
ps
:
null
,
ps
:
null
,
...
@@ -424,6 +460,12 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -424,6 +460,12 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
type
:
'string'
,
message
:
'备注 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'备注 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'备注 值不能为空'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'备注 值不能为空'
,
trigger
:
'blur'
},
],
],
imstate
:
[
{
type
:
'string'
,
message
:
'重要事项状态 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'重要事项状态 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'重要事项状态 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'重要事项状态 值不能为空'
,
trigger
:
'blur'
},
],
ngrid
:
[
ngrid
:
[
{
type
:
'string'
,
message
:
'NGRID 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'NGRID 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'NGRID 值必须为字符串类型'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
'NGRID 值必须为字符串类型'
,
trigger
:
'blur'
},
...
@@ -445,6 +487,9 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -445,6 +487,9 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof Main
* @memberof Main
*/
*/
protected
detailsModel
:
any
=
{
protected
detailsModel
:
any
=
{
button1
:
new
FormButtonModel
({
caption
:
'下单'
,
detailType
:
'BUTTON'
,
name
:
'button1'
,
visible
:
false
,
isShowCaption
:
true
,
form
:
this
,
uiaction
:
{
type
:
'DEUIACTION'
,
tag
:
'XD'
,
actiontarget
:
'SINGLEKEY'
}
})
,
group1
:
new
FormGroupPanelModel
({
caption
:
'采购单基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'ps.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
}
})
group1
:
new
FormGroupPanelModel
({
caption
:
'采购单基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'ps.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
}
})
,
,
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
})
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
})
...
@@ -468,6 +513,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -468,6 +513,8 @@ export default class MainBase extends Vue implements ControlInterface {
psname
:
new
FormItemModel
({
caption
:
'采购单名称'
,
detailType
:
'FORMITEM'
,
name
:
'psname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
psname
:
new
FormItemModel
({
caption
:
'采购单名称'
,
detailType
:
'FORMITEM'
,
name
:
'psname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
,
,
bz
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'bz'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
bz
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'bz'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
,
imstate
:
new
FormItemModel
({
caption
:
'重要事项状态'
,
detailType
:
'FORMITEM'
,
name
:
'imstate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
,
,
ngrid
:
new
FormItemModel
({
caption
:
'NGRID'
,
detailType
:
'FORMITEM'
,
name
:
'ngrid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
ngrid
:
new
FormItemModel
({
caption
:
'NGRID'
,
detailType
:
'FORMITEM'
,
name
:
'ngrid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
@@ -595,6 +642,18 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -595,6 +642,18 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'bz'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'bz'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
* 监控表单属性 imstate 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main
*/
@
Watch
(
'data.imstate'
)
onImstateChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'imstate'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
/**
* 监控表单属性 ngrid 值
* 监控表单属性 ngrid 值
*
*
...
@@ -655,6 +714,16 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -655,6 +714,16 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
private
formLogic
({
name
,
newVal
,
oldVal
}:
{
name
:
string
,
newVal
:
any
,
oldVal
:
any
}):
void
{
private
formLogic
({
name
,
newVal
,
oldVal
}:
{
name
:
string
,
newVal
:
any
,
oldVal
:
any
}):
void
{
if
(
Object
.
is
(
name
,
''
)
||
Object
.
is
(
name
,
'imstate'
))
{
let
ret
=
false
;
const
_imstate
=
this
.
data
.
imstate
;
if
(
this
.
$verify
.
testCond
(
_imstate
,
'EQ'
,
'30'
))
{
ret
=
true
;
}
this
.
detailsModel
.
button1
.
setVisible
(
ret
);
}
...
@@ -856,6 +925,16 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -856,6 +925,16 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
/**
* 表单 下单 事件
*
* @memberof @memberof Main
*/
protected
button1_click
(
$event
:
any
):
void
{
this
.
form_button1_click
(
null
,
null
,
$event
);
}
/**
/**
* 分组界面行为事件
* 分组界面行为事件
...
...
app_Web/src/widgets/ps/main-form/main-form-model.ts
浏览文件 @
93592698
...
@@ -59,6 +59,11 @@ export default class MainModel {
...
@@ -59,6 +59,11 @@ export default class MainModel {
prop
:
'bz'
,
prop
:
'bz'
,
dataType
:
'LONGTEXT_1000'
,
dataType
:
'LONGTEXT_1000'
,
},
},
{
name
:
'imstate'
,
prop
:
'imstate'
,
dataType
:
'TEXT'
,
},
{
{
name
:
'ngrid'
,
name
:
'ngrid'
,
prop
:
'ngrid'
,
prop
:
'ngrid'
,
...
...
config.xml
浏览文件 @
93592698
...
@@ -40,14 +40,14 @@
...
@@ -40,14 +40,14 @@
mvn install
mvn install
cd ..
cd ..
mvn install
mvn install
cd ps-
boot
cd ps-
app/ps-app-web
mvn clean package
mvn clean package
-Pprod
echo
'
echo
"
$para1
"'
>
apppasswd.sh
echo
'
echo
"
$para1
"'
>
apppasswd.sh
chmod -R 777 *
chmod -R 777 *
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
mkdir -p /ibiz/nodes/node1/
F2F47711-2592-4F2B-9C54-F0722AEA90D5
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
mkdir -p /ibiz/nodes/node1/
7B163728-8A01-45A9-862D-13C620F053F6
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
scp -r ./target/ps
.jar root@172.16.102.61:/ibiz/nodes/node1/F2F47711-2592-4F2B-9C54-F0722AEA90D5
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
scp -r ./target/ps
-app-web.jar root@172.16.102.61:/ibiz/nodes/node1/7B163728-8A01-45A9-862D-13C620F053F6
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
ps -ef | grep
'
/ibiz/nodes/node1/
F2F47711-2592-4F2B-9C54-F0722AEA90D5
'
| tr -s
'
'
|cut -d
'
'
-f2,8,9 | grep -v grep | grep
'
jar
'
| cut -d
'
'
-f1|xargs --no-run-if-empty kill -9
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
ps -ef | grep
'
/ibiz/nodes/node1/
7B163728-8A01-45A9-862D-13C620F053F6
'
| tr -s
'
'
|cut -d
'
'
-f2,8,9 | grep -v grep | grep
'
jar
'
| cut -d
'
'
-f1|xargs --no-run-if-empty kill -9
"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
source /etc/profile;source ~/.bash_profile; nohup java -jar -Xms512m -Xmx1024m -XX:PermSize=128M -XX:MaxPermSize=128m /ibiz/nodes/node1/
F2F47711-2592-4F2B-9C54-F0722AEA90D5/ps.jar
>>
/ibiz/nodes/node1/F2F47711-2592-4F2B-9C54-F0722AEA90D5/ps_apips 服务
-`date --date=
'
0 days ago
'
+%Y-%m-%d`.log 2
>&
1
&"
setsid env SSH_ASKPASS=
'
./apppasswd.sh
'
DISPLAY=
'
none:0
'
ssh root@172.16.102.61
"
source /etc/profile;source ~/.bash_profile; nohup java -jar -Xms512m -Xmx1024m -XX:PermSize=128M -XX:MaxPermSize=128m /ibiz/nodes/node1/
7B163728-8A01-45A9-862D-13C620F053F6/ps-app-web.jar
>>
/ibiz/nodes/node1/7B163728-8A01-45A9-862D-13C620F053F6/ps_appps 应用
-`date --date=
'
0 days ago
'
+%Y-%m-%d`.log 2
>&
1
&"
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录