Browse Source

破损商品问题

loustwo 4 năm trước cách đây
mục cha
commit
404244a386
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;