|
@@ -354,7 +354,7 @@
|
354
|
354
|
<template slot-scope="scope">
|
355
|
355
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
356
|
356
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
357
|
|
- <span v-if="org_id!=0 && org_id!=0">
|
|
357
|
+ <span v-if="org_id!=0 && org_id!=10480">
|
358
|
358
|
<span v-if="is_sys == 1 || is_sys == 5 || is_sys == 12">{{getTotalPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}} </span>
|
359
|
359
|
<span v-if="is_sys == 0">
|
360
|
360
|
<span v-if="scope.row.child.length == 1">{{item.retail_price}}</span>
|