|
@@ -22,7 +22,7 @@
|
|
|
<div>订单编号:{{ orderDatalist.orderInfo.order_id }}</div>
|
|
|
</div>
|
|
|
<div v-if="rowActive.delete_time == null">
|
|
|
- <Button
|
|
|
+ <!-- <Button
|
|
|
:class="openErp ? 'on' : ''"
|
|
|
:disabled="openErp"
|
|
|
v-if="
|
|
@@ -32,14 +32,14 @@
|
|
|
"
|
|
|
@click="changeMenu('1')"
|
|
|
>立即支付
|
|
|
- </Button>
|
|
|
- <Button
|
|
|
+ </Button> -->
|
|
|
+ <!-- <Button
|
|
|
:class="openErp ? 'on' : ''"
|
|
|
:disabled="openErp"
|
|
|
v-if="orderData._status_new == 2 && !rowActive.split.length && (!formType || !orderData.refund.length)"
|
|
|
@click="distribution"
|
|
|
>分配
|
|
|
- </Button>
|
|
|
+ </Button> -->
|
|
|
<Button
|
|
|
:class="openErp ? 'on' : ''"
|
|
|
:disabled="openErp"
|
|
@@ -47,7 +47,7 @@
|
|
|
@click="edit"
|
|
|
>编辑
|
|
|
</Button>
|
|
|
- <Button
|
|
|
+ <!-- <Button
|
|
|
:class="openErp ? 'on' : ''"
|
|
|
:disabled="openErp"
|
|
|
v-if="
|
|
@@ -59,7 +59,7 @@
|
|
|
"
|
|
|
@click="sendOrder"
|
|
|
>发送货
|
|
|
- </Button>
|
|
|
+ </Button> -->
|
|
|
<Button
|
|
|
:class="openErp ? 'on' : ''"
|
|
|
:disabled="openErp"
|
|
@@ -907,12 +907,12 @@
|
|
|
</template>
|
|
|
</template>
|
|
|
<template slot-scope="{ row, index }" slot="action">
|
|
|
- <a
|
|
|
+ <!-- <a
|
|
|
:disabled="openErp"
|
|
|
@click="distribution(row, 1)"
|
|
|
v-if="row._status === 2 && !row.supplier_name"
|
|
|
>分配</a
|
|
|
- >
|
|
|
+ > -->
|
|
|
<Divider
|
|
|
type="vertical"
|
|
|
v-if="row._status === 2 && !row.supplier_name && row.store_id==0"
|
|
@@ -923,7 +923,7 @@
|
|
|
v-if="row._status === 1"
|
|
|
>编辑</a
|
|
|
>
|
|
|
- <a
|
|
|
+ <!-- <a
|
|
|
:disabled="openErp"
|
|
|
@click="sendOrder(row, 1)"
|
|
|
v-if="
|
|
@@ -935,7 +935,7 @@
|
|
|
!row.supplier_name && row.store_id==0
|
|
|
"
|
|
|
>发送货</a
|
|
|
- >
|
|
|
+ > -->
|
|
|
<a
|
|
|
:disabled="openErp"
|
|
|
@click="delivery(row, 1)"
|
|
@@ -1005,7 +1005,7 @@
|
|
|
<Icon type="ios-arrow-down"></Icon>
|
|
|
</a>
|
|
|
<DropdownMenu slot="list">
|
|
|
- <DropdownItem
|
|
|
+ <!-- <DropdownItem
|
|
|
:disabled="openErp"
|
|
|
name="1"
|
|
|
ref="ones"
|
|
@@ -1015,7 +1015,7 @@
|
|
|
row.pay_type === 'offline'
|
|
|
"
|
|
|
>立即支付</DropdownItem
|
|
|
- >
|
|
|
+ > -->
|
|
|
<!-- <DropdownItem name="2">订单详情</DropdownItem> -->
|
|
|
<DropdownItem :disabled="openErp" name="3"
|
|
|
>订单记录</DropdownItem
|