snow 10 months ago
parent
commit
4a1ffcc134

BIN
dist-zip/build.zip


+ 4 - 4
src/views/supply/purchPay/component/choose-modal.vue

@@ -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>

+ 3 - 3
src/views/supply/purchPayRelive/component/choose-modal.vue

@@ -7,7 +7,7 @@ import { payStatusOptions } from "/@/utils/status";
 import { httpList } from "/@/api/purchase/orderPay";
 import { useCompany } from "/@/hooks/core/useCompany";
 import { BusinessQuery, DateRange } from "/@/components/BasicForm";
-import { orderTypeCgOptions } from "/@/utils/status";
+import { orderTypeCgOptions_2 } from "/@/utils/status";
 
 const emit = defineEmits(["choose"]);
 
@@ -137,7 +137,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>
 
@@ -162,7 +162,7 @@ defineExpose({
   }}</el-tag>
 
           <el-tag v-else-if="col.prop === 'is_comon'">{{
-    orderTypeCgOptions.find(p => p.value === row.is_comon)?.label
+    orderTypeCgOptions_2.find(p => p.value === row.is_comon)?.label
   }}</el-tag>
 
           <span v-else>{{ row[col.prop] }}</span>