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
Commit
71968259
authored
Dec 15, 2022
by
季圣华
Browse files
调整样式,兼容手机浏览器页面
parent
05426bf2
Changes
63
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/modules/DebtAccountList.vue
View file @
71968259
...
...
@@ -6,11 +6,12 @@
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20px;height: 95%;overflow-y: hidden">
style="top:20px;height: 95%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
@
click=
"handleCancel"
>
取消
</a-button>
</
template
>
...
...
@@ -73,11 +74,12 @@
import
BillDetail
from
'
../../bill/dialog/BillDetail
'
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
{
openDownloadDialog
,
sheet2blob
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
findBillDetailByNumber
}
from
'
@/api/api
'
import
Vue
from
'
vue
'
export
default
{
name
:
'
DebtAccountList
'
,
mixins
:[
JeecgListMixin
],
mixins
:[
JeecgListMixin
,
mixinDevice
],
components
:
{
BillDetail
},
...
...
jshERP-web/src/views/report/modules/MaterialInOutList.vue
View file @
71968259
...
...
@@ -6,11 +6,12 @@
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20px;height: 95%;overflow-y: hidden">
style="top:20px;height: 95%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
@
click=
"handleCancel"
>
取消
</a-button>
</
template
>
...
...
@@ -40,9 +41,10 @@
import
{
JeecgListMixin
}
from
'
@/mixins/JeecgListMixin
'
import
JEllipsis
from
'
@/components/jeecg/JEllipsis
'
import
{
findBillDetailByNumber
,
findFinancialDetailByNumber
}
from
'
@/api/api
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
MaterialInOutList
"
,
mixins
:[
JeecgListMixin
],
mixins
:[
JeecgListMixin
,
mixinDevice
],
components
:
{
BillDetail
,
JEllipsis
...
...
jshERP-web/src/views/system/modules/AccountModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:15%;height: 65%;overflow-y: hidden">
style="top:15%;height: 65%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -47,8 +48,10 @@
import
pick
from
'
lodash.pick
'
import
{
addAccount
,
editAccount
,
checkAccount
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
AccountModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/CustomerModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:10%;height: 80%;overflow-y: hidden">
style="top:10%;height: 80%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -108,8 +109,10 @@
import
pick
from
'
lodash.pick
'
import
{
addSupplier
,
editSupplier
,
checkSupplier
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
CustomerModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/DepotModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:10%;height: 70%;overflow-y: hidden">
style="top:10%;height: 70%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -54,13 +55,16 @@
import
pick
from
'
lodash.pick
'
import
{
addDepot
,
editDepot
,
checkDepot
,
getUserList
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
DepotModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
visible
:
false
,
model
:
{},
maskStyle
:
''
,
userList
:
[],
isReadOnly
:
false
,
labelCol
:
{
...
...
jshERP-web/src/views/system/modules/FunctionModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 90%;overflow-y: hidden">
style="top:5%;height: 90%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -62,9 +63,11 @@
import
FunctionTreeModal
from
'
./FunctionTreeModal
'
import
{
addFunction
,
editFunction
,
checkFunction
,
checkNumber
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
JSelectMultiple
from
'
@/components/jeecg/JSelectMultiple
'
export
default
{
name
:
"
FunctionModal
"
,
mixins
:
[
mixinDevice
],
components
:
{
FunctionTreeModal
,
JSelectMultiple
...
...
jshERP-web/src/views/system/modules/FunctionTreeModal.vue
View file @
71968259
...
...
@@ -7,11 +7,12 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 90%;overflow-y: hidden">
style="top:5%;height: 90%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
@
click=
"handleCancel"
>
关闭
...
...
@@ -38,8 +39,10 @@
<
script
>
import
pick
from
'
lodash.pick
'
import
{
getAction
}
from
'
../../../api/manage
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
FunctionTreeModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/InOutItemModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20%;height: 50%;overflow-y: hidden">
style="top:20%;height: 50%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -44,8 +45,10 @@
import
pick
from
'
lodash.pick
'
import
{
addInOutItem
,
editInOutItem
,
checkInOutItem
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
InOutItemModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/MemberModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:15%;height: 60%;overflow-y: hidden">
style="top:15%;height: 60%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -68,8 +69,10 @@
import
pick
from
'
lodash.pick
'
import
{
addSupplier
,
editSupplier
,
checkSupplier
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
MemberModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/OrganizationModal.vue
View file @
71968259
...
...
@@ -8,13 +8,14 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
:okButtonProps="{ props: {disabled: disableSubmit} }"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:50px;height: 80%;overflow-y: hidden">
style="top:50px;height: 80%;">
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
id=
"organizationModal"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"名称"
>
...
...
@@ -45,10 +46,12 @@
import
{
httpAction
}
from
'
@/api/manage
'
import
{
queryOrganizationTreeList
,
checkOrganization
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
pick
from
'
lodash.pick
'
import
ATextarea
from
'
ant-design-vue/es/input/TextArea
'
export
default
{
name
:
"
OrganizationModal
"
,
mixins
:
[
mixinDevice
],
components
:
{
ATextarea
},
data
()
{
return
{
...
...
jshERP-web/src/views/system/modules/PersonModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20%;height: 45%;overflow-y: hidden">
style="top:20%;height: 45%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -42,8 +43,10 @@
import
pick
from
'
lodash.pick
'
import
{
addPerson
,
editPerson
,
checkPerson
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
PersonModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/PlatformConfigModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:25%;height: 40%;overflow-y: hidden">
style="top:25%;height: 40%;">
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
id=
"platformConfigModal"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"配置名称"
>
...
...
@@ -30,8 +31,10 @@
import
pick
from
'
lodash.pick
'
import
{
addPlatformConfig
,
editPlatformConfig
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
PlatformConfigModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/PluginAppModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20%;height: 50%;overflow-y: hidden">
style="top:20%;height: 50%;">
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"机器码"
>
...
...
@@ -29,9 +30,11 @@
<
script
>
import
pick
from
'
lodash.pick
'
import
{
getPlatformConfigByKey
}
from
'
@/api/api
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
getAction
,
postAction
}
from
'
../../../api/manage
'
export
default
{
name
:
"
PluginAppModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/PluginModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:20%;height: 50%;overflow-y: hidden">
style="top:20%;height: 50%;">
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"机器码"
>
...
...
@@ -29,9 +30,11 @@
<
script
>
import
pick
from
'
lodash.pick
'
import
{
getPlatformConfigByKey
}
from
'
@/api/api
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
getAction
,
postAction
}
from
'
../../../api/manage
'
export
default
{
name
:
"
PluginModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/RoleFunctionModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 95%;overflow-y: hidden">
style="top:5%;height: 95%;">
<a-spin
:spinning=
"confirmLoading"
>
<div
class=
"drawer-bootom-button"
>
<a-dropdown
:trigger=
"['click']"
placement=
"topCenter"
>
...
...
@@ -50,10 +51,12 @@
</template>
<
script
>
import
pick
from
'
lodash.pick
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
addUserBusiness
,
editUserBusiness
,
checkUserBusiness
}
from
'
@/api/api
'
import
{
getAction
}
from
'
../../../api/manage
'
export
default
{
name
:
"
RoleFunctionModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/RoleModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:15%;height: 60%;overflow-y: hidden">
style="top:15%;height: 60%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -56,8 +57,10 @@
import
JSelectMultiple
from
'
@/components/jeecg/JSelectMultiple
'
import
{
addRole
,
editRole
,
checkRole
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
RoleModal
"
,
mixins
:
[
mixinDevice
],
components
:
{
JSelectMultiple
},
...
...
jshERP-web/src/views/system/modules/RolePushBtnModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 95%;overflow-y: hidden">
style="top:5%;height: 95%;">
<a-spin
:spinning=
"confirmLoading"
>
<div
class=
"table-page-search-wrapper"
>
<!-- 按钮区域 -->
...
...
@@ -69,9 +70,10 @@
import
{
getAction
}
from
'
@/api/manage
'
import
{
updateBtnStrByRoleId
}
from
'
@/api/api
'
import
{
removeByVal
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
RolePushBtnModal
"
,
mixins
:[
JeecgListMixin
],
mixins
:[
JeecgListMixin
,
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/TenantModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:15%;height: 60%;overflow-y: hidden">
style="top:15%;height: 60%;">
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"登录名称"
>
...
...
@@ -41,11 +42,13 @@
</
template
>
<
script
>
import
pick
from
'
lodash.pick
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
registerUser
,
editTenant
,
checkTenant
}
from
'
@/api/api
'
import
JDate
from
'
@/components/jeecg/JDate
'
import
md5
from
'
md5
'
export
default
{
name
:
"
TenantModal
"
,
mixins
:
[
mixinDevice
],
components
:
{
JDate
},
...
...
jshERP-web/src/views/system/modules/UnitModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:100px; height:50%;overflow-y: hidden">
style="top:100px; height:50%;">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
@@ -53,8 +54,10 @@
import
pick
from
'
lodash.pick
'
import
{
addUnit
,
editUnit
,
checkUnit
}
from
'
@/api/api
'
import
{
autoJumpNextInput
}
from
"
@/utils/util
"
import
{
mixinDevice
}
from
'
@/utils/mixin
'
export
default
{
name
:
"
UnitModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
title
:
"
操作
"
,
...
...
jshERP-web/src/views/system/modules/UserCustomerModal.vue
View file @
71968259
...
...
@@ -7,12 +7,13 @@
:confirmLoading=
"confirmLoading"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'93px','left':'154px'}"
:wrapClassName="wrapClassNameInfo()"
:mask="isDesktop()"
:maskClosable="false"
@ok="handleOk"
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:5%;height: 95%;overflow-y: hidden">
style="top:5%;height: 95%;">
<a-spin
:spinning=
"confirmLoading"
>
<div
class=
"drawer-bootom-button"
>
<a-dropdown
:trigger=
"['click']"
placement=
"topCenter"
>
...
...
@@ -50,10 +51,12 @@
</template>
<
script
>
import
pick
from
'
lodash.pick
'
import
{
mixinDevice
}
from
'
@/utils/mixin
'
import
{
addUserBusiness
,
editUserBusiness
,
checkUserBusiness
}
from
'
@/api/api
'
import
{
getAction
}
from
'
../../../api/manage
'
export
default
{
name
:
"
UserCustomerModal
"
,
mixins
:
[
mixinDevice
],
data
()
{
return
{
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