소스 검색

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

汤世哲 1 년 전
부모
커밋
dc90ec5c52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('')
         },
         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') {
               this.isShowCustom = true
             }