|
|
|
@ -11,7 +11,7 @@ |
|
|
|
border:stripe="true" |
|
|
|
@row-click="rowick" |
|
|
|
highlight-current-row |
|
|
|
height="240" |
|
|
|
height="" |
|
|
|
> |
|
|
|
<el-table-column prop="id" label="编号" width="300"> |
|
|
|
</el-table-column> |
|
|
|
@ -128,7 +128,8 @@ |
|
|
|
<el-button type="primary" @click="addoredit">确 定</el-button> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
<span style="margin-top: 10px; padding: 5px; margin-left: 14%" |
|
|
|
<div style="margin-top:20px"> |
|
|
|
<span style="margin-top: 10px; padding: 5px; margin-left: 15%" |
|
|
|
>项目类别</span |
|
|
|
> |
|
|
|
<el-select |
|
|
|
@ -161,6 +162,7 @@ |
|
|
|
> |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
<!-- 111 --> |
|
|
|
<div style="display: flex; padding: 10px"> |
|
|
|
<div class="instrumentcategory"> |
|
|
|
@ -425,6 +427,7 @@ export default { |
|
|
|
//左侧添加按钮 |
|
|
|
addobj() { |
|
|
|
if (this.ites.length > 0) { |
|
|
|
this.isdislob = false; |
|
|
|
this.ites.splice(this.num, 1); |
|
|
|
this.rightdata.push(this.rightobj); |
|
|
|
// this.sdate.push({ id: this.leftobj.id }); |
|
|
|
@ -481,7 +484,7 @@ export default { |
|
|
|
//科室选择 |
|
|
|
ischangs(v) { |
|
|
|
itemtypeid(v).then((res) => { |
|
|
|
this.ites=res.data |
|
|
|
this.ites = res.data; |
|
|
|
let dq = res.data; |
|
|
|
if (dq.length > 0) { |
|
|
|
dq.forEach((element) => { |
|
|
|
@ -521,7 +524,7 @@ export default { |
|
|
|
// 如果它的displayOrder和它当前所在的位置不同代表挪动过位置 |
|
|
|
result.push({ id: item.id, displayOrder: currentDisplayOrder }); |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
// console.log('assertion', result); |
|
|
|
barcodedraganddrop({ itemList: result }).then((res) => { |
|
|
|
this.$message.success("操作成功"); |
|
|
|
|