Commit f3d817be authored by 高宇's avatar 高宇

工序日志添加机器码

parent 67e0c018
......@@ -306,6 +306,11 @@
<el-input v-model.trim="singleDetails.wblot" :readonly="true" />
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="machine:" prop="machine">
<el-input v-model.trim="singleDetails.machine" :readonly="true" />
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12">
......@@ -522,12 +527,6 @@ export default {
this.openDetails = true
this.singleDetails = row
this.title = '详情'
detail(id).then(res => {
res.data.createDate = parseTime(res.data.createDate, '{y}-{m}-{d}')
this.applyList = res.data.wbApplyDetailList
this.applyStatus = res.data.pstatus
this.loadingDetail = false
})
},
// 初始化获取数据
getList() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment