Commit 95dad747 authored by 邓春圆's avatar 邓春圆

调仓明细页面, 调拨到仓和出仓备注添加

parent 4080b7a7
......@@ -74,6 +74,10 @@
<warehouse-video-list :status="3" :item ="row"></warehouse-video-list>
</template>
</el-table-column>
<el-table-column :label="$t('调拨出仓备注')" prop="arrivalRemark">
</el-table-column>
<el-table-column :label="$t('调拨到仓备注')" prop="deliveryRemark">
</el-table-column>
</el-table>
<el-descriptions style="margin-top: 20px" :column="4" border>
<el-descriptions-item :label="$t('集运仓库')">{{ warehouseDetails && warehouseDetails.warehouseOutName ? warehouseDetails.warehouseOutName : '' }}</el-descriptions-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment