Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
256282c2
Commit
256282c2
authored
Dec 11, 2022
by
季圣华
Browse files
调整页面布局(继续优化)
parent
f1631507
Changes
45
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/modules/MaterialPropertyModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/report/modules/AccountInOutList.vue
View file @
256282c2
...
...
@@ -5,7 +5,7 @@
:width=
"1000"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
...
...
jshERP-web/src/views/report/modules/DebtAccountList.vue
View file @
256282c2
...
...
@@ -5,7 +5,7 @@
:width=
"1250"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
...
...
jshERP-web/src/views/report/modules/MaterialInOutList.vue
View file @
256282c2
...
...
@@ -5,7 +5,7 @@
:width=
"1250"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
...
...
jshERP-web/src/views/system/modules/AccountModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:
20
%;height: 65%;overflow-y: hidden">
style="top:
15
%;height: 65%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/CustomerModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/DepotModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:1
5
%;height: 70%;overflow-y: hidden">
style="top:1
0
%;height: 70%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/FunctionModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/FunctionTreeModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
...
...
jshERP-web/src/views/system/modules/InOutItemModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:2
5
%;height: 50%;overflow-y: hidden">
style="top:2
0
%;height: 50%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/MemberModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:
20
%;height: 60%;overflow-y: hidden">
style="top:
15
%;height: 60%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/OrganizationModal.vue
View file @
256282c2
...
...
@@ -7,7 +7,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
:okButtonProps="{ props: {disabled: disableSubmit} }"
@ok="handleOk"
...
...
jshERP-web/src/views/system/modules/PersonModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:
3
0%;height: 45%;overflow-y: hidden">
style="top:
2
0%;height: 45%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/PlatformConfigModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/PluginAppModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/PluginModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/RoleFunctionModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/RoleModal.vue
View file @
256282c2
...
...
@@ -6,13 +6,13 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:
20
%;height: 60%;overflow-y: hidden">
style="top:
15
%;height: 60%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
jshERP-web/src/views/system/modules/RolePushBtnModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
jshERP-web/src/views/system/modules/TenantModal.vue
View file @
256282c2
...
...
@@ -6,7 +6,7 @@
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'
101
px','left':'151px'}"
:maskStyle=
"
{'top':'
89
px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment