695593266@qq.com пре 2 месеци
родитељ
комит
dc234d3f9a
2 измењених фајлова са 6 додато и 3 уклоњено
  1. 4 1
      src/views/productionPlan/components/unpackDialog.vue
  2. 2 2
      vue.config.js

+ 4 - 1
src/views/productionPlan/components/unpackDialog.vue

@@ -285,7 +285,9 @@
       open(row) {
         this.visible = true;
         this.formData = deepClone(row);
-        this.formData.reqMoldTime = this.formData.reqMoldTime.split(' ')[0];
+        this.formData.reqMoldTime = this.formData.reqMoldTime
+          ? this.formData.reqMoldTime.split(' ')[0]
+          : '';
         if (this.formData.splitBatch == 1) {
           this.columns[2].label = '剩余数量';
           this.requiredFormingNum = this.formData.splitResidue;
@@ -296,6 +298,7 @@
         this.form.surplusUnpack = [];
         this.form.unpackList = [];
         this.setSurplus();
+
         // 自定义编码
         if (!row.children || row.children.length == 0) {
           this.custom_code = 1;

+ 2 - 2
vue.config.js

@@ -41,8 +41,8 @@ module.exports = {
         // target: 'http://192.168.1.211:18086',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.102:18086',
-        // target: 'http://aiot.zoomwin.com.cn:51001/api',
-        target: 'http://192.168.1.125:18086',
+        target: 'http://aiot.zoomwin.com.cn:51001/api',
+        // target: 'http://192.168.1.125:18086',
 
         // target: 'http://192.168.1.116:18086',