lilei 2 lat temu
rodzic
commit
f31b3c3767

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1668131139246
+  "version": 1668133392440
 }

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -374,7 +374,7 @@ export default {
       }
       // 补货订单
       if (data.notice.extInfo.bizType == 'SHELF_REPLENISH') {
-        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'WAIT_CONFIRM' } })
+        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'ALL' } })
       }
       // 货架订单
       if (data.notice.extInfo.bizType == 'SHELF_ORDER') {

+ 1 - 1
src/views/notice/detailModal.vue

@@ -139,7 +139,7 @@ export default {
       }
       // 补货订单
       if (this.detailsData.extInfo.bizType == 'SHELF_REPLENISH') {
-        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'WAIT_CONFIRM' } })
+        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'ALL' } })
       }
       // 货架订单
       if (this.detailsData.extInfo.bizType == 'SHELF_ORDER') {

+ 1 - 1
src/views/notice/list.vue

@@ -192,7 +192,7 @@ export default {
       }
       // 补货订单
       if (data.notice.extInfo.bizType == 'SHELF_REPLENISH') {
-        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'WAIT_CONFIRM' } })
+        this.$router.push({ name: 'replenishmentManagement', query: { bizType: 'ALL' } })
       }
       // 货架订单
       if (data.notice.extInfo.bizType == 'SHELF_ORDER') {

+ 1 - 0
src/views/numsGoodsShelves/replenishmentManagement/slodOutModal.vue

@@ -36,6 +36,7 @@
             :rowKey="(record) => record.id"
             :columns="columns"
             :data="loadData"
+            :style="{ height: '450px' }"
             :scroll="{ y: 400 }"
             :showPagination="false"
             bordered>

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.182:8503/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.182:8503/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,