key1_beacon_xcx/pages/table-data/index.wxml
2023-11-22 12:17:32 +08:00

60 lines
3.8 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="table-data-page">
<view class="table-data-container">
<!-- 标题 -->
<view class="title-box">
<view class="title">渤银理财理财分销对接代销系统采购项目</view>
<!-- <view class="price-box">
<price wx:if="true" priceUnit="yuan" wr-class="price-class" symbol="" price="99" fill="true" decimalSmaller />
<view wx:else class="price-class black">价格待定</view>
</view> -->
</view>
<!-- 详情单元格 -->
<view class="detail-box">
<view class="detail-title-box">
<view class="detail-title">基本信息</view>
</view>
<view class="detail-margin-box">
<t-cell t-class-title="cell-class" t-class-note="node-class" title="涉及产品" note="辅助信息" hover />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="采购单位名称" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="采购方式" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="日期" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="截至日期" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="供应商名称" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="供应商报价" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="项目计价形式" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="链接" note="辅助信息" hover />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="采购方式" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="是否为中标公告" note="是" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="是否是人力资源池或框架协议" note="是" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="公告中是否包含多个包/标段/采购内容" note="是" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="单一来源理由(如有)" note="是" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="是否仅有一个中标人" note="是" />
</view>
</view>
<view class="detail-box">
<view class="detail-title-box">
<view class="detail-title">中标信息</view>
</view>
<view class="detail-margin-box">
<t-cell t-class-title="cell-class" t-class-note="node-class" title="中标人或候选人" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="中标金额" note="辅助信息" />
</view>
</view>
<view class="detail-box">
<t-cell title="详情" description="渤银理财理财分销对接代销系统采购项目成交公示       受渤海银行股份有限公司委托金采联合北京招标有限公司于2022年8月4日以竞争性采购方式对渤银理财理财分销对接代销系统采购项目项目编号FUTC-2022-H031B组织了采购。现将成交供应商公布如下北京开科唯识技术股份有限公司为成交供应商。公示期限自2022年8月22日至2022年8月24日采购代理机构金采联合北京招标有限公司联系地址北京市西城区佟麟阁路95号尚信大厦联系人刘世平、刘松樵、谭永江代理机构联系方式13682015217、16622986307、010-51813597特此公告金采联合北京招标有限公司2022年8月19日" />
</view>
</view>
</view>
<!-- 底部按钮 -->
<view class="footer-btn-box">
<van-button wx:if="true" class="btn" type="info" round block>我感兴趣</van-button>
</view>