+
+
{{ $t('message.po_MaterielNo') }}
+
{{ this.material.materialCode }}
+
+
+
{{ $t('message.po_MaterielDes') }}
+
{{ this.material.materialDesc }}
+
+
+
{{ $t('message.po_DemandQuantity') }}
+
{{ this.material.requestAmount }}
+
+
+
{{ $t('message.po_ActualQuantity') }}
+
{{ this.material.receiptAmount }}
+
+
+
{{ $t('message.po_Location') }}
+
{{ this.material.location }}
+
+
+