|
@@ -29,25 +29,25 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="货物品名" prop="fGoodsid">
|
|
|
- <el-select
|
|
|
- v-model="queryParams.fGoodsid"
|
|
|
- filterable
|
|
|
- remote
|
|
|
- clearable
|
|
|
- style="width: 200px"
|
|
|
- :remote-method="goodsRemoteMethod"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- placeholder="请输入货物品名"
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="(dict, index) in goodsOptions"
|
|
|
- :key="index.fId"
|
|
|
- :label="dict.fName"
|
|
|
- :value="dict.fId"
|
|
|
- ></el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
+<!-- <el-form-item label="货物品名" prop="fGoodsid">-->
|
|
|
+<!-- <el-select-->
|
|
|
+<!-- v-model="queryParams.fGoodsid"-->
|
|
|
+<!-- filterable-->
|
|
|
+<!-- remote-->
|
|
|
+<!-- clearable-->
|
|
|
+<!-- style="width: 200px"-->
|
|
|
+<!-- :remote-method="goodsRemoteMethod"-->
|
|
|
+<!-- @keyup.enter.native="handleQuery"-->
|
|
|
+<!-- placeholder="请输入货物品名"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- <el-option-->
|
|
|
+<!-- v-for="(dict, index) in goodsOptions"-->
|
|
|
+<!-- :key="index.fId"-->
|
|
|
+<!-- :label="dict.fName"-->
|
|
|
+<!-- :value="dict.fId"-->
|
|
|
+<!-- ></el-option>-->
|
|
|
+<!-- </el-select>-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
<el-form-item label="制单部门" prop="fDeptid">
|
|
|
<el-input
|
|
|
v-model="queryParams.fDeptid"
|
|
@@ -140,7 +140,7 @@
|
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
|
<el-table-column label="合同编号" align="center" prop="fContractno"/>
|
|
|
<el-table-column label="客户名称" align="center" prop="fCorpid"/>
|
|
|
- <el-table-column label="货物品名" align="center" prop="fGoodsid"/>
|
|
|
+<!-- <el-table-column label="货物品名" align="center" prop="fGoodsid"/>-->
|
|
|
<el-table-column label="有效期起" align="center" prop="fBegindate" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.fBegindate, '{y}-{m}-{d}') }}</span>
|