admin-web/src/views/stock/accessStock/outbound/detail.vue
@@ -59,7 +59,7 @@ </el-table-column> <el-table-column prop="counts" label="金额" align="center"> <template slot-scope="scope"> {{ (scope.row.price * scope.row.counts).toFixed(2) }} {{ scope.row.price * scope.row.counts | formatPrice}} </template> </el-table-column> </el-table> @@ -99,6 +99,9 @@ if (!time) return; return DateFormatter.LongToDateTime(time); }, formatPrice(price) { return price / 100 } }, created() { outputDetail({ id: this.setting.id }).then((res) => {