فهرست منبع

到账认领: 认领功能过滤已到款数据

lxf 2 سال پیش
والد
کامیت
eda6ea1ebf
1فایلهای تغییر یافته به همراه2 افزوده شده و 23 حذف شده
  1. 2 23
      src/views/salesMange/saleContract/contractSelect/index.vue

+ 2 - 23
src/views/salesMange/saleContract/contractSelect/index.vue

@@ -6,11 +6,9 @@
         :pagination="sourceList.pagination"
         :config="config"
         :loading="loading"
-        :selectConfig="selectConfig"
         highlight-current-row
         :action-list="[]"
-        @get-list="getList"
-      >
+        @get-list="getList">
         <template #amount="{ item }">
           <div>
             <span style="padding-right: 4px">{{ item.currency }}</span>
@@ -37,7 +35,6 @@
 import { computed, ref } from "vue";
 import byTable from "@/components/byTable/index";
 import useUserStore from "@/store/modules/user";
-import { ElMessage, ElMessageBox } from "element-plus";
 
 const { proxy } = getCurrentInstance();
 const contractType = ref([]);
@@ -88,28 +85,10 @@ const sourceList = ref({
     keyword: "",
     status: "30",
     sellCorporationId: "",
+    refundStatusNew: "0,10",
   },
 });
 const loading = ref(false);
-const selectConfig = computed(() => {
-  return [
-    // {
-    //   label: "审批状态",
-    //   prop: "status",
-    //   data: status.value,
-    // },
-    {
-      label: "到款状态",
-      prop: "refundStatusNew",
-      data: refundStatus.value,
-    },
-    // {
-    //   label: "归属公司",
-    //   prop: "sellCorporationId",
-    //   data: corporationList.value,
-    // },
-  ];
-});
 const config = computed(() => {
   return [
     {