Commit 90cd7ac0 by lichengming

修改了合同登记添加

parent 94ccf60b
...@@ -71,8 +71,9 @@ ...@@ -71,8 +71,9 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="item.key==='name'" @click.stop="_handleRow(scope)"> <div v-if="item.key==='name'" @click.stop="_handleRow(scope)">
<el-input v-model="scope.row.name" @on-result-change="_judgeBasisChange" @click.native="_selectjudgeBasis(scope.$rowIndex)" blur placeholder="请输入或选择样品名称" <el-input v-model="scope.row.name" @on-result-change="_judgeBasisChange" blur placeholder="请输入或选择样品名称" style="width: 150px;"
></el-input> ></el-input>
<a @on-result-change="_judgeBasisChange" @click="_selectjudgeBasis(scope.$rowIndex)" style="font-size: 18px;" class="">+</a>
</div> </div>
<div v-else-if="item.key==='spec'" @click.stop="_handleRow(scope)"> <div v-else-if="item.key==='spec'" @click.stop="_handleRow(scope)">
<el-input v-model="scope.row.spec" blur placeholder="请输入或选择型号规格" <el-input v-model="scope.row.spec" blur placeholder="请输入或选择型号规格"
...@@ -169,7 +170,7 @@ export default { ...@@ -169,7 +170,7 @@ export default {
} }
], ],
pageColumns: [ pageColumns: [
{ title: '名称', key: 'name', width: 160 }, { title: '名称', key: 'name', width: 180 },
{ title: '型号', key: 'spec' }, { title: '型号', key: 'spec' },
{ title: '是否资质内可检', key: 'aptituded', width: 130 }, { title: '是否资质内可检', key: 'aptituded', width: 130 },
{ title: '数量', key: 'quantity', width: 130 }, { title: '数量', key: 'quantity', width: 130 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment