fix:pushToShop的isbn取syncBook返回的isbn
This commit is contained in:
parent
952f2a7030
commit
ce4cdb695d
@ -2221,7 +2221,7 @@ export default {
|
|||||||
user_id: userId,
|
user_id: userId,
|
||||||
warehouse_id: String(warehouseData.warehouseId || ''),
|
warehouse_id: String(warehouseData.warehouseId || ''),
|
||||||
location_id: String(warehouseData.locationId || ''),
|
location_id: String(warehouseData.locationId || ''),
|
||||||
isbn: this.noIsbnIsbn || this.noIsbnUnifyIsbn || '',
|
isbn: (respData.data && (respData.data.isbn || '')) || this.noIsbnIsbn || this.noIsbnUnifyIsbn || '',
|
||||||
price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '',
|
price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '',
|
||||||
stock: String(this.noIsbnStock ?? ''),
|
stock: String(this.noIsbnStock ?? ''),
|
||||||
appearance: conditionDisplay,
|
appearance: conditionDisplay,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user