|
|
@ -21,7 +21,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" class="colStyle"> |
|
|
|
<el-form-item> |
|
|
|
<el-select v-model="listQuery.params.inventoryName" placeholder="请选择" filterable @change="changeInventoryName" clearable class="addinputwOne"> |
|
|
|
<el-select v-model="listQuery.params.inventoryName" placeholder="请选择" filterable @change="changeInventoryName" class="addinputwOne"> |
|
|
|
<el-option v-for="item in staff_list" :key="item.sid" :label="item.namePath" :value="item.sid"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
@ -208,7 +208,7 @@ export default { |
|
|
|
this.temp.inventorySid = bb.sid |
|
|
|
}, |
|
|
|
handleAffirm(row) { |
|
|
|
if (this.temp.inventoryName === '') { |
|
|
|
if (this.temp.inventoryName === '' || this.temp.inventoryName === null || this.temp.inventoryName === undefined) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择盘点人员' }) |
|
|
|
return |
|
|
|
} |
|
|
|