|
@@ -1060,7 +1060,7 @@ export default {
|
|
return nameList.join('')
|
|
return nameList.join('')
|
|
},
|
|
},
|
|
isCanInvoice() {
|
|
isCanInvoice() {
|
|
- this.$request('/order/orderInfo').data({ orderCode: this.orDetails.order_code }).success((res) => {
|
|
|
|
|
|
+ this.$request('/order/orderInfo').data({ orderCode: this.orDetails.order_code, origin: 'detail' }).success((res) => {
|
|
if (res.status === 'success') {
|
|
if (res.status === 'success') {
|
|
this.isShowCustom = true
|
|
this.isShowCustom = true
|
|
}
|
|
}
|