|
@@ -64,7 +64,7 @@
|
|
|
<t-cell wx:for="{{linkWorkOrders}}" wx:key="sa_serviceorderid" title="工单编号" note="{{item.billno}}" data-item="{{item}}" bind:click="tolinkWorkOrder" hover arrow />
|
|
|
<t-empty wx:if="{{linkWorkOrders.length === 0}}" icon="root-list" t-class="empty-cls" t-class-image="t-empty__image" description="暂无工单" />
|
|
|
</t-tab-panel>
|
|
|
- <t-tab-panel wx:if="{{orderMainData.servicetype !== '售前' && orderMainData.servicetype !== '历史售后'}}" label="售后商品" value="1">
|
|
|
+ <t-tab-panel wx:if="{{orderMainData.servicetype !== '售前' && orderMainData.servicetype !== '历史售后' && orderMainData.status == '新建'}}" label="售后商品" value="1">
|
|
|
<view style="padding:10px" wx:if="{{list.length === 0}}">
|
|
|
<t-empty icon="cart" description="暂未添加商品">
|
|
|
<t-button slot="action" theme="primary" size="extra-small" bindtap="addProduct">前往添加</t-button>
|