소스 검색

fix: 查询是否可以客户自助扫码开票详情页参数调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 년 전
부모
커밋
7bb63f478e
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
             }