|
|
@@ -365,7 +365,6 @@
|
|
|
<view class="operate-btn-wrap">
|
|
|
|
|
|
<button class="admin-button-com middle" @click.stop="sendWork(orderInfo)" v-if="orderInfo.payStatus == 1 && (orderInfo.hasWork == 0 || orderInfo.hasWork == 2)">通知制作</button>
|
|
|
-
|
|
|
<button class="admin-button-com middle" @click.stop="cancelFn(orderInfo)" v-if="orderInfo.status == 1"> 取消 </button>
|
|
|
<button class="admin-button-com middle" @click.stop="goScan(orderInfo)" v-if="orderInfo.status == 1"> 扫码收款 </button>
|
|
|
<button class="admin-button-com middle" v-if="orderInfo.sendStatus == '-2' && orderInfo.payStatus == 1" @click.stop="openExpressPage(orderInfo.id)">呼叫跑腿</button>
|
|
|
@@ -537,6 +536,7 @@ export default {
|
|
|
that.$util.confirmModal({content:'确认通知制作?'},() => {
|
|
|
needWork({id:item.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
+ item.hasWork = 1
|
|
|
that.$msg(res.msg)
|
|
|
}
|
|
|
})
|