lilei 1 주 전
부모
커밋
7369c3ef00
3개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 3 2
      src/views/numsGoodsShelves/shelfSet/set.vue
  3. 2 2
      vue.config.js

+ 1 - 1
public/version.json

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

+ 3 - 2
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -491,8 +491,9 @@ export default {
     // 打印贴签
     handlePrintSticker (row) {
       const nowData = this.basicInfoData
-      const list = []
-      list.push(row)
+      row.productCode = row.shelfProductApiEntity.productCode
+      row.productSn = row.shelfProductApiEntity.productSn
+      const list = [row]
       // 打开预览弹框
       this.showPrintView = true
       this.$refs.printView.setData(nowData, list)

+ 2 - 2
vue.config.js

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