Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
5fc3c8b4
Commit
5fc3c8b4
authored
Apr 20, 2023
by
houjn@hikoon.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入仓时间规则调整
parent
5153c691
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
warehouseDetail.vue
...ws/ecw/box/shippingSea/nodePage/tally/warehouseDetail.vue
+1
-1
PrintWarehouseReceipt.vue
src/views/ecw/order/components/PrintWarehouseReceipt.vue
+3
-3
WarehouseDetail.vue
src/views/ecw/order/components/WarehouseDetail.vue
+1
-1
No files found.
src/views/ecw/box/shippingSea/nodePage/tally/warehouseDetail.vue
View file @
5fc3c8b4
...
...
@@ -36,7 +36,7 @@
<el-table-column
:label=
"$t('储位')"
align=
"center"
prop=
"positionNo"
width=
"250px"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
orderLocationBackVOList
.
map
(
e
=>
(
e
.
areaName
+
(
e
.
locationName
===
null
?
''
:
e
.
locationName
))).
join
(
'
,
'
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('入仓时间')"
prop=
"inTime"
>
<el-table-column
:label=
"$t('
首次
入仓时间')"
prop=
"inTime"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
inTime
|
parseTime
}}
</
template
>
</el-table-column>
</el-table>
...
...
src/views/ecw/order/components/PrintWarehouseReceipt.vue
View file @
5fc3c8b4
...
...
@@ -24,7 +24,7 @@
<th
style=
"text-align:center;padding:0 0px;width:80px;text-align: center;font-size: 14px;border:1px dashed #ccc;"
>
{{
$t
(
'
方数
'
)
}}
</th>
<th
style=
"text-align:center;padding:0 0px;width:80px;text-align: center;font-size: 14px;border:1px dashed #ccc;"
>
{{
$t
(
'
重量
'
)
}}
</th>
<th
style=
"text-align:center;padding:0 0px;width:110px;text-align: center;font-size: 14px;border:1px dashed #ccc;"
>
{{
$t
(
'
入仓时间
'
)
}}
</th>
<th
v-if=
"!preview"
style=
"text-align:center;padding:0 0px;width:110px;text-align: center;font-size: 14px;border:1px dashed #ccc;"
>
{{
$t
(
'
首次入仓
时间
'
)
}}
</th>
<th
v-if=
"!preview"
style=
"text-align:center;padding:0 0px;width:110px;text-align: center;font-size: 14px;border:1px dashed #ccc;"
>
{{
$t
(
'
入仓修改
时间
'
)
}}
</th>
</tr>
<template
v-for=
"(item, index) in items"
>
<tr
v-if=
"!preview || item.checked"
:key=
"index"
>
...
...
@@ -55,7 +55,7 @@
{{
item
.
inTime
|
parseTime
}}
</td>
<td
style=
"text-align:center;padding:0 0px;border:1px dashed #ccc;"
v-if=
"!preview"
>
{{
item
.
cre
ateTime
|
parseTime
}}
{{
item
.
upd
ateTime
|
parseTime
}}
</td>
</tr>
</
template
>
...
...
@@ -178,7 +178,7 @@ export default {
LODOP.SET_PRINT_MODE("FULL_HEIGHT_FOR_OVERFLOW",true); */
LODOP
.
ADD_PRINT_HTM
(
'
40mm
'
,
0
,
'
204mm
'
,
'
148mm
'
,
document
.
getElementById
(
"
myproa
"
).
innerHTML
);
LODOP
.
SET_PRINT_MODE
(
"
AUTO_CLOSE_PREWINDOW
"
,
true
);
/* LODOP.SET_PRINT_PAGESIZE(0, 2100, 1800, "A4");
LODOP.ADD_PRINT_HTM("2%","2%","96%","96%", document.getElementById("myproa").innerHTML); */
LODOP
.
PREVIEW
();
...
...
src/views/ecw/order/components/WarehouseDetail.vue
View file @
5fc3c8b4
...
...
@@ -33,7 +33,7 @@
<el-table-column
:label=
"$t('重量') + '(kg)'"
prop=
"weight"
/>
<el-table-column
:label=
"$t('数量(个)')"
prop=
"quantityAll"
/>
<el-table-column
:label=
"$t('入仓快递单号')"
prop=
"expressNo"
/>
<el-table-column
:label=
"$t('入仓时间')"
prop=
"inTime"
>
<el-table-column
:label=
"$t('
首次
入仓时间')"
prop=
"inTime"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
inTime
|
parseTime
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('储位')"
prop=
"orderLocationBackVOList"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment