From 5036880fc037e5d112206b93a729f60be12bf8ab Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 07 十一月 2024 17:03:13 +0800 Subject: [PATCH] 2024.11.07 bug修复 --- 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