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
e27cbcfd
Commit
e27cbcfd
authored
Jun 11, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装柜拆单
parent
96583783
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
290 additions
and
85 deletions
+290
-85
splitOrder.vue
...views/ecw/box/shippingSea/nodePage/cabinet/splitOrder.vue
+286
-81
WarehouseRecord.vue
...views/ecw/order/splitApply/components/WarehouseRecord.vue
+3
-2
index.vue
src/views/ecw/order/splitApply/index.vue
+1
-2
No files found.
src/views/ecw/box/shippingSea/nodePage/cabinet/splitOrder.vue
View file @
e27cbcfd
This diff is collapsed.
Click to expand it.
src/views/ecw/order/splitApply/components/WarehouseRecord.vue
View file @
e27cbcfd
<
template
>
<
template
>
<!-- 拆单入仓记录 -->
<!-- 拆单入仓记录 -->
<el-dialog
:title=
"$t('入仓记录')"
:visible=
"show"
:before-close=
"closeDialog"
:close-on-click-modal=
"false"
width=
"1000px"
>
<el-dialog
:title=
"$t('入仓记录')"
:visible=
"show"
:before-close=
"closeDialog"
:close-on-click-modal=
"false"
width=
"1000px"
:append-to-body=
"appendToBody"
>
<el-table
:data=
"list"
>
<el-table
:data=
"list"
>
<el-table-column
type=
"index"
:label=
"$t('序号')"
/>
<el-table-column
type=
"index"
:label=
"$t('序号')"
/>
<el-table-column
:label=
"$t('箱数')"
prop=
"num"
/>
<el-table-column
:label=
"$t('箱数')"
prop=
"num"
/>
...
@@ -52,7 +52,8 @@ export default {
...
@@ -52,7 +52,8 @@ export default {
list
:{
list
:{
type
:
Array
,
type
:
Array
,
default
:
[]
default
:
[]
}
},
appendToBody
:
Boolean
},
},
data
(){
data
(){
return
{
return
{
...
...
src/views/ecw/order/splitApply/index.vue
View file @
e27cbcfd
...
@@ -436,7 +436,6 @@
...
@@ -436,7 +436,6 @@
</div>
</div>
<div>
<div>
{{ $t('数量(个)') }}:{{ putin.quantity || 0 }}
{{ $t('数量(个)') }}:{{ putin.quantity || 0 }}
{{ $t('剩余货值') }}:{{ putin.worth || 0 }}{{ $t('美元') }}
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -486,7 +485,7 @@
...
@@ -486,7 +485,7 @@
</span>
</span>
</el-dialog>
</el-dialog>
<warehouse-record
v-if=
"currentWarehouseRecord"
:list=
"currentWarehouseRecord"
:visible.sync=
"warehouseRecordVisible"
></warehouse-record>
<warehouse-record
v-if=
"currentWarehouseRecord"
:list=
"currentWarehouseRecord"
></warehouse-record>
</div>
</div>
</template>
</template>
...
...
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