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
71968259
"jeepay-payment/git@ustchcs.com:gujinli1118/jeepay.git" did not exist on "b722014829db579d3d5ba6d6b674c4188c8feab9"
Commit
71968259
authored
Dec 15, 2022
by
季圣华
Browse files
调整样式,兼容手机浏览器页面
parent
05426bf2
Changes
63
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/modules/UserDepotModal.vue
View file @
71968259
...
@@ -7,12 +7,13 @@
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 95%;">
style="top:5%;height: 95%;overflow-y: hidden">
<a-spin
:spinning=
"confirmLoading"
>
<a-spin
:spinning=
"confirmLoading"
>
<div
class=
"drawer-bootom-button"
>
<div
class=
"drawer-bootom-button"
>
<a-dropdown
:trigger=
"['click']"
placement=
"topCenter"
>
<a-dropdown
:trigger=
"['click']"
placement=
"topCenter"
>
...
@@ -50,10 +51,12 @@
...
@@ -50,10 +51,12 @@
</template>
</template>
<
script
>
<
script
>
import
pick
from
'
lodash.pick
'
import
pick
from
'
lodash.pick
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
addUserBusiness
,
editUserBusiness
,
checkUserBusiness
}
from
'
@/api/api
'
import
{
addUserBusiness
,
editUserBusiness
,
checkUserBusiness
}
from
'
@/api/api
'
import
{
getAction
}
from
'
../../../api/manage
'
import
{
getAction
}
from
'
../../../api/manage
'
export
default
{
export
default
{
name
:
"
UserDepotModal
"
,
name
:
"
UserDepotModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
data
()
{
return
{
return
{
title
:
"
操作
"
,
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/UserModal.vue
View file @
71968259
...
@@ -7,12 +7,13 @@
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 85%;">
style="top:5%;height: 85%;overflow-y: hidden">
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
关闭
...
@@ -69,9 +70,11 @@
...
@@ -69,9 +70,11 @@
import
{
addUser
,
editUser
,
queryOrganizationTreeList
,
roleAllList
}
from
'
@/api/api
'
import
{
addUser
,
editUser
,
queryOrganizationTreeList
,
roleAllList
}
from
'
@/api/api
'
import
{
disabledAuthFilter
}
from
"
@/utils/authFilter
"
import
{
disabledAuthFilter
}
from
"
@/utils/authFilter
"
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
JImageUpload
from
'
../../../components/jeecg/JImageUpload
'
import
JImageUpload
from
'
../../../components/jeecg/JImageUpload
'
export
default
{
export
default
{
name
:
"
UserModal
"
,
name
:
"
UserModal
"
,
mixins
:
[
mixinDevice
],
components
:
{
components
:
{
JImageUpload
,
JImageUpload
,
JSelectPosition
JSelectPosition
...
...
jshERP-web/src/views/system/modules/VendorModal.vue
View file @
71968259
...
@@ -7,12 +7,13 @@
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
:maskClosable="false"
@ok="handleOk"
@ok="handleOk"
@cancel="handleCancel"
@cancel="handleCancel"
cancelText="关闭"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:10%;height: 80%;">
style="top:10%;height: 80%;overflow-y: hidden">
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
关闭
...
@@ -108,8 +109,10 @@
...
@@ -108,8 +109,10 @@
import
pick
from
'
lodash.pick
'
import
pick
from
'
lodash.pick
'
import
{
addSupplier
,
editSupplier
,
checkSupplier
}
from
'
@/api/api
'
import
{
addSupplier
,
editSupplier
,
checkSupplier
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
export
default
{
name
:
"
VendorModal
"
,
name
:
"
VendorModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
data
()
{
return
{
return
{
title
:
"
操作
"
,
title
:
"
操作
"
,
...
...
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