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
82237735
Commit
82237735
authored
Aug 08, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复打包页面入仓统计数据异常
parent
a62629e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
src/views/ecw/order/stocking/index.vue
+9
-5
No files found.
src/views/ecw/order/stocking/index.vue
View file @
82237735
...
@@ -314,12 +314,16 @@
...
@@ -314,12 +314,16 @@
}}
}}
</el-form-item>-->
</el-form-item>-->
<el-form-item
:label=
"$t('入仓统计')"
class=
"mb-0"
>
<el-form-item
:label=
"$t('入仓统计')"
class=
"mb-0"
>
<!---
应后端要求与24-08-08更改取值字段
https://czxy.cpolar.cn/task-view-175.html
-->
{{
{{
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
num:
form.sumNum
,
num:
order.sumCartonsNumFinishedWarehouseIn
,
weight:
form.sumWeight
,
weight:
order.sumWeightFinishedWarehouseIn
,
volume:
form.sumVolume
,
volume:
order.sumVolumeFinishedWarehouseIn
,
quantity:
form.sumQuantity
,
quantity:
order.sumQuantityAllFinishedWarehouseIn
,
})
})
}}
}}
</el-form-item>
</el-form-item>
...
@@ -423,7 +427,7 @@
...
@@ -423,7 +427,7 @@
v-if=
"!!packageOrderItem"
v-if=
"!!packageOrderItem"
@
close=
"onPackageClose"
@
close=
"onPackageClose"
></package>
></package>
<new-product
<new-product
:order=
"order"
:order=
"order"
v-if=
"showNewProductDialog"
v-if=
"showNewProductDialog"
...
...
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