|
@@ -479,8 +479,8 @@ const tableColumn = ref([
|
|
|
{ key: 'isUploadCertificate', name: '是否上传合格证', width: 120, autoWidth: true },
|
|
|
{ key: 'contractId', name: '合同段', width: 140, autoWidth: true },
|
|
|
{ key: 'company', name: '单位', width: 160, autoWidth: true },
|
|
|
- { key: 'key1', name: '委托单名称', autoWidth: true },
|
|
|
- { key: 'key2', name: '委托单编号', autoWidth: true },
|
|
|
+ { key: 'entrustName', name: '委托单名称', autoWidth: true },
|
|
|
+ { key: 'entrustNo', name: '委托单编号', autoWidth: true },
|
|
|
{ key: 'specificationNumber', name: '样品编号', width: 220, autoWidth: true },
|
|
|
{ key: 'specificationModel', name: '规格类型', width: 200, autoWidth: true },
|
|
|
//{key:'projectPosition', name: '工程部位及用途', width: 160},
|
|
@@ -987,17 +987,19 @@ const relatedColumn1 = [
|
|
|
{ key: 'userName', name: '取样人' },
|
|
|
{ key: 'carryTime', name: '入库时间', align: 'center' },
|
|
|
{ key: 'createTime', name: '试验时间', align: 'center' },
|
|
|
- { key: 'key12', name: '样品处理' },
|
|
|
- { key: 'key13', name: '时间(或处理原因)' },
|
|
|
+ { key: 'no-key', name: '样品处理' },
|
|
|
+ { key: 'no-key', name: '时间(或处理原因)' },
|
|
|
]
|
|
|
-const relatedData1 = ref([])
|
|
|
+const relatedData1 = ref([
|
|
|
+ {},
|
|
|
+])
|
|
|
|
|
|
//委托单信息
|
|
|
const relatedColumn2 = [
|
|
|
- { key: 'key1', name: '委托单位' },
|
|
|
- { key: 'key2', name: '委托单编号' },
|
|
|
- { key: 'key3', name: '委托名称' },
|
|
|
- { key: 'key4', name: '委托状态' },
|
|
|
+ { key: 'entrustInfo', name: '委托单位' },
|
|
|
+ { key: 'entrustNo', name: '委托单编号' },
|
|
|
+ { key: 'entrustName', name: '委托单名称' },
|
|
|
+ { key: 'status', name: '委托单状态', width: 120, align: 'center' },
|
|
|
]
|
|
|
const relatedData2 = ref([])
|
|
|
|