代码更新
This commit is contained in:
@@ -345,6 +345,7 @@ export default {
|
||||
}
|
||||
},
|
||||
tableChanged(rows) {
|
||||
debugger
|
||||
const tablemap = new Map()
|
||||
rows.forEach((item) => {
|
||||
if (this.form.tableData.length !== 0) {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="supp_name" label="供应商" min-width="220" show-overflow-tooltip />
|
||||
<el-table-column show-overflow-tooltip prop="input_time" min-width="140px" label="订单日期" />
|
||||
<el-table-column show-overflow-tooltip prop="source_bill_code" label="单据编号" min-width="140" />
|
||||
<el-table-column show-overflow-tooltip prop="vbillcode" label="单据编号" min-width="140" />
|
||||
<el-table-column show-overflow-tooltip prop="crowno" label="明细行号" />
|
||||
<el-table-column show-overflow-tooltip prop="material_code" min-width="130" label="物料编号" />
|
||||
<el-table-column show-overflow-tooltip min-width="130" prop="material_name" label="物料名称" />
|
||||
|
||||
Reference in New Issue
Block a user