caojunjie 2 年 前
コミット
85fe1f719f
2 ファイル変更3 行追加3 行削除
  1. 1 1
      src/views/Warehousing/inAndOutStock/AddOrUpdate.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/Warehousing/inAndOutStock/AddOrUpdate.vue

@@ -6140,7 +6140,7 @@ export default {
           if (response.data.warehouseBillsItem) {
             response.data.warehouseBillsItem.map((e) => {
               e.fBsdate = Date.parse(e.fBsdate);
-              e.fBusinessType = e.fBusinessType.toString();
+              e.fBusinessType = e.fBusinessType ? e.fBusinessType.toString() : null;
               e.fLntype = e.fLntype ? e.fLntype.toString() : null;
             });
             console.log(response.data.warehouseBillsItem)

+ 2 - 2
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://58.56.152.118:9010/prod-api/`,
         // target: `http://192.168.0.103:9099/`,
-        // target: `http://192.168.0.106:9010/`,
+        target: `http://192.168.0.106:9010/`,
         // target: `http://192.168.1.116:9012/`,
         // target: `http://192.168.1.116:9010/`,
         // target: `http://192.168.1.140:9010/`,
@@ -58,7 +58,7 @@ module.exports = {
         // target: `https://hwc.tubaosoft.com/prod-api/`,
         // target: `https://zjxd.dhscs.net/prod-api/`,
         // target: `http://ck.huodaonar.com/prod-api/`,
-        target: `https://ck.hturing.com/prod-api/`,
+        // target: `https://ck.hturing.com/prod-api/`,
         // target: `https://hltd.echepei.com/prod-api/`,
         // target: `https://jingang.re-king.cn//prod-api/`,
         // target: `https://wms.hadexpress.com/prod-api/`,