yq1 1年前
父节点
当前提交
b10acab023

+ 5 - 8
src/xt_pages/workforce/components/editTableData.vue 查看文件

145
             </el-switch>
145
             </el-switch>
146
           </div>
146
           </div>
147
         </div>
147
         </div>
148
-        <!-- 编辑排班表格 -->  
148
+        <!-- 编辑排班表格 -->
149
           <el-table id="eltable"
149
           <el-table id="eltable"
150
             :row-style="{ color: '#303133' }"
150
             :row-style="{ color: '#303133' }"
151
             :header-cell-style="{
151
             :header-cell-style="{
170
             :row-class-name="tableRowClassName"
170
             :row-class-name="tableRowClassName"
171
             :sticky-header="true"
171
             :sticky-header="true"
172
             show-summary
172
             show-summary
173
-            
173
+
174
             ref="table"
174
             ref="table"
175
             style="table-layout: fixed;"
175
             style="table-layout: fixed;"
176
           >
176
           >
180
               label="分区"
180
               label="分区"
181
               min-width="60"
181
               min-width="60"
182
               align="center"
182
               align="center"
183
-              
183
+
184
           ></el-table-column>
184
           ></el-table-column>
185
           <el-table-column
185
           <el-table-column
186
               prop="cut"
186
               prop="cut"
187
               label="机号"
187
               label="机号"
188
               min-width="50"
188
               min-width="50"
189
               align="center"
189
               align="center"
190
-              
190
+
191
 
191
 
192
           ></el-table-column>
192
           ></el-table-column>
193
           <el-table-column
193
           <el-table-column
196
               align="center"
196
               align="center"
197
           >
197
           >
198
             <el-table-column prop="Mon_M" label="上" min-width="50" align="center">
198
             <el-table-column prop="Mon_M" label="上" min-width="50" align="center">
199
-              <template style="position: relative;height: 67px">
200
-
201
-              </template>
202
               <template slot-scope="scope">
199
               <template slot-scope="scope">
203
                 <div class="del_table_btn">
200
                 <div class="del_table_btn">
204
                   <!-- 排班表取消排班按钮  v-if="showclickIcon==true&&scope.row.id==rowid"-->
201
                   <!-- 排班表取消排班按钮  v-if="showclickIcon==true&&scope.row.id==rowid"-->
4150
       //   // console.log('这是row',subslice);
4147
       //   // console.log('这是row',subslice);
4151
       //   if(row.zone_id==subslice[0].zone_id && row.jihao_id == subslice[0].id ){
4148
       //   if(row.zone_id==subslice[0].zone_id && row.jihao_id == subslice[0].id ){
4152
       //     // console.log('33333333333',subslice);
4149
       //     // console.log('33333333333',subslice);
4153
-      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0){
4150
+      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0 && this.org_id !=10471){
4154
         return 'border: 1px solid #707174;border-collapse: collapse;'
4151
         return 'border: 1px solid #707174;border-collapse: collapse;'
4155
       }
4152
       }
4156
       //   }
4153
       //   }

+ 1 - 1
src/xt_pages/workforce/components/tableData.vue 查看文件

1460
       // return 'border-bottom: 1px solid #707174;'
1460
       // return 'border-bottom: 1px solid #707174;'
1461
 
1461
 
1462
       // console.log('555555',this.subzone);
1462
       // console.log('555555',this.subzone);
1463
-      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0){
1463
+      if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0 && this.org_id !=10471){
1464
         return 'border: 1px solid #707174;border-collapse: collapse;'
1464
         return 'border: 1px solid #707174;border-collapse: collapse;'
1465
       }
1465
       }
1466
       
1466