作者 雷海东

不能预览此文件类型
... ... @@ -132,6 +132,7 @@
dataIndex: '',
key:'rowIndex',
width:60,
fixed:'left',
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
... ... @@ -140,7 +141,9 @@
{
title:'招标号',
align:"center",
dataIndex: 'tenderNumber'
dataIndex: 'tenderNumber',
fixed:'left',
width:60
},
{
title:'客户',
... ... @@ -196,12 +199,37 @@
}
},
{
title:'备注(品牌要求)',
title:'品牌',
align:"center",
dataIndex: 'brand'
},
{
title:'工作令',
align:"center",
dataIndex: 'workOrder'
},
{
title:'进口国产标识',
align:"center",
dataIndex: 'identification'
},
{
title:'WBS',
align:"center",
dataIndex: 'wbs'
},
{
title:'评审结果',
align:"center",
dataIndex: 'result'
},
{
title:'备注',
align:"center",
dataIndex: 'notes'
},
{
title:'客户设计',
title:'设计人员姓名',
align:"center",
dataIndex: 'design'
},
... ...
... ... @@ -27,11 +27,11 @@
<!-- 操作按钮区域 -->
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('tbl_trad_zong')">导出</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
</a-upload> -->
<!-- 高级查询区域 -->
<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
<a-dropdown v-if="selectedRowKeys.length > 0">
... ... @@ -199,12 +199,37 @@
}
},
{
title:'备注(品牌要求)',
title:'品牌',
align:"center",
dataIndex: 'brand'
},
{
title:'工作令',
align:"center",
dataIndex: 'workOrder'
},
{
title:'进口国产标识',
align:"center",
dataIndex: 'identification'
},
{
title:'WBS',
align:"center",
dataIndex: 'wbs'
},
{
title:'评审结果',
align:"center",
dataIndex: 'result'
},
{
title:'备注',
align:"center",
dataIndex: 'notes'
},
{
title:'客户设计',
title:'设计人员姓名',
align:"center",
dataIndex: 'design'
},
... ...
... ... @@ -59,13 +59,38 @@
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="备注(品牌要求)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="notes">
<a-input v-model="model.notes" placeholder="请输入备注(品牌要求)"></a-input>
<a-form-model-item label="品牌" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="brand">
<a-input v-model="model.brand" placeholder="请输入品牌"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="客户设计" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="design">
<a-input v-model="model.design" placeholder="请输入客户设计"></a-input>
<a-form-model-item label="工作令" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="workOrder">
<a-input v-model="model.workOrder" placeholder="请输入工作令"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="进口国产标识" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="identification">
<a-input v-model="model.identification" placeholder="请输入进口国产标识"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="WBS" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="wbs">
<a-input v-model="model.wbs" placeholder="请输入WBS"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="评审结果" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="result">
<a-input v-model="model.result" placeholder="请输入评审结果"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="备注" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="notes">
<a-input v-model="model.notes" placeholder="请输入备注"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="设计人员姓名" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="design">
<a-input v-model="model.design" placeholder="请输入设计人员姓名"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
... ...
... ... @@ -59,13 +59,38 @@
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="备注(品牌要求)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="notes">
<a-input v-model="model.notes" placeholder="请输入备注(品牌要求)" ></a-input>
<a-form-model-item label="品牌" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="brand">
<a-input v-model="model.brand" placeholder="请输入品牌"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="客户设计" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="design">
<a-input v-model="model.design" placeholder="请输入客户设计" ></a-input>
<a-form-model-item label="工作令" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="workOrder">
<a-input v-model="model.workOrder" placeholder="请输入工作令"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="进口国产标识" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="identification">
<a-input v-model="model.identification" placeholder="请输入进口国产标识"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="WBS" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="wbs">
<a-input v-model="model.wbs" placeholder="请输入WBS"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="评审结果" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="result">
<a-input v-model="model.result" placeholder="请输入评审结果"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="备注" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="notes">
<a-input v-model="model.notes" placeholder="请输入备注"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
<a-form-model-item label="设计人员姓名" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="design">
<a-input v-model="model.design" placeholder="请输入设计人员姓名"></a-input>
</a-form-model-item>
</a-col>
<a-col :span="24">
... ...