chenlu
2024-03-12 2780cb79b2239d64f4578e30c255fbd751e12c62
north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue
@@ -426,6 +426,7 @@
            deliveryId: route.query.deliveryID
          })
          console.log(flowData)
           request.post("/Delivery/insertDelivery", flowData.value).then((res) => {
             if(res.code==200){
               ElMessage.success("发货单提交成功")