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"),i=require("../../../api/moduleApi/index.js"),p=require("../../../utils/index.js");if(!Array){const c=e.resolveComponent("u-search"),t=e.resolveComponent("u-empty");(c+t)()}const l=()=>"../../../uni_modules/uview-pro/components/u-search/u-search.js",d=()=>"../../../uni_modules/uview-pro/components/u-empty/u-empty.js";Math||(l+d)();const f={__name:"index",setup(c){let t=e.ref(""),a=e.ref({});e.onLoad(u=>{a.value=u,r(a.value.unitId)});let n=e.ref([]);const r=async u=>{let s=await i.getHSECostEquipmentItem({unitId:u,searchText:t.value});n.value=s},m=p.debounce(u=>{t.value=u,r(a.value.unitId)},500);return(u,s)=>e.e({a:e.o(e.unref(m),"e6"),b:e.o(o=>e.isRef(t)?t.value=o:t=o,"22"),c:e.p({placeholder:"请输入项目名称","show-action":!1,modelValue:e.unref(t)}),d:e.t(decodeURIComponent(e.unref(a).companyName)),e:e.unref(n).length>0},e.unref(n).length>0?{f:e.f(e.unref(n),(o,_,y)=>({a:e.t(o.ProjectName),b:e.t(o.UseEquipmentNum),c:e.t(o.SpecialEquipmentNum),d:_}))}:{g:e.p({text:"暂无数据",mode:"list"})})}},h=e._export_sfc(f,[["__scopeId","data-v-749865c8"]]);wx.createPage(h);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/index/equipmentManagementDetails/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-749865c8"><view class="search u-flex u-padding-left-24 u-padding-right-24 data-v-749865c8"><u-search wx:if="{{c}}" class="data-v-749865c8" bindchange="{{a}}" u-i="749865c8-0" bind:__l="__l" bindupdateModelValue="{{b}}" u-p="{{c}}"></u-search></view><view class="scroll data-v-749865c8"><scroll-view class="scroll-view data-v-749865c8" scroll-y><view class="title data-v-749865c8"><text class="data-v-749865c8">{{d}}</text></view><block wx:if="{{e}}"><view wx:for="{{f}}" wx:for-item="item" wx:key="d" class="card u-margin-bottom-20 data-v-749865c8"><view class="header u-flex u-border-bottom data-v-749865c8"><text class="header-title data-v-749865c8">{{item.a}}</text></view><view class="card-item data-v-749865c8"><view class="con u-flex u-row-between data-v-749865c8"><text class="con-title data-v-749865c8">机具在用总数</text><text class="u-margin-top-6 data-v-749865c8">{{item.b}}</text></view><view class="con u-flex u-row-between data-v-749865c8"><text class="con-title data-v-749865c8">特总机具在用总数</text><text class="u-margin-top-6 data-v-749865c8">{{item.c}}</text></view></view></view></block><block wx:else><u-empty wx:if="{{g}}" class="data-v-749865c8" u-i="749865c8-1" bind:__l="__l" u-p="{{g}}"></u-empty></block></scroll-view></view></view>
@@ -0,0 +1 @@
.data-v-749865c8:root,page.data-v-749865c8{--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-749865c8{display:flex;flex-direction:column;height:100%}.data-summary-page .search.data-v-749865c8{height:120rpx;background-color:#fff}.data-summary-page .scroll.data-v-749865c8{flex:1;min-height:0;padding:0rpx 20rpx 40rpx}.data-summary-page .scroll .scroll-view.data-v-749865c8{height:100%}.data-summary-page .scroll .scroll-view .title.data-v-749865c8{padding:20rpx 0;font-size:32rpx;font-weight:600}.data-summary-page .scroll .scroll-view .card.data-v-749865c8{border-radius:20rpx;background-color:#fff;padding:0 24rpx 24rpx}.data-summary-page .scroll .scroll-view .card .header.data-v-749865c8{height:80rpx;font-size:32rpx;font-weight:600}.data-summary-page .scroll .scroll-view .card .card-item.data-v-749865c8{border-radius:10rpx}.data-summary-page .scroll .scroll-view .card .card-item .con.data-v-749865c8{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-749865c8{color:#9a9da8;font-size:28rpx}page{height:100%}