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
2bdfc18c
Commit
2bdfc18c
authored
Nov 20, 2022
by
季圣华
Browse files
修改财务单据的单据详情界面
parent
aaf691f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/dialog/FinancialDetail.vue
View file @
2bdfc18c
...
...
@@ -140,7 +140,7 @@
<section
ref=
"print"
id=
"itemInPrint"
>
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:span=
"6"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"
客户
"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"
往来单位
"
>
<a-input
v-decorator=
"['id']"
hidden
/>
{{
model
.
organName
}}
</a-form-item>
...
...
@@ -198,7 +198,7 @@
<section
ref=
"print"
id=
"itemOutPrint"
>
<a-row
class=
"form-row"
:gutter=
"24"
>
<a-col
:span=
"6"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"
供应商
"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"
往来单位
"
>
<a-input
v-decorator=
"['id']"
hidden
/>
{{
model
.
organName
}}
</a-form-item>
...
...
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