feat: 上货业务选择跳过

yanshishuju
chenhc 9 months ago
parent 19d6ecd671
commit f91acd339f

@ -691,10 +691,12 @@ export default {
this.isLinkDisabled = true this.isLinkDisabled = true
this.formData.workPlaceCode = Number(this.$route.query.workplaceId); this.formData.workPlaceCode = Number(this.$route.query.workplaceId);
this.formData.workplaceId = Number(this.$route.query.workplaceId); this.formData.workplaceId = Number(this.$route.query.workplaceId);
if(this.workPlaceClass == 1) {
this.getWorkBindBusTypes(this.formData.workPlaceCode); this.getWorkBindBusTypes(this.formData.workPlaceCode);
} }
} }
} }
}
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>

Loading…
Cancel
Save