浏览代码

11月7日 库存扣减更新

XMLWAN 3 年前
父节点
当前提交
1e0ac0ec89
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/workforce/next_remind_print.vue

+ 3 - 3
src/xt_pages/workforce/next_remind_print.vue 查看文件

182
               scheduleData[i].sort = scheduleData[i].number.sort
182
               scheduleData[i].sort = scheduleData[i].number.sort
183
             }
183
             }
184
             var arr =   scheduleData.sort(this.compare('sort'))
184
             var arr =   scheduleData.sort(this.compare('sort'))
185
-            console.log("打印",arr)
185
+            // console.log("打印",arr)
186
             this.scheduleData = arr
186
             this.scheduleData = arr
187
           }
187
           }
188
           if(this.pre_status == 1){
188
           if(this.pre_status == 1){
421
         var name = ''
421
         var name = ''
422
         for (let i = 0; i < solution.length; i++) {
422
         for (let i = 0; i < solution.length; i++) {
423
           if (mode_id == solution[i].mode_id) {
423
           if (mode_id == solution[i].mode_id) {
424
-         
424
+
425
             name = solution[i].dialyzer_perfusion_apparatus
425
             name = solution[i].dialyzer_perfusion_apparatus
426
-            
426
+
427
           }
427
           }
428
         }
428
         }
429
         console.log('name', name)
429
         console.log('name', name)