【修改】项目字段修改

This commit is contained in:
fengachen
2021-12-15 16:12:22 +08:00
parent 2f424928af
commit 2bfeded661
15 changed files with 137 additions and 18 deletions
+15 -1
View File
@@ -5,7 +5,9 @@
</view>
<view class="empty_custom" style="padding-top:{{statusBarHeight}}px"></view><!-- 空view用来填充自定义头部的padding-top -->
<!-- 自定义头部end -->
<view>
<view class="base">
<!-- 作废的图标 -->
<image src="../../assets/images/zuofei.png" class="zuofei" wx:if="{{form.status === 6}}"></image>
<view class="basic-info">
<view class="title">
<text>基本信息</text>
@@ -22,10 +24,22 @@
<text>负责人</text>
<text>{{form.principalName}}</text>
</view>
<view>
<text>签订单位</text>
<text>{{form.signedCompanyTemporaryName}}</text>
</view>
<view>
<text>签订联系人</text>
<text>{{form.signedContactsTemporaryName}}</text>
</view>
<view>
<text>合同金额</text>
<text>{{form.contractAmount ? form.contractAmount + '元' : ''}}</text>
</view>
<view>
<text>创建时间</text>
<text>{{form.createTime}}</text>
</view>
<view>
<text>关联项目</text>
<view class="ass-project">