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
Commit
c1cfeadf
authored
Nov 21, 2021
by
季圣华
Browse files
优化单据的界面样式,调整输入框的高度
parent
3db05194
Changes
61
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
c1cfeadf
...
...
@@ -95,7 +95,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
c1cfeadf
...
...
@@ -77,7 +77,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/RetailBackModal.vue
View file @
c1cfeadf
...
...
@@ -128,7 +128,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/RetailOutModal.vue
View file @
c1cfeadf
...
...
@@ -142,7 +142,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
c1cfeadf
...
...
@@ -88,7 +88,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
c1cfeadf
...
...
@@ -83,7 +83,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
c1cfeadf
...
...
@@ -96,7 +96,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
c1cfeadf
...
...
@@ -76,7 +76,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
c1cfeadf
...
...
@@ -67,7 +67,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
c1cfeadf
...
...
@@ -76,7 +76,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
c1cfeadf
...
...
@@ -76,7 +76,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
c1cfeadf
...
...
@@ -76,7 +76,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
c1cfeadf
...
...
@@ -76,7 +76,7 @@
<a-menu-item
key=
"2"
v-if=
"btnEnableList.indexOf(2)>-1"
@
click=
"batchSetStatus(1)"
><a-icon
type=
"check"
/>
审核
</a-menu-item>
<a-menu-item
key=
"3"
v-if=
"btnEnableList.indexOf(7)>-1"
@
click=
"batchSetStatus(0)"
><a-icon
type=
"stop"
/>
反审核
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/material/MaterialList.vue
View file @
c1cfeadf
...
...
@@ -69,7 +69,7 @@
<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=
"4"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetMaterialCurrentStock()"
><a-icon
type=
"stock"
/>
修正库存
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/material/modules/MaterialModal.vue
View file @
c1cfeadf
...
...
@@ -10,7 +10,7 @@
@
ok=
"handleOk"
@
cancel=
"handleCancel"
cancelText=
"关闭"
wrapClassName=
"ant-modal-
cust
-warp"
wrapClassName=
"ant-modal-
material
-warp"
:id=
"prefixNo"
style=
"top:5%;height: 100%;overflow-y: hidden"
>
<template
slot=
"footer"
>
...
...
@@ -177,6 +177,7 @@
:loading=
"meTable.loading"
:columns=
"meTable.columns"
:dataSource=
"meTable.dataSource"
:height=
"300"
:minWidth=
"1000"
:maxHeight=
"300"
:rowNumber=
"false"
...
...
@@ -196,7 +197,7 @@
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:lg=
"24"
:md=
"24"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"{xs: { span: 24 },sm: { span: 24 }}"
label=
""
>
<a-textarea
:rows=
"
2
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
<a-textarea
:rows=
"
1
"
placeholder=
"请输入备注"
v-decorator=
"[ 'remark' ]"
style=
"margin-top:8px;"
/>
</a-form-item>
</a-col>
</a-row>
...
...
jshERP-web/src/views/system/AccountList.vue
View file @
c1cfeadf
...
...
@@ -39,7 +39,7 @@
<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>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/system/CustomerList.vue
View file @
c1cfeadf
...
...
@@ -50,7 +50,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=
"3"
v-if=
"btnEnableList.indexOf(1)>-1"
@
click=
"batchSetStatus(false)"
><a-icon
type=
"close-square"
/>
禁用
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/system/DepotList.vue
View file @
c1cfeadf
...
...
@@ -34,7 +34,7 @@
<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>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/system/FunctionList.vue
View file @
c1cfeadf
...
...
@@ -29,7 +29,7 @@
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
jshERP-web/src/views/system/InOutItemList.vue
View file @
c1cfeadf
...
...
@@ -42,7 +42,7 @@
<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>
<a-button
style=
"margin-left: 8px"
>
<a-button>
批量操作
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
...
...
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