| | |
| | | </template> |
| | | </div> |
| | | </el-form-item> |
| | | <!-- 从 --> |
| | | <el-form-item v-else-if="item.formLocation" label=" " :prop="'tableData.' + scope.$index + '.' + item.prop"> |
| | | <div class="custom-name"> |
| | | <span v-if="scope.row.isEdit || scope.row.editable">{{ scope.row.formLocation }}</span> |
| | | <el-autocomplete |
| | | v-else |
| | | style="width: 100%" |
| | | v-model="scope.row.productCategory" |
| | | @focus="productTypeFocus" |
| | | :fetch-suggestions=" |
| | | (queryString, callback) => { |
| | | querySearchAsync(queryString, callback, 'formLocation') |
| | | } |
| | | " |
| | | value-key="name" |
| | | @select="handleSelectClient('formLocation', $event)" |
| | | ></el-autocomplete> |
| | | </div> |
| | | </el-form-item> |
| | | <!-- 产品类别 --> |
| | | <el-form-item |
| | | v-else-if="item.productType" |
| | |
| | | <slot name="tableButton" /> |
| | | </el-table> |
| | | </el-form> |
| | | <div v-if="!detailEnter && !isinventory && !islistingrules && !isReorder" style="margin: 10px"> |
| | | <div v-if="!detailEnter && !isinventory && !isReorder" style="margin: 10px"> |
| | | <el-button size="small" type="primary" @click="add">添加明细行</el-button> |
| | | <!-- <el-button size="small" type="primary" @click="empty">清空</el-button> --> |
| | | </div> |
| | |
| | | locacionId: 0, |
| | | productName: "", |
| | | productId: "", |
| | | initialPosition: "" |
| | | initialPosition: "", |
| | | formLocationList:[], |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | } |
| | | }) |
| | | }, |
| | | // 下拉搜索 |
| | | async handleSelectClient(value, item) { |
| | | this.$emit("selProductClick", value, item) |
| | | if (value === "product") { |
| | |
| | | restaurants = this.productNameOptions |
| | | } else if (value === "productType") { |
| | | restaurants = this.productTypeNameOptions |
| | | }else if(value==="formLocation"){ |
| | | restaurants = this.selLocationOptions |
| | | } |
| | | var results = queryString ? restaurants.filter(this.createStateFilter(queryString, value)) : restaurants |
| | | cb(results) |
| | |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | // 位置 |
| | | async getLocationList() { |
| | | this.locacionName = "" |