瀏覽代碼

no message

linwenxin 7 月之前
父節點
當前提交
85ced5ce56

+ 4 - 4
src/views/partsManagement/accessoryWebsite/website-parts-shop-sales-manage/website-parts-shop-sales/components/pay-popup-window.vue

@@ -156,11 +156,11 @@ export default {
       }
     },
     queryOrder() {
-      if (this.data.websitId && this.data.id && this.data.outTradeNo) {
+      if (this.item.websitId && this.data.id && this.item.id) {
         const params = {
-          websitId: this.data.websitId,
-          id: this.data.id,
-          outTradeNo: this.data.outTradeNo
+          websitId: this.item.websitId,
+          id: this.item.id,
+          outTradeNo: this.data.id
         }
         queryPayStatus(params).then(res => {
           if (res && res.data.payFlag === 'YES') {

File diff suppressed because it is too large
+ 487 - 443
src/views/workOrder/workOrderPool/detailModule/Payment/index.vue


File diff suppressed because it is too large
+ 586 - 368
src/views/workOrder/workOrderPool/detailModule/SettleAccounts/index.vue


Some files were not shown because too many files changed in this diff