|
@@ -7,7 +7,7 @@ import { httpList } from "/@/api/purchase/orderRecord";
|
|
|
import { useCompany } from "/@/hooks/core/useCompany";
|
|
|
import { payStatusOptions, tagOptions } from "/@/utils/status";
|
|
|
import { BusinessQuery, DateRange } from "/@/components/BasicForm";
|
|
|
-import { orderTypeCgOptions } from "/@/utils/status";
|
|
|
+import { orderTypeCgOptions_2 } from "/@/utils/status";
|
|
|
|
|
|
|
|
|
const emit = defineEmits(["choose"]);
|
|
@@ -159,7 +159,7 @@ defineExpose({
|
|
|
|
|
|
<el-col :span="6">
|
|
|
<el-select v-model="formData.is_comon" style="width: 155px" placeholder="业务类型">
|
|
|
- <el-option v-for="option in orderTypeCgOptions" :label="option.label" :value="option.value" />
|
|
|
+ <el-option v-for="option in orderTypeCgOptions_2" :label="option.label" :value="option.value" />
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
|
|
@@ -184,8 +184,8 @@ defineExpose({
|
|
|
|
|
|
|
|
|
<el-tag v-else-if="col.prop === 'is_comon'">{{
|
|
|
- orderTypeCgOptions.find(p => p.value === row.is_comon)?.label
|
|
|
- }}</el-tag>
|
|
|
+ orderTypeCgOptions_2.find(p => p.value === row.is_comon)?.label
|
|
|
+ }}</el-tag>
|
|
|
|
|
|
|
|
|
<span v-else>{{ row[col.prop] }}</span>
|