修改订单表格样式
This commit is contained in:
@@ -485,6 +485,7 @@ export default {
|
||||
// 混合发货
|
||||
showAnyDialog(item) {
|
||||
this.anyDialogContent = item.fmsHtml
|
||||
console.log('面单',item)
|
||||
if (item.fmsHtml == null) return this.$message.error('暂无面单数据')
|
||||
this.anyDialogVisible = true
|
||||
this.anyDialogTitle = '查看面单'
|
||||
@@ -544,9 +545,9 @@ export default {
|
||||
deliverDetail(para) {
|
||||
// if (para == '') return this.$message.error('请选择要查询的订单')
|
||||
this.oprateOrder = para
|
||||
this.$refs.deliverDetail.getDeliverList()
|
||||
this.$refs.deliverDetail.getDeliverList(para)
|
||||
this.deliverDetailVisible = true
|
||||
console.log(this.oprateOrder)
|
||||
// console.log(this.oprateOrder,'oprateOrder')
|
||||
},
|
||||
// 获取数据列表
|
||||
getDataList() {
|
||||
|
||||
Reference in New Issue
Block a user