From 5a678cce1b157411f20fbddfaed49c7bc8d9fba7 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 07 十一月 2024 17:03:13 +0800
Subject: [PATCH] 修改为生产模式

---
 pages/inspection/scene/info/device-info-items.js |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/pages/inspection/scene/info/device-info-items.js b/pages/inspection/scene/info/device-info-items.js
index 36516ce..6867536 100644
--- a/pages/inspection/scene/info/device-info-items.js
+++ b/pages/inspection/scene/info/device-info-items.js
@@ -106,14 +106,14 @@
  */
 export function productionDeviceForm(sceneType, defaultValue) {
   const items = [
-    hideInputItem('id', 'piId'),
-    hideInputItem('鍒涘缓鏃堕棿', 'piCreateTime'),
-    hideInputItem('鏇存柊鏃堕棿', 'piUpdateTime'),
-    hideInputItem('鍦烘櫙id', 'piSceneGuid'),
-    hideInputItem('鍦烘櫙绫诲瀷', 'piSceneTypeId'),
+    hideInputItem('id', 'wiId'),
+    hideInputItem('鍒涘缓鏃堕棿', 'wiCreateTime'),
+    hideInputItem('鏇存柊鏃堕棿', 'wiUpdateTime'),
+    hideInputItem('鍦烘櫙id', 'wiSceneGuid'),
+    hideInputItem('鍦烘櫙绫诲瀷', 'wiSceneTypeId'),
 
-    baseInputItem('璁惧鍚嶇О', 'piName', true),
-    baseInputItem('璁惧缂栧彿', 'piDeviceCode'),
+    baseInputItem('璁惧鍚嶇О', 'wiName', true),
+    baseInputItem('璁惧缂栧彿', 'wiDeviceCode'),
     // 璁惧绫诲瀷鍜岃澶囧瓙绫诲悎骞剁敤绾ц仈閫夋嫨鍣ㄥ睍绀�
     baseInputItem(
       '璁惧绫诲瀷',
@@ -122,22 +122,22 @@
       'cascader',
       productionDevices(sceneType),
       ['閫夋嫨璁惧绫诲瀷', '閫夋嫨璁惧瀛愮被'],
-      ['piTypeId', 'piSubtypeId'],
+      ['wiTypeId', 'wiSubtypeId'],
     ),
     // baseInputItem('璁惧绫诲瀷', 'piTypeId', true, 'picker'),
     // baseInputItem('璁惧瀛愮被', 'piSubtypeId', true, 'picker'),
-    baseInputItem('渚涘簲鍟�', 'piSupplier'),
-    baseInputItem('鏈嶅姟鍟�', 'piServicer'),
-    baseInputItem('鏈嶅姟浜哄憳', 'piMaintainStaff'),
-    baseInputItem('鏈嶅姟鐢佃瘽', 'piMaintainTel'),
-    baseInputItem('杩愯鐘舵��', 'piRunningStatus', true, 'picker', status),
-    baseInputItem('鍝佺墝鍨嬪彿', 'piBrandModel'),
-    baseInputItem('璁惧鍙傛暟', 'piDeviceParam'),
-    baseInputItem('鎵�鏈夋潈', 'piOwnership', true, 'picker', ownership),
+    baseInputItem('渚涘簲鍟�', 'wiSupplier'),
+    baseInputItem('鏈嶅姟鍟�', 'wiServicer'),
+    baseInputItem('鏈嶅姟浜哄憳', 'wiMaintainStaff'),
+    baseInputItem('鏈嶅姟鐢佃瘽', 'wiMaintainTel'),
+    baseInputItem('杩愯鐘舵��', 'wiRunningStatus', true, 'picker', status),
+    baseInputItem('鍝佺墝鍨嬪彿', 'wiBrandModel'),
+    baseInputItem('璁惧鍙傛暟', 'wiDeviceParam'),
+    baseInputItem('鎵�鏈夋潈', 'wiOwnership', true, 'picker', ownership),
 
     // todo 2024/8/12: 鍚庣画瑕佹坊鍔犱簩缁寸爜鐨勪俊鎭壂鎻忓綍鍏�
-    // baseInputItem('鏍囪瘑浜岀淮鐮�', 'piQRCode'),
-    // baseInputItem('鍏朵粬绗笁鏂规垨璁惧鑷甫浜岀淮鐮�', 'piOtherQRCode'),
+    // baseInputItem('鏍囪瘑浜岀淮鐮�', 'wiQRCode'),
+    // baseInputItem('鍏朵粬绗笁鏂规垨璁惧鑷甫浜岀淮鐮�', 'wiOtherQRCode'),
   ];
   setDefaultValue(items, defaultValue);
   return items;

--
Gitblit v1.9.3