yangys
2025-09-29 e1fee3c5c1eb50f49d20dad4dc656dfdcb81d4b4
工控网界面优化
已修改4个文件
14 ■■■■ 文件已修改
src/views/dataex/mdmprogramimp.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/taskassigntemp.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tasks/machinebacktask.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tasks/machinereturnfiles.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataex/mdmprogramimp.vue
@@ -55,7 +55,7 @@
          //   hide: true
          // },
          {
            label: '图号',
            label: '零组件号',
            prop: 'drawingNo'
          },
          {
src/views/flowmgr/taskassigntemp.vue
@@ -338,18 +338,18 @@
          res => {
            
            if(res.data.code == 200){
              /*
              this.$message({
                type: 'success',
                message: '操作成功!',
              });
              */
            
              this.attachForm.producePlanId = res.data.data.id;
              
              console.log('planid',this.attachForm.productPlanId)
              //console.log('planid',this.attachForm.productPlanId)
              this.startDispatch(form,done);
            }else{
              this.$alert(res.data.msg+".重新输入或者手动选择主管工艺。", '发起任务失败',{type:'error',confirmButtonText:'关闭'});
            }
            done();
src/views/tasks/machinebacktask.vue
@@ -88,10 +88,10 @@
            label: '临时更改单',
            prop: 'deviation',
          },
          /*{
          {
            label: '临时更改单序号',
            prop: 'deviationSerial',
          },*/
          },
          {
            label: '程序段数',
            prop: 'segCount',
src/views/tasks/machinereturnfiles.vue
@@ -70,7 +70,7 @@
        total: 0,
      },
      option: {
        size:'small',
        //size:'small',
        index: true,
        selection: true,
        selectionWidth:30,