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
f1631507
Commit
f1631507
authored
Dec 09, 2022
by
季圣华
Browse files
调整页面布局(初稿)
parent
e26e7991
Changes
68
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/modules/RoleModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"800"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -45,6 +49,7 @@
</a-form>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/RolePushBtnModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"width"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -57,6 +61,7 @@
</div>
</a-spin>
</a-modal>
</div>
</
template
>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/TenantModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"600"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -33,6 +37,7 @@
</a-form>
</a-spin>
</a-modal>
</div>
</
template
>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/UnitModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"700"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style=
"top:
25%
; height:50%;
overflow-y:hidden"
>
style="top:
100px
; height:50%;overflow-y:
hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -43,6 +47,7 @@
</a-form>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/UserCustomerModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"800"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -42,6 +46,7 @@
</a-col>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/UserDepotModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"800"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -42,6 +46,7 @@
</a-col>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/UserModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"800"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
...
...
@@ -54,6 +58,7 @@
</a-form>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
jshERP-web/src/views/system/modules/VendorModal.vue
View file @
f1631507
<
template
>
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"1200"
:visible=
"visible"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'101px','left':'151px'}"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style=
"top:10
%;
height: 80%;overflow-y: hidden"
>
style="top:10
0px;
height: 80%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -98,6 +102,7 @@
</a-form>
</a-spin>
</a-modal>
</div>
</template>
<
script
>
import
pick
from
'
lodash.pick
'
...
...
Prev
1
2
3
4
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