Handy_Cao il y a 1 an
Parent
commit
e62b4d35d8

+ 1 - 1
src/packages/mobile/views/order/position/components/pricing/detail2/components/delivery/Index.vue

@@ -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')">