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

update:修改包装标签参数

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