|
|
|
@ -366,7 +366,6 @@ function FngetPageESeaeEdi() {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
orderList.value = res.data
|
|
|
|
|
console.log(orderList.value);
|
|
|
|
|
} else {
|
|
|
|
|
//处理接口没数据的情况
|
|
|
|
|
const propsDetail = JSON.parse(JSON.stringify(props.details))
|
|
|
|
@ -419,7 +418,6 @@ function FngetPageESeaeEdi() {
|
|
|
|
|
delete item.id
|
|
|
|
|
})
|
|
|
|
|
hotpreOrder.value.hotInstance.loadData(ctnList.value)
|
|
|
|
|
console.log(propsDetail,111111);
|
|
|
|
|
const data = JSON.parse(JSON.stringify(propsDetail))
|
|
|
|
|
data.mblno = propsDetail.mblno
|
|
|
|
|
data.isPart = false
|
|
|
|
@ -592,7 +590,6 @@ const sendLoading = ref(false)
|
|
|
|
|
// 发送
|
|
|
|
|
function sendOrderFun() {
|
|
|
|
|
const SelectArr = [] as any
|
|
|
|
|
console.log(orderList.value)
|
|
|
|
|
for (let i = 0; i < orderList.value.length; i++) {
|
|
|
|
|
if (orderList.value[i].checked && orderList.value[i].id == 0) {
|
|
|
|
|
createMessage.error('请先保存')
|
|
|
|
@ -738,7 +735,7 @@ const columns = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱型',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 120,
|
|
|
|
|
data: 'ctn',
|
|
|
|
|
type: 'dropdown',
|
|
|
|
|
source: async (query, process) => {
|
|
|
|
@ -752,17 +749,17 @@ const columns = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '箱号',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 150,
|
|
|
|
|
data: 'cntrNo',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '封号',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 150,
|
|
|
|
|
data: 'sealNo',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '件数',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 100,
|
|
|
|
|
data: 'pkgs',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -782,14 +779,19 @@ const columns = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '重量',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 100,
|
|
|
|
|
data: 'kgs',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '尺码',
|
|
|
|
|
width: 180,
|
|
|
|
|
width: 100,
|
|
|
|
|
data: 'cbm',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'hs编码',
|
|
|
|
|
width: 120,
|
|
|
|
|
data: 'hsCode',
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
// 表格配置项
|
|
|
|
|
const settings = {
|
|
|
|
|