|
|
@@ -30,7 +30,7 @@
|
|
|
:max="enableqty" :auto-fixed="false" integer />
|
|
|
</template>
|
|
|
</Field>
|
|
|
- <Cell :title="$t('position.goods.deliveryqty')" :value="((formData.DeliveryLot ?? 0) * selectedRow.agreeUnit) + selectedRow.goodsUnit" />
|
|
|
+ <Cell :title="$t('position.goods.deliveryqty')" :value="((formData.DeliveryLot ?? 0) * selectedRow.agreeUnit) + getGoodsUnitName(selectedRow.goodsUnitID)" />
|
|
|
<Field name="DeliveryInfo" v-model="formData.DeliveryInfo" type="textarea" autosize clearable
|
|
|
:rules="formRules.DeliveryInfo" maxlength="50"
|
|
|
:label="selectedRow.tHDetailEx.buyOrSell === BuyOrSell.Buy ? $t('position.goods.address') : $t('position.goods.deliveryinfo')" :placeholder="$t('common.required')">
|