Commit 08ed4dfe authored by 张海景's avatar 张海景

update:修改包装标签参数

parent 8870f6c7
...@@ -342,12 +342,10 @@ export default { ...@@ -342,12 +342,10 @@ export default {
this.$message.warning('请选择打印模版') this.$message.warning('请选择打印模版')
return return
} }
const params = this.selectPackageTable.map(item => { const params = {
return { workorderId : produceForm.workorderId,
workorderId : item.workorderId, recordIds: this.selectPackageTable
recordIds: item.recordIds
} }
})
packagePrintRecordInfo(params).then((response) => { packagePrintRecordInfo(params).then((response) => {
console.log(response, 'response') console.log(response, 'response')
if (response.code === 200) { if (response.code === 200) {
......
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