| | |
| | | </el-form> |
| | | </div> |
| | | <div> |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />设备关联点检项信息: |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />标准关联点检项信息: |
| | | </div> |
| | | <div style="margin-bottom:10px"> |
| | | <el-button v-waves type="primary" icon="el-icon-circle-plus-outline" @click="addRow">新增</el-button> |
| | |
| | | </el-form> |
| | | </div> |
| | | <div> |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />设备关联保养项信息: |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />标准关联保养项信息: |
| | | </div> |
| | | <div style="margin-bottom:10px"> |
| | | <el-button v-waves type="primary" icon="el-icon-circle-plus-outline" @click="addRow">新增</el-button> |
| | |
| | | const data = { |
| | | OperType: 'ZZ', |
| | | orderstepqrcode: orderstepqrcode, |
| | | SelectType: '' |
| | | SelectType: '', |
| | | stu_torgcode: getCookie('stu_torgcode') |
| | | } |
| | | const res = await MesOrderStepStart(data) |
| | | if (res.code === '200' && res.count === 0) { |
| | |
| | | const data = { |
| | | OperType: 'WX', |
| | | orderstepqrcode: orderstepqrcode, |
| | | stu_torgcode: getCookie('stu_torgcode'), |
| | | SelectType: this.WXSelected// OUT、IN |
| | | } |
| | | const res = await MesOrderStepStart(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, |