|
|
@@ -476,13 +476,13 @@ export default defineComponent({
|
|
|
merchandiserList.value = getBusinesserOrMerchandiser('23');
|
|
|
});
|
|
|
queryTradeManager();
|
|
|
-
|
|
|
mergeTwoObj(formState, props.selectedRow);
|
|
|
const { deliverygoodsid, qty, price } = props.selectedRow;
|
|
|
deliverygoodsid && deliveryGoodsChange(deliverygoodsid);
|
|
|
formState.Qty = qty.toString();
|
|
|
formState.Price = price.toString();
|
|
|
- contractChange(formState.ContractType)
|
|
|
+ formState.CurrencyID = props.selectedRow.currencyid;
|
|
|
+ contractChange(formState.ContractType);
|
|
|
}
|
|
|
});
|
|
|
function submit() {
|