1.推送上料计划到料场

master
董哲奇 1 month ago
parent 7b1b856004
commit a924912ffe

@ -12,6 +12,7 @@
<el-radio class="custom-radio-red" label="二班" style="color: white">二班</el-radio> <el-radio class="custom-radio-red" label="二班" style="color: white">二班</el-radio>
<el-radio class="custom-radio-red" label="三班" style="color: white">三班</el-radio> <el-radio class="custom-radio-red" label="三班" style="color: white">三班</el-radio>
<el-radio class="custom-radio-red" label="四班" style="color: white">四班</el-radio> <el-radio class="custom-radio-red" label="四班" style="color: white">四班</el-radio>
<el-radio v-if="data.zyq==='四区'" class="custom-radio-red" label="五班" style="color: white"></el-radio>
</el-radio-group> </el-radio-group>
</div> </div>
</template> </template>
@ -28,6 +29,7 @@ export default {
data:{ data:{
zyType:'0', zyType:'0',
bzType:'一班', bzType:'一班',
zyq:null,
}, },
nextPath:'', nextPath:'',
nextPathName: { nextPathName: {
@ -47,6 +49,7 @@ export default {
created(){ created(){
this.deviceId=this.$route.query.deviceId||'' this.deviceId=this.$route.query.deviceId||''
this.data.zyType=this.$route.query.zyType||'0' this.data.zyType=this.$route.query.zyType||'0'
this.data.zyq=this.$route.query.zyq||''
const path=this.$route.path.replace('/','') const path=this.$route.path.replace('/','')
this.nextPath=this.nextPathName[path]?.path this.nextPath=this.nextPathName[path]?.path
if (path==='sliao'||path==='llfk'||path==='bfang'){ if (path==='sliao'||path==='llfk'||path==='bfang'){
@ -74,11 +77,12 @@ export default {
} }
} }
} }
</script> </script>
<style scoped> <style scoped>
.radio-group-label1{ .radio-group-label1{
margin-left: 20px; margin-left: 0px;
} }
::v-deep{ ::v-deep{

Loading…
Cancel
Save