zuozhengqing
2024-03-30 c4158c84f0b6b17ccb2818d80b963d803fb922b4
src/views/sales/salesDetails/shipmentsDialog.vue
@@ -296,7 +296,7 @@
          let shipmentsNum=false
          this.shipmentsList.map((item)=>{
            if(this.editConfig.infomation.deliverType===1){
              if(item.leftAmount<item.availableAmount&&item.leftAmount>0){
              if(item.leftAmount<=item.availableAmount&&item.leftAmount>0){
                isShipments=false
              }else if(item.leftAmount<=0){
                shipmentsNum=true