【修改】项目字段修改
This commit is contained in:
@@ -44,6 +44,11 @@
|
||||
<text>打包</text>
|
||||
<text>{{form.pack_dictText}}</text>
|
||||
</view>
|
||||
<!-- 工作组项目展示 -->
|
||||
<view style="height:auto" wx:if="{{type === 'work' }}">
|
||||
<text>任务及目标</text>
|
||||
<text></text>
|
||||
</view>
|
||||
<view>
|
||||
<text>需要发票</text>
|
||||
<text>{{form.needInvoice_dictText}}</text>
|
||||
@@ -56,7 +61,8 @@
|
||||
<view wx:if="{{form.chargeWay === 2}}">
|
||||
<text>合同</text>
|
||||
<!-- 跳转到合同详情 -->
|
||||
<text class="color-green" bindtap="contractDetail">{{form.contractNum}}</text>
|
||||
<!-- class="color-green" bindtap="contractDetail" 去掉跳转 -->
|
||||
<text>{{form.contractNum}}</text>
|
||||
</view>
|
||||
<!-- 付款方式为收费通知才有 -->
|
||||
<view wx:if="{{form.chargeWay === 3}}">
|
||||
@@ -99,6 +105,8 @@
|
||||
<view class="basic-info" style="margin-top: 10px;">
|
||||
<view class="title">
|
||||
<text>到账信息</text>
|
||||
<!-- 工作组显示 -->
|
||||
<view class="tip" wx:if="{{type === 'work' || type === 'project' }}">请到pc端进行相关缴费操作</view>
|
||||
</view>
|
||||
<view style="padding: 0 15px;" wx:for="{{form.paymentRecord}}" wx:key="item">
|
||||
<text wx:if="{{form.paymentRecord && form.paymentRecord.length}}">{{item.paymentDate}}到账{{item.amountReceived}}元</text>
|
||||
@@ -146,3 +154,5 @@
|
||||
<text class="no-data" style="height: 50px;" wx:if="{{!form.mailBill}}">暂无邮寄记录!</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 工作组展示 -->
|
||||
<view class="tip" wx:if="{{type === 'work' }}">在研项目和各种分发资料请到pc端查看</view>
|
||||
|
||||
Reference in New Issue
Block a user