This commit is contained in:
2026-08-17 11:01:21 +08:00
parent 6e07cab51f
commit 255573ed06
705 changed files with 8762 additions and 36677 deletions
@@ -0,0 +1,2 @@
"use strict";const e=require("../../../common/vendor.js"),p=require("../../../api/moduleApi/index.js"),c=require("../../../utils/index.js");if(!Array){const o=e.resolveComponent("u-search"),t=e.resolveComponent("u-empty");(o+t)()}const m=()=>"../../../uni_modules/uview-pro/components/u-search/u-search.js",_=()=>"../../../uni_modules/uview-pro/components/u-empty/u-empty.js";Math||(m+_)();const l={__name:"index",setup(o){let t=e.ref(""),n=e.ref([]);const s=async()=>{let a=await p.getHSECostEquipment({searchText:t.value});n.value=a},i=c.debounce(a=>{t.value=a,s()},500);return e.onLoad(()=>{s()}),(a,f)=>e.e({a:e.o(e.unref(i),"e6"),b:e.o(u=>e.isRef(t)?t.value=u:t=u,"22"),c:e.p({placeholder:"请输入单位名称","show-action":!1,modelValue:e.unref(t)}),d:e.unref(n).length>0},e.unref(n).length>0?{e:e.f(e.unref(n),(u,r,h)=>({a:e.t(u.UnitName),b:e.t(u.UseEquipmentNum),c:e.t(u.SpecialEquipmentNum),d:r,e:e.o(y=>e.unref(c.router).push("/pages/index/equipmentManagementDetails/index",{unitId:u.UnitId,companyName:u.UnitName}),r)}))}:{f:e.p({text:"暂无数据",mode:"list"})})}},d=e._export_sfc(l,[["__scopeId","data-v-4d533d32"]]);wx.createPage(d);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/index/equipmentManagement/index.js.map
@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "单位",
"usingComponents": {
"u-search": "../../../uni_modules/uview-pro/components/u-search/u-search",
"u-empty": "../../../uni_modules/uview-pro/components/u-empty/u-empty"
}
}
@@ -0,0 +1 @@
<view class="data-summary-page data-v-4d533d32"><view class="search u-flex u-padding-left-24 u-padding-right-24 data-v-4d533d32"><u-search wx:if="{{c}}" class="data-v-4d533d32" bindchange="{{a}}" u-i="4d533d32-0" bind:__l="__l" bindupdateModelValue="{{b}}" u-p="{{c}}"></u-search></view><view class="scroll data-v-4d533d32"><scroll-view class="scroll-view data-v-4d533d32" scroll-y><block wx:if="{{d}}"><view wx:for="{{e}}" wx:for-item="item" wx:key="d" class="card u-margin-bottom-20 data-v-4d533d32" bindtap="{{item.e}}"><view class="header u-flex u-border-bottom data-v-4d533d32"><text class="header-title data-v-4d533d32">{{item.a}}</text></view><view class="card-item data-v-4d533d32"><view class="con u-flex u-row-between data-v-4d533d32"><text class="con-title data-v-4d533d32">机具在用总数</text><text class="u-margin-top-6 data-v-4d533d32">{{item.b}}</text></view><view class="con u-flex u-row-between data-v-4d533d32"><text class="con-title data-v-4d533d32">特总机具在用总数</text><text class="u-margin-top-6 data-v-4d533d32">{{item.c}}</text></view></view></view></block><block wx:else><u-empty wx:if="{{f}}" class="data-v-4d533d32" u-i="4d533d32-1" bind:__l="__l" u-p="{{f}}"></u-empty></block></scroll-view></view></view>
@@ -0,0 +1 @@
.data-v-4d533d32:root,page.data-v-4d533d32{--u-white-color: #ffffff;--u-black-color: #000000;--u-main-color: #303133;--u-content-color: #606266;--u-tips-color: #909399;--u-light-color: #c0c4cc;--u-border-color: #e4e7ed;--u-divider-color: #e4e7ed;--u-mask-color: rgba(0, 0, 0, .4);--u-shadow-color: rgba(0, 0, 0, .1);--u-bg-color: #f3f4f6;--u-bg-white: #ffffff;--u-bg-gray-light: #f1f1f1;--u-bg-gray-dark: #2f343c;--u-bg-black: #000000;--u-type-primary: #17447a;--u-type-primary-light: #d5dde7;--u-type-primary-disabled: #8fa6c3;--u-type-primary-dark: #123662;--u-type-warning: #ff9900;--u-type-warning-disabled: #fcbd71;--u-type-warning-dark: #f29100;--u-type-warning-light: #fdf6ec;--u-type-success: #19be6b;--u-type-success-disabled: #71d5a1;--u-type-success-dark: #18b566;--u-type-success-light: #dbf1e1;--u-type-error: #fa3534;--u-type-error-disabled: #fab6b6;--u-type-error-dark: #dd6161;--u-type-error-light: #fef0f0;--u-type-info: #909399;--u-type-info-disabled: #c8c9cc;--u-type-info-dark: #82848a;--u-type-info-light: #f4f4f5}.data-summary-page.data-v-4d533d32{display:flex;flex-direction:column;height:100%}.data-summary-page .search.data-v-4d533d32{height:120rpx;background-color:#fff}.data-summary-page .scroll.data-v-4d533d32{flex:1;min-height:0;padding:20rpx 20rpx 40rpx}.data-summary-page .scroll .scroll-view.data-v-4d533d32{height:100%}.data-summary-page .scroll .scroll-view .card.data-v-4d533d32{border-radius:20rpx;background-color:#fff;padding:0 24rpx 24rpx}.data-summary-page .scroll .scroll-view .card .header.data-v-4d533d32{height:80rpx;font-size:32rpx;font-weight:600}.data-summary-page .scroll .scroll-view .card .card-item.data-v-4d533d32{border-radius:10rpx}.data-summary-page .scroll .scroll-view .card .card-item .con.data-v-4d533d32{padding:20rpx;background-color:#f5faff;border-radius:20rpx;margin-top:16rpx}.data-summary-page .scroll .scroll-view .card .card-item .con .con-title.data-v-4d533d32{color:#9a9da8;font-size:28rpx}page{height:100%}