|
@@ -110,6 +110,7 @@ export default {
|
|
),
|
|
),
|
|
}))
|
|
}))
|
|
.filter((item) => item.orderPriceVos.length);
|
|
.filter((item) => item.orderPriceVos.length);
|
|
|
|
+ console.log(params,'params');
|
|
try {
|
|
try {
|
|
// try
|
|
// try
|
|
const { msg, code } = await ADD(params);
|
|
const { msg, code } = await ADD(params);
|
|
@@ -209,7 +210,7 @@ export default {
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
- <el-row style="padding: 0 16px;">
|
|
|
|
|
|
+ <!-- <el-row style="padding: 0 16px;">
|
|
<el-col>
|
|
<el-col>
|
|
<el-autocomplete
|
|
<el-autocomplete
|
|
class="inline-input"
|
|
class="inline-input"
|
|
@@ -222,10 +223,10 @@ export default {
|
|
@clear="handleClear"
|
|
@clear="handleClear"
|
|
></el-autocomplete>
|
|
></el-autocomplete>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-row>
|
|
|
|
|
|
+ </el-row> -->
|
|
|
|
|
|
|
|
|
|
- <div v-for="(item, index) in showData" :key="index" class="m-4">
|
|
|
|
|
|
+ <div v-for="(item, index) in data" :key="index" class="m-4">
|
|
|
|
|
|
<template v-if="item.orderPriceVos.length">
|
|
<template v-if="item.orderPriceVos.length">
|
|
<el-descriptions>
|
|
<el-descriptions>
|