|
@@ -301,7 +301,7 @@
|
301
|
301
|
</template>
|
302
|
302
|
</el-table-column>
|
303
|
303
|
<el-table-column label="单价" width="40">
|
304
|
|
- <template slot-scope="scope">{{ scope.row.retail_price }}</template>
|
|
304
|
+ <template slot-scope="scope">{{ scope.row.min_price }}</template>
|
305
|
305
|
</el-table-column>
|
306
|
306
|
</el-table>
|
307
|
307
|
<!-- <div>{{3*(2/3)}}</div> -->
|
|
@@ -2700,7 +2700,7 @@
|
2700
|
2700
|
delivery_way: temp2[b].delivery_way,
|
2701
|
2701
|
execution_frequency: temp2[b].execution_frequency,
|
2702
|
2702
|
number_days: temp2[b].number_days.toString(),
|
2703
|
|
- total: temp2[b].total,
|
|
2703
|
+ total: 1,
|
2704
|
2704
|
price: temp2[b].price,
|
2705
|
2705
|
remark: '',
|
2706
|
2706
|
medical_code: temp2[b].medical_code,
|