Commit 62288d09 authored by Marcus's avatar Marcus

入仓部分细节补充

parent 23830c63
......@@ -47,10 +47,10 @@
{{ row.warehouseInInfoVO ? row.warehouseInInfoVO.expressNo : '' }}
</el-table-column>
<el-table-column
prop="updateTime"
prop="createTime"
label="最后操作时间">
<template v-slot="{row}">
{{ row.updateTime }}
{{ parseTime(row.createTime) }}
</template>
</el-table-column>
<el-table-column
......@@ -149,6 +149,7 @@ import {DICT_TYPE} from "@/utils/dict"
import PrintTag from "@/views/ecw/order/components/PrintTag"
import PrintWarehouseReceipt from "@/views/ecw/order/components/PrintWarehouseReceipt"
import imageUpload from "@/components/ImageUpload";
import {parseTime} from "@/utils/ruoyi"
export default {
name: "Warehousing",
......@@ -174,6 +175,7 @@ export default {
data() {
return {
parseTime,
DICT_TYPE,
areaVisible: false,
finishVisible: false,
......
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