|
|
@ -269,7 +269,6 @@ export default { |
|
|
|
|
|
|
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
{{shipment}} |
|
|
|
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div style="display: flex;justify-content: space-between;"> |
|
|
<div><el-button type="primary" @click="handleAddBox">新增箱子</el-button></div> |
|
|
<div><el-button type="primary" @click="handleAddBox">新增箱子</el-button></div> |
|
|
<div><el-button type="primary" @click="handleEndBox">最终出库</el-button></div> |
|
|
<div><el-button type="primary" @click="handleEndBox">最终出库</el-button></div> |
|
|
|