695593266@qq.com 2 ay önce
ebeveyn
işleme
dc234d3f9a

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

@@ -285,7 +285,9 @@
       open(row) {
       open(row) {
         this.visible = true;
         this.visible = true;
         this.formData = deepClone(row);
         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) {
         if (this.formData.splitBatch == 1) {
           this.columns[2].label = '剩余数量';
           this.columns[2].label = '剩余数量';
           this.requiredFormingNum = this.formData.splitResidue;
           this.requiredFormingNum = this.formData.splitResidue;
@@ -296,6 +298,7 @@
         this.form.surplusUnpack = [];
         this.form.surplusUnpack = [];
         this.form.unpackList = [];
         this.form.unpackList = [];
         this.setSurplus();
         this.setSurplus();
+
         // 自定义编码
         // 自定义编码
         if (!row.children || row.children.length == 0) {
         if (!row.children || row.children.length == 0) {
           this.custom_code = 1;
           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.211:18086',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.102:18086',
         // 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',
         // target: 'http://192.168.1.116:18086',