Pārlūkot izejas kodu

Merge branch 'dev/v2.4.30_tsz' of jianyu/qmx_page_admin into feature/v2.4.30

汤世哲 1 gadu atpakaļ
vecāks
revīzija
dc90ec5c52
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/order/components/details.vue

+ 1 - 1
src/views/order/components/details.vue

@@ -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
             }
             }