|
|
|
@ -672,9 +672,9 @@
|
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
<el-form-item label="费用:" width="200px"> |
|
|
|
|
<!-- <el-form-item label="费用:" width="200px"> |
|
|
|
|
<el-input v-model="TcZcInput.fee" placeholder="请输入费用" /> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form-item> --> |
|
|
|
|
</el-form> |
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
@ -1630,6 +1630,28 @@ const menuDataB1 = ref([
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'brandName', |
|
|
|
|
label: '品牌名称', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'clientName', |
|
|
|
|
label: '客户名称', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'materialName', |
|
|
|
|
label: '货物名称', |
|
|
|
@ -2080,6 +2102,8 @@ const ConfirmSubmission = () => {
|
|
|
|
|
DataInfo.deliveryId = RouterId.value; //配送任务ID(必带参数) |
|
|
|
|
DataInfo.addvalueType = TcIndex.value; //增值服务项类型 (必带参数) |
|
|
|
|
DataInfo.packageEntityList = data; //选中的所有包件信息 |
|
|
|
|
console.log(TcData.value,'TcData.value'); |
|
|
|
|
|
|
|
|
|
console.log(DataInfo, '最后要提交的值'); |
|
|
|
|
|
|
|
|
|
// 如果增值服务表格有参数就走下面新增接口 |
|
|
|
|