技术
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
<td class="tg-qj3h" colspan="6"><p style="margin-top:50px">装 箱 单</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-qj3h" colspan="6">GJR1322-ZD</td>
|
||||
<td class="tg-qj3h" colspan="6">{{ receiptName }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-qj3h" colspan="6">
|
||||
|
||||
@@ -567,8 +567,8 @@ export default {
|
||||
for (let i = 0; i < this.tableDataAll.length; i++) {
|
||||
const data = this.tableDataAll[i]
|
||||
const total = parseInt(data.备件数量) + parseInt(data.装机数量) * parseInt(data.部件数量)
|
||||
console.log(data.前id, data.前图号或者型号)
|
||||
const resp = await transferMX1(data.图号或者型号, data.名称, total, data.备注, data.标记, data.设计者编号, data.组件流水号, data.材料流水号, data.规格, 1, data.是否传递, data.序号, data.id, data.前id, data.前图号或者型号)
|
||||
console.log(data.分类码)
|
||||
const resp = await transferMX1(data.图号或者型号, data.名称, total, data.备注, data.标记, data.设计者编号, data.组件流水号, data.材料流水号, data.规格, 1, data.是否传递, data.序号, data.分类码, data.整改类型, data.id, data.前id, data.前图号或者型号)
|
||||
await sleep(10)
|
||||
if (resp.data[0].result === '0') {
|
||||
this.err++
|
||||
|
||||
@@ -88,9 +88,14 @@
|
||||
align="center">
|
||||
<template slot-scope="scope">{{ scope.row.零件类型名称 }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="分类码" width="150">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.分类码 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="旧零件图号" width="150">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.旧零件图号 }}
|
||||
{{ scope.row.前零件图号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="整改类型" width="150">
|
||||
|
||||
Reference in New Issue
Block a user