lhch2015 пре 1 месец
родитељ
комит
48d63f4b65

+ 4 - 4
admin-ui/.env.development

@@ -5,10 +5,10 @@ VUE_APP_TITLE = 一七管理系统
 ENV = 'development'
 
 
-VUE_APP_BASE_API_HOST = 'http://192.168.5.176:9801'
-VUE_APP_BASE_API = 'http://192.168.5.176:9801'
-#VUE_APP_BASE_API_HOST = 'http://139.224.65.227:8091/prod-api'
-#VUE_APP_BASE_API = 'http://139.224.65.227:8091/prod-api'
+# VUE_APP_BASE_API_HOST = 'http://192.168.5.176:9801'
+# VUE_APP_BASE_API = 'http://192.168.5.176:9801'
+VUE_APP_BASE_API_HOST = 'http://139.224.65.227:8091/prod-api'
+VUE_APP_BASE_API = 'http://139.224.65.227:8091/prod-api'
 # VUE_APP_BASE_API_HOST = 'http://192.168.5.247:9801/'
 # VUE_APP_BASE_API = 'http://192.168.5.247:9801/'
 

+ 0 - 1
admin-ui/src/views/app/delivery/index.vue

@@ -124,7 +124,6 @@
         :visible.sync="userSelectVisible"
         append-to-body
         :close-on-click-modal="false"
-        append-to-body
       >
         <div class="user-search">
           <el-form :inline="true">

+ 1 - 1
admin-ui/src/views/coupon/item/index.vue

@@ -136,7 +136,7 @@
 
         <!-- 发送优惠券对话框 -->
         <el-dialog :title="sendCouponTitle" :visible.sync="sendCouponOpen" width="600px" 
-            :close-on-click-modal="false" :before-close="handleSendCouponClose">
+            :close-on-click-modal="false" :before-close="handleSendCouponClose" append-to-body>
             <el-form ref="form" :model="sendCouponForm" :rules="rules" label-width="120px">
                 <el-card class="box-card" shadow="never">
                     <div slot="header">

+ 1 - 0
admin-ui/src/views/order/cloth/orderList.vue

@@ -473,6 +473,7 @@ export default {
             })
         },
         handleClose(row) {
+            console.log(row)
             var _this = this
             var content = '退单金额如下:'
             if (row.payType == '0') {

+ 1 - 1
admin-ui/src/views/order/retailOrder/index.vue

@@ -353,7 +353,7 @@ import { printGoods } from '@/api/order/clothItem'
 
 export default {
     name: 'goodsRetailOrder',
-    dicts: ['order_goods_status', 'goods_order_refund_status','delivery_company', 'recharge_pay_type'],
+    dicts: ['order_goods_status', 'goods_order_refund_status','delivery_company', 'recharge_pay_type', 'goods_type'],
     data() {
         var validateNumberInput = (rule, value, callback) => {
             if (!value || isNaN(value)) {

+ 1 - 1
admin-ui/src/views/refund/refundRetailOrder/index.vue

@@ -83,7 +83,7 @@
         </Page>
 
         <!--    详情-->
-        <el-dialog :title="detailTitle" :visible.sync="openDetail" width="80%">
+        <el-dialog :title="detailTitle" :visible.sync="openDetail" width="80%" append-to-body>
             <el-card>
                 <el-descriptions title="客户信息" v-show="detailView" :column="3" border :label-style="{ 'text-align': 'center' }" :contentStyle="{ 'text-align': 'center' }">
                     <el-descriptions-item label="客户姓名">{{ detailView.realName }}</el-descriptions-item>