Jelajahi Sumber

fix:修改销售订单传入内部系统批次号

mlchen 2 minggu lalu
induk
melakukan
d57c6439f2
3 mengubah file dengan 121 tambahan dan 525 penghapusan
  1. 5 1
      package.json
  2. 115 523
      src/BIZComponents/inventoryTable.vue
  3. 1 1
      vue.config.js

+ 5 - 1
package.json

@@ -21,6 +21,7 @@
     "bpmn-js-properties-panel": "0.46.0",
     "bpmn-js-token-simulation": "0.10.0",
     "build": "^0.1.4",
+    "codemirror": "^5.65.21",
     "core-js": "^3.25.0",
     "countup.js": "^2.3.2",
     "cropperjs": "^1.5.12",
@@ -39,10 +40,13 @@
     "jsbarcode": "^3.11.5",
     "json-bigint": "^1.0.0",
     "lodash": "^4.17.21",
-    "mathjs": "^12.4.1",
+    "mathjs": "^12.4.3",
+    "normalize.css": "^8.0.1",
     "nprogress": "^0.2.0",
     "print-js": "^1.6.0",
+    "qiniu-js": "^2.5.1",
     "tinymce": "^5.10.5",
+    "viewerjs": "^1.2.0",
     "vue": "^2.7.10",
     "vue-clipboard2": "^0.3.3",
     "vue-countup-v2": "^4.0.0",

File diff ditekan karena terlalu besar
+ 115 - 523
src/BIZComponents/inventoryTable.vue


+ 1 - 1
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
     proxy: {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
-        target: 'http://192.168.1.251:18086', //开发
+        target: 'http://192.168.1.10:18086', //开发
         // target: 'http://192.168.1.251:18186', //测试
         // target: 'http://192.168.1.15:18086',//罗
         // target: 'http://192.168.1.144:18086',//付

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini