| | |
| | | <el-input |
| | | v-model="dataForm.contractNo" |
| | | placeholder="" |
| | | |
| | | |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="业务员" prop="salesMan"> |
| | | <el-select @change="selsctionSales" clearable filterable v-model="salesSelectData" style="width:100%"> |
| | | <!-- salesMan --> |
| | | <el-input v-model="dataForm.salesMan" placeholder=""></el-input> |
| | | <!-- <el-select @change="selsctionSales" clearable filterable v-model="salesSelectData" style="width:100%"> |
| | | <el-option v-for="(item,index) in staffOptions" :key="index" :value="item.staffNo+','+item.staffName" :label="item.staffName"/> |
| | | </el-select> |
| | | </el-select> --> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | |
| | | const index = this.currentSelectRow |
| | | if (part) { |
| | | this.tableData[index].partNo = part.partNo |
| | | this.tableData[index].customerPartSpec = part.specs |
| | | this.tableData[index].productName = part.partName |
| | | // this.tableData[index].customerPartSpec = part.specs |
| | | // this.tableData[index].productName = part.partName |
| | | } |
| | | }, |
| | | // 全屏 |