|
|
|
@ -224,7 +224,7 @@ import Scanner from '@/components/Scannner/index'
|
|
|
|
|
import { show_tmp, select_drug, bind_tmp_enter_warehouse, add_tmp, del_tmp } from '@/api/reagent/warehousing'
|
|
|
|
|
import stringify from '@/utils/stringify'
|
|
|
|
|
import { getClients } from '@/views/reagent/mixin/getClients'
|
|
|
|
|
|
|
|
|
|
import { throttle } from '@/utils'
|
|
|
|
|
export default {
|
|
|
|
|
name: 'Warehousing',
|
|
|
|
|
components: { ReagentForm, Scanner },
|
|
|
|
@ -446,7 +446,7 @@ export default {
|
|
|
|
|
this.reagentAddClient = null
|
|
|
|
|
this.reagentAddTmpData = []
|
|
|
|
|
},
|
|
|
|
|
handleAddSave() {
|
|
|
|
|
handleAddSave: throttle(function() {
|
|
|
|
|
if (!this.reagentAddTmpName) {
|
|
|
|
|
this.$message.warning('请输入模板名称!')
|
|
|
|
|
return
|
|
|
|
@ -467,7 +467,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|
}, 2000),
|
|
|
|
|
// 处理新增 新增试剂条目 弹框打开
|
|
|
|
|
handleADDOpen(t) {
|
|
|
|
|
if (t === 'add') {
|
|
|
|
|