| | |
| | | import { getCookie } from '@/utils/auth' |
| | | |
| | | export default { |
| | | name: 'Zzjg', |
| | | name: 'ProcessCheck', |
| | | |
| | | directives: { waves }, |
| | | data() { |
| | |
| | | }) |
| | | }, |
| | | async enterNative() { |
| | | if (this.$store.state.settings.orgType !== 'W') { |
| | | return this.$message.info('当前角色无此该权限!') |
| | | } |
| | | const data = { |
| | | orderstepqrcode: this.form.orderstepqrcode, |
| | | checktype: this.form.checktype |
| | | checktype: this.form.checktype, |
| | | stu_torgcode: getCookie('stu_torgcode') |
| | | } |
| | | const { data: res } = await MesOrderStepCheckSearch(data) |
| | | this.form.wocode = res.labcont[0].wo_code |
| | |
| | | }) |
| | | |
| | | const data = { |
| | | stu_torgcode: getCookie('stu_torgcode'), |
| | | wocode: this.form.wocode, |
| | | partcode: this.form.partcode, |
| | | stepcode: this.form.stepcode, |