|
@@ -224,7 +224,7 @@ export default {
|
|
|
render: (h, { row, column, index }) => {
|
|
|
return (
|
|
|
<div style="padding:0 6px" class="operation-btns">
|
|
|
- {this.importButton(goodsPurchaseRetItemImportCode, '导入条码', { purchaseRetItemId: row.id }, () => { }, () => {
|
|
|
+ {this.importButton(goodsPurchaseRetItemImportCode, '导入条码', { id: this.formData.id, purchaseRetItemId: row.id }, () => { }, () => {
|
|
|
if (this.formData.id) {
|
|
|
// 更新表单信息
|
|
|
goodsPurchaseRetDetail({ id: this.formData.id }).then(res => {
|