rev:传单单据单据信息

This commit is contained in:
zhangzq
2024-12-04 22:58:00 +08:00
parent 2cc254ba28
commit 9482280b79
2 changed files with 2 additions and 9 deletions

View File

@@ -160,15 +160,7 @@
<el-table-column prop="source_form_id" label="源单编码" show-overflow-tooltip width="120" />
<el-table-column prop="source_form_type" label="源单类型" show-overflow-tooltip width="130" />
<el-table-column prop="parent_id" label="父单据数据id" show-overflow-tooltip width="120" />
<el-table-column
v-for="(item, index) in cols"
:key="item.value"
width="130"
show-overflow-tooltip
:label="item.lable"
>
<template slot-scope="scope">{{ scope.row.form_data[item.value] }}</template>
</el-table-column>
<el-table-column prop="form_data" label="回传数据" show-overflow-tooltip width="120" />
<el-table-column prop="create_time" label="创建时间" />
<el-table-column prop="remark" label="备注" show-overflow-tooltip width="120" />
<el-table-column prop="proc_inst_id" label="对应流程实例id" show-overflow-tooltip width="120" />

View File

@@ -461,6 +461,7 @@ export default {
data.material_id = row.material_id
data.material_spec = row.material_spec
data.single_weight = row.single_weight
data.product_area = this.form.product_area
data.source_form_type = row.form_type
data.source_form_id = row.id
data.source_form_code = row.code