|
|
@ -548,7 +548,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<el-footer style="height:40px;margin-top: 10px;text-align:center"> |
|
|
|
|
|
|
|
|
<el-footer style="height:40px;margin-top: 70px;text-align:center"> |
|
|
<el-button type="primary" @click="downloadInvoice()">确定</el-button> |
|
|
<el-button type="primary" @click="downloadInvoice()">确定</el-button> |
|
|
<el-button type="primary" @click="exportInvoiceFlag=false">关闭</el-button> |
|
|
<el-button type="primary" @click="exportInvoiceFlag=false">关闭</el-button> |
|
|
</el-footer> |
|
|
</el-footer> |
|
|
@ -674,7 +674,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<el-footer style="height:40px;margin-top: 10px;text-align:center"> |
|
|
|
|
|
|
|
|
<el-footer style="height:40px;margin-top: 70px;text-align:center"> |
|
|
<el-button type="primary" @click="downloadPackingList()">确定</el-button> |
|
|
<el-button type="primary" @click="downloadPackingList()">确定</el-button> |
|
|
<el-button type="primary" @click="exportPakingFlag=false">关闭</el-button> |
|
|
<el-button type="primary" @click="exportPakingFlag=false">关闭</el-button> |
|
|
</el-footer> |
|
|
</el-footer> |
|
|
@ -865,7 +865,7 @@ |
|
|
}, |
|
|
}, |
|
|
brandType:'', |
|
|
brandType:'', |
|
|
hsCodeDescType:'Y', |
|
|
hsCodeDescType:'Y', |
|
|
packageUnit: '', |
|
|
|
|
|
|
|
|
packageUnit: '托', |
|
|
declarationWeight: '不显示', |
|
|
declarationWeight: '不显示', |
|
|
exportParam: {}, |
|
|
exportParam: {}, |
|
|
pageIndex: 1, |
|
|
pageIndex: 1, |
|
|
|