Browse Source

修复已知bug

dev-xx
马远东 9 months ago
parent
commit
f40c192c1e
  1. 28
      src/views/distribution/signfor/distributionSignforedt.vue

28
src/views/distribution/signfor/distributionSignforedt.vue

@ -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, '最后要提交的值');
//

Loading…
Cancel
Save