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
a3e58fe7
Commit
a3e58fe7
authored
Sep 16, 2022
by
季圣华
Browse files
给零售单据增加三联打印功能
parent
b36475bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
a3e58fe7
...
...
@@ -1394,7 +1394,8 @@
initPlatform
()
{
getPlatformConfigByKey
({
"
platformKey
"
:
"
bill_print_flag
"
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
code
===
200
)
{
if
(
this
.
billType
===
'
采购订单
'
||
this
.
billType
===
'
采购入库
'
||
this
.
billType
===
'
采购退货出库
'
||
if
(
this
.
billType
===
'
零售出库
'
||
this
.
billType
===
'
零售退货入库
'
||
this
.
billType
===
'
采购订单
'
||
this
.
billType
===
'
采购入库
'
||
this
.
billType
===
'
采购退货出库
'
||
this
.
billType
===
'
销售订单
'
||
this
.
billType
===
'
销售出库
'
||
this
.
billType
===
'
销售退货入库
'
)
{
this
.
billPrintFlag
=
res
.
data
.
platformValue
===
'
1
'
?
true
:
false
}
...
...
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