瀏覽代碼

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
             }