lilei hace 3 años
padre
commit
1159b5e275

+ 2 - 1
src/views/numsGoodsShelves/replenishmentManagement/outWarehousingModal.vue

@@ -153,7 +153,8 @@ export default {
                 replenishBillSn: _this.nowData && _this.nowData.replenishBillSn,
                 detailList: arr,
                 dispatchType: _this.form.dispatchType,
-                remarks: _this.form.remarks
+                remarks: _this.form.remarks,
+                shelfSn: _this.nowData && _this.nowData.shelfSn
               }
               _this.spinning = true
               shelfReplenishOutStock(params).then(res => {

+ 2 - 2
vue.config.js

@@ -109,8 +109,8 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.188:8503/qpls-md',
-        // target: 'http://frps.chelingzhu.com:7800/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md',
+        target: 'http://frps.chelingzhu.com:7800/qpls-md',
+        // target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,