|
@@ -102,6 +102,7 @@ export default {
|
|
const {
|
|
const {
|
|
recentlyPrice = "0",
|
|
recentlyPrice = "0",
|
|
isApprovalFirst = "N",
|
|
isApprovalFirst = "N",
|
|
|
|
+ purchasequantity
|
|
} = await fetchExist({ puOrg, customer, supplier, materialCode, priceType: prop.row.priceType });
|
|
} = await fetchExist({ puOrg, customer, supplier, materialCode, priceType: prop.row.priceType });
|
|
this.loading = false;
|
|
this.loading = false;
|
|
await this.onRowAdd(this.tabName, {
|
|
await this.onRowAdd(this.tabName, {
|
|
@@ -117,6 +118,7 @@ export default {
|
|
puUnitName: puUnitName,
|
|
puUnitName: puUnitName,
|
|
recentlyPrice,
|
|
recentlyPrice,
|
|
isApprovalFirst,
|
|
isApprovalFirst,
|
|
|
|
+ yPurchaseQuantity: purchasequantity,
|
|
tax: Number(ntaxrate === "0E-8" ? 0 : ntaxrate),
|
|
tax: Number(ntaxrate === "0E-8" ? 0 : ntaxrate),
|
|
createByName: createByName,
|
|
createByName: createByName,
|
|
updateByName: createByName,
|
|
updateByName: createByName,
|