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
ed7d2e20
Commit
ed7d2e20
authored
Jun 24, 2021
by
季圣华
Browse files
给供应商模块优化
parent
2e00975d
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/modules/CustomerModal.vue
View file @
ed7d2e20
...
@@ -58,12 +58,12 @@
...
@@ -58,12 +58,12 @@
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应收"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应收"
>
<a-input
v-decorator.trim=
"[ '
A
llNeedGet' ]"
:readOnly=
"true"
/>
<a-input
v-decorator.trim=
"[ '
a
llNeedGet' ]"
:readOnly=
"true"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应付"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应付"
>
<a-input
v-decorator.trim=
"[ '
A
llNeedPay' ]"
:readOnly=
"true"
/>
<a-input
v-decorator.trim=
"[ '
a
llNeedPay' ]"
:readOnly=
"true"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
supplier
'
,
'
contacts
'
,
'
telephone
'
,
'
email
'
,
'
telephone
'
,
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
supplier
'
,
'
contacts
'
,
'
telephone
'
,
'
email
'
,
'
telephone
'
,
'
phoneNum
'
,
'
fax
'
,
'
beginNeedGet
'
,
'
beginNeedPay
'
,
'
A
llNeedGet
'
,
'
A
llNeedPay
'
,
'
taxNum
'
,
'
taxRate
'
,
'
phoneNum
'
,
'
fax
'
,
'
beginNeedGet
'
,
'
beginNeedPay
'
,
'
a
llNeedGet
'
,
'
a
llNeedPay
'
,
'
taxNum
'
,
'
taxRate
'
,
'
bankName
'
,
'
accountNumber
'
,
'
address
'
,
'
description
'
))
'
bankName
'
,
'
accountNumber
'
,
'
address
'
,
'
description
'
))
});
});
},
},
...
...
jshERP-web/src/views/system/modules/VendorModal.vue
View file @
ed7d2e20
...
@@ -58,12 +58,12 @@
...
@@ -58,12 +58,12 @@
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应收"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应收"
>
<a-input
v-decorator.trim=
"[ '
A
llNeedGet' ]"
:readOnly=
"true"
/>
<a-input
v-decorator.trim=
"[ '
a
llNeedGet' ]"
:readOnly=
"true"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应付"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"期末应付"
>
<a-input
v-decorator.trim=
"[ '
A
llNeedPay' ]"
:readOnly=
"true"
/>
<a-input
v-decorator.trim=
"[ '
a
llNeedPay' ]"
:readOnly=
"true"
/>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:span=
"24/2"
>
<a-col
:span=
"24/2"
>
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
this
.
visible
=
true
;
this
.
visible
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
supplier
'
,
'
contacts
'
,
'
telephone
'
,
'
email
'
,
'
telephone
'
,
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
supplier
'
,
'
contacts
'
,
'
telephone
'
,
'
email
'
,
'
telephone
'
,
'
phoneNum
'
,
'
fax
'
,
'
beginNeedGet
'
,
'
beginNeedPay
'
,
'
A
llNeedGet
'
,
'
A
llNeedPay
'
,
'
taxNum
'
,
'
taxRate
'
,
'
phoneNum
'
,
'
fax
'
,
'
beginNeedGet
'
,
'
beginNeedPay
'
,
'
a
llNeedGet
'
,
'
a
llNeedPay
'
,
'
taxNum
'
,
'
taxRate
'
,
'
bankName
'
,
'
accountNumber
'
,
'
address
'
,
'
description
'
))
'
bankName
'
,
'
accountNumber
'
,
'
address
'
,
'
description
'
))
});
});
},
},
...
...
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