Browse Source

导出装箱数据

java8
han\hanst 1 month ago
parent
commit
e0ea176afb
  1. 2
      src/views/modules/ecss/codelnotifyConfirm.vue

2
src/views/modules/ecss/codelnotifyConfirm.vue

@ -165,7 +165,7 @@
<el-button @click="upLoadPallet()" type="primary" style="margin-left: 2px;margin-top: 0px">{{'导入装箱单'}}</el-button>
<el-button @click="newPalletModel()" type="primary" style="margin-left: 2px;margin-top: 0px">{{'装箱'}}</el-button>
<el-button @click="palletMaintenance()" type="primary" style="margin-left: 2px;margin-top: 0px">{{'栈板维护'}}</el-button>
<el-button @click="exportExcel()" type="primary" style="margin-left: 2px;margin-top: 0px">{{'导出模版'}}</el-button>
<el-button @click="exportExcel()" type="primary" style="margin-left: 2px;margin-top: 0px">{{'导出装箱数据'}}</el-button>
<el-table ref="detailTable"
:data="dataList4"
:height="height"

Loading…
Cancel
Save