Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
4fe0a650
Commit
4fe0a650
authored
Mar 15, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
13c82afc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orderList.vue
src/components/coffeeManage/orderList.vue
+3
-3
No files found.
src/components/coffeeManage/orderList.vue
View file @
4fe0a650
...
...
@@ -1885,6 +1885,7 @@
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
},
// 运费制单
yunfeizhidan
(
id
)
{
let
that
=
this
this
.
$confirm
(
'确认一键生成订单运费成本单据?'
,
'提示'
,
{
...
...
@@ -1906,12 +1907,11 @@
});
})
},
// 是否显示运费制单按钮
isShowzhidan
(
item
){
const
flag
=
item
.
DetailList
.
some
(
e
=>
{
return
e
.
Cos
tFinanceId
==
0
&&
e
.
FreightCostMoney
>
0
return
e
.
Freigh
tFinanceId
==
0
&&
e
.
FreightCostMoney
>
0
})
console
.
log
(
1910
,
flag
)
if
(
item
.
FreightMoney
>
0
&&
flag
){
return
true
}
else
{
...
...
Write
Preview
Markdown
is supported
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