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
c1cfeadf
"litemall-admin/vscode:/vscode.git/clone" did not exist on "78e6ed64bf5ea5f12987f4c6a21f2634bfec8362"
Commit
c1cfeadf
authored
Nov 21, 2021
by
季圣华
Browse files
优化单据的界面样式,调整输入框的高度
parent
3db05194
Changes
61
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/MemberList.vue
View file @
c1cfeadf
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(true)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(true)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(false)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(false)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/PersonList.vue
View file @
c1cfeadf
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<a-menu
slot=
"overlay"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/RoleList.vue
View file @
c1cfeadf
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<a-menu
slot=
"overlay"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/SystemConfigList.vue
View file @
c1cfeadf
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<a-menu
slot=
"overlay"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/TenantList.vue
View file @
c1cfeadf
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<a-menu-item
key=
"1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"2"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
<a-menu-item
key=
"2"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
批量操作
<a-icon
type=
"down"
/>
<a-icon
type=
"down"
/>
</a-button>
</a-button>
...
...
jshERP-web/src/views/system/UnitList.vue
View file @
c1cfeadf
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<a-menu
slot=
"overlay"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
<a-menu-item
key=
"1"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/UserList.vue
View file @
c1cfeadf
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(2)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(2)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
批量操作
<a-icon
type=
"down"
/>
<a-icon
type=
"down"
/>
</a-button>
</a-button>
...
...
jshERP-web/src/views/system/VendorList.vue
View file @
c1cfeadf
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(true)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(true)"
><a-icon
type=
"check-square"
/>
启用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(false)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(false)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
</a-menu>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-button>
</a-dropdown>
</a-dropdown>
...
...
jshERP-web/src/views/system/modules/AccountModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:
15
%;height:
8
0%;overflow-y: hidden"
>
style=
"top:
20
%;height:
6
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/CustomerModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:5%;height:
10
0%;overflow-y: hidden"
>
style=
"top:
1
5%;height:
7
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/DepotModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:5%;height:
98
%;overflow-y: hidden"
>
style=
"top:
1
5%;height:
70
%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/FunctionModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:10%;height:
10
0%;overflow-y: hidden"
>
style=
"top:10%;height:
9
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/InOutItemModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:25%;height:
6
0%;overflow-y: hidden"
>
style=
"top:25%;height:
5
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/MemberModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:5%;height:
10
0%;overflow-y: hidden"
>
style=
"top:
2
5%;height:
5
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/PersonModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:
25
%;height:
5
0%;overflow-y: hidden"
>
style=
"top:
30
%;height:
4
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/RoleModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:5%;height:
8
5%;overflow-y: hidden"
>
style=
"top:
2
5%;height: 5
0
%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/SystemConfigModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:
5
%;height:
100
%;overflow-y: hidden"
>
style=
"top:
10
%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/TenantModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:
15
%;height:
7
0%;overflow-y: hidden"
>
style=
"top:
20
%;height:
6
0%;overflow-y: hidden"
>
<a-spin
:spinning=
"confirmLoading"
>
<a-spin
:spinning=
"confirmLoading"
>
<a-form
:form=
"form"
>
<a-form
:form=
"form"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"登录名称"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"登录名称"
>
...
...
jshERP-web/src/views/system/modules/UnitModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:2
0
%;height:
7
0%;overflow-y: hidden"
>
style=
"top:2
5
%;height:
5
0%;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"
>
关闭
关闭
...
...
jshERP-web/src/views/system/modules/UserModal.vue
View file @
c1cfeadf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
wrapClassName=
"ant-modal-cust-warp"
wrapClassName=
"ant-modal-cust-warp"
style=
"top:
5
%;height:
100
%;overflow-y: hidden"
>
style=
"top:
10
%;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"
>
关闭
关闭
...
...
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