yangys
2025-09-29 e1fee3c5c1eb50f49d20dad4dc656dfdcb81d4b4
src/views/tasks/machinereturnfiles.vue
@@ -70,7 +70,7 @@
        total: 0,
      },
      option: {
        size:'mini',
        //size:'small',
        index: true,
        selection: true,
        selectionWidth:30,
@@ -108,7 +108,7 @@
                  txt = '固化';
                  break;
                case 3:
                  txt = '偏离';
                  txt = '临时更改单';
                  break;
                default:
                  txt = '未知';
@@ -272,9 +272,11 @@
    },
    currentChange(current) {
      this.mypage.current = current;
      this.onLoad();
    },
    sizeChange(size) {
      this.mypage.size = size;
      this.onLoad();
    },
    refreshChange() {
      
@@ -291,6 +293,7 @@
        dirType:this.currentNode.dirType,
        machineCode: this.currentNode.machineCode,
      }
      console.log('myupage',this.mypage)
      axios({
        url: '/blade-mdm/machinefile/collect/file-page-for-acceept',
        method: 'get',