Browse Source

优化商品赠送代金券

wzy 9 months ago
parent
commit
1a89b80e17
2 changed files with 9 additions and 4 deletions
  1. 7 2
      src/views/commodity/commoditySystem/addComponent.vue
  2. 2 2
      vue.config.js

+ 7 - 2
src/views/commodity/commoditySystem/addComponent.vue

@@ -85,7 +85,7 @@
           <el-table-column label="赠送代金券">
             <template slot-scope="scope">
               <el-input-number
-                v-model="scope.row.presenterVoucher" :controls="false" :max="scope.row.price" :min="0"
+                v-model="scope.row.presenterVoucher" :controls="false" :min="0"
                 :precision="2"
                 :step="0.01" style="width: auto;"
               />
@@ -236,10 +236,15 @@
           </el-table-column>
           <el-table-column label="赠送代金券">
             <template slot-scope="scope">
-              <el-input-number
+              <!-- <el-input-number
                 v-model="scope.row.presenterVoucher" :controls="false" :max="scope.row.price" :min="0"
                 :precision="6"
                 :step="1" style="width: auto;"
+              /> -->
+              <el-input-number
+                v-model="scope.row.presenterVoucher" :controls="false" :min="0"
+                :precision="6"
+                :step="1" style="width: auto;"
               />
             </template>
           </el-table-column>

+ 2 - 2
vue.config.js

@@ -41,8 +41,8 @@ module.exports = {
     proxy: {
       '/businessapi': {
         // target: 'http://192.168.0.91:9104',
-        // target: 'https://nsbusinessapitest.tuanfengkeji.cn',
-        target: 'https://nsbusinessapi.tuanfengkeji.cn',
+        target: 'https://nsbusinessapitest.tuanfengkeji.cn',
+        // target: 'https://nsbusinessapi.tuanfengkeji.cn',
         changeOrigin: true,
         pathRewrite: {
           '^/businessapi': ''