From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件

---
 src/views/crm/contract/detail/data.ts |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/views/crm/contract/detail/data.ts b/src/views/crm/contract/detail/data.ts
index 1602256..63bc602 100644
--- a/src/views/crm/contract/detail/data.ts
+++ b/src/views/crm/contract/detail/data.ts
@@ -2,8 +2,8 @@
 
 import { h } from 'vue';
 
-import { DICT_TYPE } from '../../../../packages/constants/src';
-import { erpPriceInputFormatter, formatDateTime } from '../../../../packages/utils/src';
+import { DICT_TYPE } from '@vben/constants';
+import { erpPriceInputFormatter, formatDateTime } from '@vben/utils';
 
 import { DictTag } from '#/components/dict-tag';
 
@@ -17,6 +17,11 @@
     {
       field: 'totalPrice',
       label: '鍚堝悓閲戦锛堝厓锛�',
+      render: (val) => erpPriceInputFormatter(val) as string,
+    },
+    {
+      field: 'depositPrice',
+      label: '瀹氶噾閲戦锛堝厓锛�',
       render: (val) => erpPriceInputFormatter(val) as string,
     },
     {
@@ -61,6 +66,11 @@
       render: (val) => erpPriceInputFormatter(val) as string,
     },
     {
+      field: 'depositPrice',
+      label: '瀹氶噾閲戦锛堝厓锛�',
+      render: (val) => erpPriceInputFormatter(val) as string,
+    },
+    {
       field: 'orderDate',
       label: '涓嬪崟鏃堕棿',
       render: (val) => formatDateTime(val) as string,
@@ -84,6 +94,11 @@
       label: '鍏徃绛剧害浜�',
     },
     {
+      field: 'orderNo',
+      label: '閿�鍞鍗�',
+      slot: 'orderNo', // 浣跨敤 slot 鑷畾涔夋覆鏌�
+    },
+    {
       field: 'remark',
       label: '澶囨敞',
     },

--
Gitblit v1.9.3