质检和导入

This commit is contained in:
liushuai
2019-06-29 15:53:42 +08:00
parent 1a65d2ce90
commit 5895011f8c
7 changed files with 193 additions and 12 deletions

View File

@@ -647,7 +647,8 @@ export default {
} else {
dataType = 1
}
const resp = await transferWG1(data.组件流水号, data.物料流水号, total, data.备注, data.标记, data.设计者编号, data.是否传递, dataType, data.序号, data.id)
console.log(data)
const resp = await transferWG1(data.组件流水号, data.物料流水号, total, data.备注, data.标记, data.设计者编号, data.是否传递, dataType, data.序号, data.id, data.备件数量, data.分类码, data.整改类型)
await sleep(10)
if (resp.data[0].result === '0') {
this.err++