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
0bb9445e
Commit
0bb9445e
authored
Dec 12, 2022
by
季圣华
Browse files
调整单据页面全屏的样式
parent
d5d0a0b4
Changes
12
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/assets/less/common.less
View file @
0bb9445e
...
...
@@ -38,6 +38,12 @@
.ant-modal-cust-warp .ant-form-item {
margin-bottom: 12px;
}
/*全屏模式*/
.ant-modal-cust-warp .fullscreen .ant-modal-body {
padding: 24px 24px 12px 24px;
height: calc(100% - 200px) !important;
overflow-y: auto
}
/*商品-列表页面弹出modal*/
.ant-modal-material-warp {
margin-top: 89px;
...
...
@@ -59,6 +65,12 @@
.ant-modal-material-warp .ant-form-item {
margin-bottom: 12px;
}
/*全屏模式*/
.ant-modal-material-warp .fullscreen .ant-modal-body {
padding: 24px 24px 12px 24px;
height: calc(100% - 200px) !important;
overflow-y: auto
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap {
height: 25px;
...
...
jshERP-web/src/views/financial/mixins/FinancialModalMixin.js
View file @
0bb9445e
...
...
@@ -38,6 +38,7 @@ export const FinancialModalMixin = {
this
.
isTenant
=
userInfo
.
id
===
userInfo
.
tenantId
?
true
:
false
let
realScreenWidth
=
window
.
screen
.
width
this
.
width
=
realScreenWidth
<
1500
?
'
1200px
'
:
'
1550px
'
this
.
minWidth
=
realScreenWidth
<
1500
?
1150
:
1500
},
computed
:
{
readOnly
:
function
()
{
...
...
jshERP-web/src/views/financial/modules/AdvanceInModal.vue
View file @
0bb9445e
...
...
@@ -61,6 +61,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"true"
...
...
jshERP-web/src/views/financial/modules/GiroModal.vue
View file @
0bb9445e
...
...
@@ -53,6 +53,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"true"
...
...
jshERP-web/src/views/financial/modules/ItemInModal.vue
View file @
0bb9445e
...
...
@@ -61,6 +61,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"true"
...
...
jshERP-web/src/views/financial/modules/ItemOutModal.vue
View file @
0bb9445e
...
...
@@ -61,6 +61,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"true"
...
...
jshERP-web/src/views/financial/modules/MoneyInModal.vue
View file @
0bb9445e
...
...
@@ -79,6 +79,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"false"
...
...
jshERP-web/src/views/financial/modules/MoneyOutModal.vue
View file @
0bb9445e
...
...
@@ -79,6 +79,7 @@
:loading=
"accountTable.loading"
:columns=
"accountTable.columns"
:dataSource=
"accountTable.dataSource"
:minWidth=
"minWidth"
:maxHeight=
"300"
:rowNumber=
"false"
:rowSelection=
"false"
...
...
jshERP-web/src/views/material/modules/MaterialModal.vue
View file @
0bb9445e
...
...
@@ -44,7 +44,7 @@
data-step=
"4"
data-title=
"单位"
data-intro=
"此处支持单个单位和多单位,勾选多单位就可以切换到多单位的下拉框,多单位需要先在【计量单位】页面进行录入。
比如牛奶有瓶和箱两种单位,12瓶=1箱,这就构成了多单位,多单位中有个换算比例"
>
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"1
4
"
:md=
"1
4
"
:sm=
"24"
>
<a-col
:lg=
"1
5
"
:md=
"1
5
"
:sm=
"24"
>
<a-input
placeholder=
"输入单位"
v-if=
"!unitChecked"
v-decorator.trim=
"[ 'unit', validatorRules.unit ]"
@
change=
"onlyUnitOnChange"
/>
<a-select
:value=
"unitList"
placeholder=
"选择多单位"
v-decorator=
"[ 'unitId', validatorRules.unitId ]"
@
change=
"manyUnitOnChange"
showSearch
optionFilterProp=
"children"
v-if=
"unitChecked"
:dropdownMatchSelectWidth=
"false"
>
...
...
@@ -60,7 +60,7 @@
</a-select-option>
</a-select>
</a-col>
<a-col
:lg=
"
10
"
:md=
"
10
"
:sm=
"24"
>
<a-col
:lg=
"
9
"
:md=
"
9
"
:sm=
"24"
>
<a-checkbox
:checked=
"unitChecked"
@
change=
"unitOnChange"
>
多单位
</a-checkbox>
</a-col>
</a-row>
...
...
jshERP-web/src/views/report/modules/DebtAccountList.vue
View file @
0bb9445e
...
...
@@ -2,7 +2,7 @@
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"12
5
0"
:width=
"12
0
0"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'89px','left':'151px'}"
...
...
@@ -127,7 +127,7 @@
}
},
{
title
:
'
单据日期
'
,
dataIndex
:
'
operTimeStr
'
,
width
:
130
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
60
},
{
title
:
'
操作员
'
,
dataIndex
:
'
userName
'
,
width
:
60
,
ellipsis
:
true
},
{
title
:
'
本单欠款
'
,
dataIndex
:
'
needDebt
'
,
width
:
70
},
{
dataIndex
:
'
realNeedDebt
'
,
width
:
80
,
slots
:
{
title
:
'
customTitle
'
}
...
...
jshERP-web/src/views/report/modules/MaterialInOutList.vue
View file @
0bb9445e
...
...
@@ -2,7 +2,7 @@
<div
ref=
"container"
>
<a-modal
:title=
"title"
:width=
"12
5
0"
:width=
"12
0
0"
:visible=
"visible"
:getContainer=
"() => $refs.container"
:maskStyle=
"
{'top':'89px','left':'151px'}"
...
...
@@ -79,8 +79,8 @@
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
100
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
200
},
{
title
:
'
仓库名称
'
,
dataIndex
:
'
depotName
'
,
width
:
80
},
{
title
:
'
数量
'
,
dataIndex
:
'
basicNumber
'
,
width
:
8
0
},
{
title
:
'
日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
0
0
}
{
title
:
'
数量
'
,
dataIndex
:
'
basicNumber
'
,
width
:
7
0
},
{
title
:
'
日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
1
0
}
],
labelCol
:
{
xs
:
{
span
:
1
},
...
...
jshERP-web/src/views/system/modules/VendorModal.vue
View file @
0bb9445e
...
...
@@ -12,7 +12,7 @@
@cancel="handleCancel"
cancelText="关闭"
wrapClassName="ant-modal-cust-warp"
style="top:10
0px;
height: 80%;overflow-y: hidden">
style="top:10
%;
height: 80%;overflow-y: hidden">
<template
slot=
"footer"
>
<a-button
key=
"back"
v-if=
"isReadOnly"
@
click=
"handleCancel"
>
关闭
...
...
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