loustwo 4 лет назад
Родитель
Сommit
404244a386
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/views/order/workOrder/index.blade.php

+ 1 - 1
resources/views/order/workOrder/index.blade.php

@@ -1999,7 +1999,7 @@
                 },
                 logisticCheckDamage() {
                     let {commodities} = this.logisticEditWorkOrder;
-                    return commodities.filter(e => Number(e.price) === 0).length === 0;
+                    return commodities.filter(e => Number(e.price) === 0 && e.check_result !== '核实未破损').length === 0;
                 },
                 logisticEdit() {
                     let {issue_type_name, commodities, detail_id, process_progress} = this.logisticEditWorkOrder;