From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能
---
pages/inspection/scene/info/device-info-items.js | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/pages/inspection/scene/info/device-info-items.js b/pages/inspection/scene/info/device-info-items.js
index 36516ce..542057f 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;
@@ -159,7 +159,7 @@
hideInputItem('鏇存柊鏃堕棿', 'dlUpdateTime'),
hideInputItem('璁惧浣嶇疆', 'dlLocation', true),
hideInputItem('缁忓害', 'dlLongitude'),
- hideInputItem('缁村害', 'dlLatitude', true),
+ hideInputItem('绾害', 'dlLatitude', true),
baseInputItem('鏄惁瑙勮寖', 'dlStandard', true, 'switch'),
baseInputItem('涓嶈鑼冨師鍥�', 'dlUnStandardReason'),
--
Gitblit v1.9.3