From db152182da61f2e040ceb7506e5e5e5e201091e6 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 06 八月 2026 16:48:19 +0800
Subject: [PATCH] feat(warehouse): 添加仓库坐标编辑功能

---
 src/views/erp/sale/order/data.ts |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/src/views/erp/sale/order/data.ts b/src/views/erp/sale/order/data.ts
index 75bb9de..7886d14 100644
--- a/src/views/erp/sale/order/data.ts
+++ b/src/views/erp/sale/order/data.ts
@@ -72,7 +72,7 @@
         placeholder: '閫夋嫨璁㈠崟鏃堕棿',
         showTime: true,
         format: 'YYYY-MM-DD HH:mm:ss',
-        valueFormat: 'x',
+        valueFormat: 'YYYY-MM-DD HH:mm:ss',
       },
       rules: 'required',
     },
@@ -399,24 +399,11 @@
       component: 'Select',
       componentProps: {
         options: [
+          { label: '鏃犻渶鐢熶骇', value: -1 },
           { label: '鏈畬鎴�', value: 0 },
           { label: '宸插畬鎴�', value: 1 },
         ],
         placeholder: '璇烽�夋嫨鐢熶骇鐘舵��',
-        allowClear: true,
-      },
-    },
-    {
-      fieldName: 'returnStatus',
-      label: '閫�璐х姸鎬�',
-      component: 'Select',
-      componentProps: {
-        options: [
-          { label: '鏈��璐�', value: 0 },
-          { label: '閮ㄥ垎閫�璐�', value: 1 },
-          { label: '鍏ㄩ儴閫�璐�', value: 2 },
-        ],
-        placeholder: '璇烽�夋嫨閫�璐х姸鎬�',
         allowClear: true,
       },
     },

--
Gitblit v1.9.3