|
@@ -221,7 +221,7 @@
|
|
|
</button>
|
|
</button>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="td-yellow p-0 m-0" v-if="!isShowOrderInfo && index===0" style="width:50px" :rowspan="orderIssues.length">
|
|
<td class="td-yellow p-0 m-0" v-if="!isShowOrderInfo && index===0" style="width:50px" :rowspan="orderIssues.length">
|
|
|
- <span class="btn btn-outline-secondary " @click="showOrderInfo" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''" >展开</span>
|
|
|
|
|
|
|
+ <span class="btn btn-outline-secondary " @click="showOrderInfo" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''" >展开运单列</span>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
<td class="td-yellow " v-if="isShowOrderInfo">@{{ orderIssue.order.consignee_name }}
|
|
<td class="td-yellow " v-if="isShowOrderInfo">@{{ orderIssue.order.consignee_name }}
|
|
@@ -266,7 +266,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="p-0 m-0" v-if="!isShowRejectedBill && index === 0 " style="width:50px;" :rowspan="orderIssues.length" >
|
|
<td class="p-0 m-0" v-if="!isShowRejectedBill && index === 0 " style="width:50px;" :rowspan="orderIssues.length" >
|
|
|
- <span class="btn btn-outline-secondary " @click="showRejectedBill" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''" >展开</span>
|
|
|
|
|
|
|
+ <span class="btn btn-outline-secondary " @click="showRejectedBill" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''" >展开退单列</span>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="p-0" :id="orderIssue.id+'rejectedBill'" valign="middle" align="center"
|
|
<td class="p-0" :id="orderIssue.id+'rejectedBill'" valign="middle" align="center"
|
|
|
v-if="isShowRejectedBill"
|
|
v-if="isShowRejectedBill"
|
|
@@ -345,7 +345,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="p-0 m-0 h-100" v-if="!isShowSecondOrderInfo && index === 0" style="width:50px;" :rowspan="orderIssues.length" >
|
|
<td class="p-0 m-0 h-100" v-if="!isShowSecondOrderInfo && index === 0" style="width:50px;" :rowspan="orderIssues.length" >
|
|
|
- <span class="btn btn-outline-secondary " @click="showSecondeOrder" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''">展开</span>
|
|
|
|
|
|
|
+ <span class="btn btn-outline-secondary " @click="showSecondeOrder" :style="orderIssues.length>4 ?'{height: 200px;line-height: 100px':''">展开运单列</span>
|
|
|
</td>
|
|
</td>
|
|
|
<td v-if="isShowSecondOrderInfo">
|
|
<td v-if="isShowSecondOrderInfo">
|
|
|
<span v-if="orderIssue.second_order" class="p-0"> @{{ orderIssue.second_order.code }}</span>
|
|
<span v-if="orderIssue.second_order" class="p-0"> @{{ orderIssue.second_order.code }}</span>
|