From d96af1249dbd445707fecd8817d681525bad1dd6 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 28 十一月 2025 17:31:22 +0800
Subject: [PATCH] 海川开心,仓储物流展示字段修改

---
 src/views/procurementManagement/procurementInvoiceLedger/index.vue |   19 +++++--------------
 1 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index 8ad8799..9aec1a0 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -82,7 +82,6 @@
             type="primary"
             text
             @click="openEdit(row)"
-						:disabled="row.issUerId !== userStore.id"
           >
             缂栬緫
           </el-button>
@@ -123,6 +122,7 @@
 import EditModal from "./Modal/EditModal.vue";
 import useUserStore from "@/store/modules/user.js";
 import {delInvoiceLedgerByRegProductId} from "@/api/salesManagement/invoiceLedger.js";
+import dayjs from "dayjs";
 const userStore = useUserStore();
 
 defineOptions({
@@ -148,7 +148,8 @@
   {
     purchaseContractNumber: undefined, // 閲囪喘鍚堝悓鍙�
     supplierName: undefined, // 渚涘簲鍟�
-    createdAt: [], // 鏉ョエ鏃ユ湡
+    // 璁剧疆鏉ョエ鏃ユ湡鑼冨洿涓哄綋澶�
+    createdAt: [dayjs().startOf('day').format('YYYY-MM-DD'), dayjs().endOf('day').format('YYYY-MM-DD')], // 鏉ョエ鏃ユ湡
   },
   [
     {
@@ -172,11 +173,6 @@
       width: 240,
     },
     {
-      label: "浜у搧澶х被",
-      prop: "productCategory",
-      width: 150,
-    },
-    {
       label: "瑙勬牸鍨嬪彿",
       prop: "specificationModel",
       width: 150,
@@ -195,17 +191,12 @@
       },
     },
     {
-      label: "鏈鏉ョエ鏁�",
-      prop: "ticketsNum",
-      width: 110,
-    },
-    {
-      label: "鏉ョエ鏃ユ湡",
+      label: "寮�绁ㄦ棩鏈�",
       prop: "createdAt",
       width: 110,
     },
     {
-      label: "鏉ョエ閲戦(鍏�)",
+      label: "寮�绁ㄩ噾棰�",
       prop: "ticketsAmount",
       width: 200,
       formatData: (cell) => {

--
Gitblit v1.9.3