Browse Source

提交代码

陈少旭 1 year ago
parent
commit
67005772a3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/workforce/components/editTableData.vue

+ 3 - 3
src/xt_pages/workforce/components/editTableData.vue View File

166
             height="calc(100% - 50px)"
166
             height="calc(100% - 50px)"
167
             ref="table"
167
             ref="table"
168
             style="table-layout: fixed;"
168
             style="table-layout: fixed;"
169
-           
169
+
170
         >
170
         >
171
         <!-- :cell-style ='cellstyle'    :height="tableContainHeight" calc(100% - 50px) 600-->
171
         <!-- :cell-style ='cellstyle'    :height="tableContainHeight" calc(100% - 50px) 600-->
172
           <el-table-column
172
           <el-table-column
1344
                     :schedulMode="modename_value"
1344
                     :schedulMode="modename_value"
1345
                   >
1345
                   >
1346
 
1346
 
1347
-                  
1347
+
1348
                   </schedule-item>
1348
                   </schedule-item>
1349
                 </div>
1349
                 </div>
1350
               </template>
1350
               </template>
2526
 
2526
 
2527
         for(let i = 0; i < this.weeks.length; i++){
2527
         for(let i = 0; i < this.weeks.length; i++){
2528
           for(let b = 0; b < this.first_weeks.length; b++){
2528
           for(let b = 0; b < this.first_weeks.length; b++){
2529
-            if(this.weeks[i].week_type == this.first_weeks[b].week_type && this.first_weeks[b].order_id > 0){
2529
+            if(this.weeks[i].week_type == this.first_weeks[b].week_type){
2530
               console.log(this.weeks[i].week_type)
2530
               console.log(this.weeks[i].week_type)
2531
               console.log(this.first_weeks[b].week_type)
2531
               console.log(this.first_weeks[b].week_type)
2532
               console.log(this.first_weeks[b].order_id)
2532
               console.log(this.first_weeks[b].order_id)