|
|
|
@ -43,7 +43,7 @@ |
|
|
|
|
<el-button type="primary" |
|
|
|
|
size="small" |
|
|
|
|
plain |
|
|
|
|
@click="$refs.crud2.rowAdd()">新增</el-button> |
|
|
|
|
@click="addrow">新增</el-button> |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
|
|
|
|
|
@ -144,6 +144,7 @@ export default { |
|
|
|
|
// value: undefined, |
|
|
|
|
// label: ' ' |
|
|
|
|
// }], |
|
|
|
|
|
|
|
|
|
form:'', |
|
|
|
|
closeTicketBox: false, |
|
|
|
|
defaultOperationTicketNo: "", |
|
|
|
@ -813,6 +814,11 @@ export default { |
|
|
|
|
this.$refs.crud.toggleSelection() |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
addrow(){ |
|
|
|
|
this.item_form.operationTicketNo = this.tab1_form.operationTicketNo; |
|
|
|
|
this.$refs.crud2.rowAdd() |
|
|
|
|
}, |
|
|
|
|
// 操作项目 删除按钮处理 |
|
|
|
|
item_rowDel (form, index,done) { |
|
|
|
|
this.$confirm("确定将选择数据删除?", { |
|
|
|
|