xuxueyang
2024-09-22 b11a3289fd5a0c0b41fd19a97534562b35bbb468
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -7,7 +7,7 @@
            },
            orderItemId: '',
            op: '',
            opStr:''
            opStr: ''
         };
      },
      async onLoad(options) {
@@ -16,7 +16,7 @@
         this.opStr = options.opStr || ''
         if (this.opStr) {
            uni.setNavigationBarTitle({
               title: opStr
               title: this.opStr
            })
         }
@@ -26,10 +26,15 @@
      methods: {
         async init() {
            var apitype = 'supplier'
            // #ifdef PUB_CUSTOMER
            apitype = 'customer'
            // #endif
            this.$message.showLoading()
            const {
               data
            } = await this.$http.request('get', `/api/supplier/delivery/mine/list/check/info/` + this.op, {
            } = await this.$http.request('get', `/api/${apitype}/delivery/mine/list/check/info/` + this.op, {
               params: {
                  orderItemId: this.orderItemId
               }