提交 1db1e2c9 编写于 作者: tao.wu's avatar tao.wu

修改快速录入

上级 f20354e3
......@@ -979,10 +979,10 @@
//快速录入
fastInput(type){
///medications/query/{approvalnumber}
if(this.formData.barCode == ''){
this.$refs.formData.validateField("barCode")
return;
}
// if(this.formData.barCode == ''){
// this.$refs.formData.validateField("barCode")
// return;
// }
// this.GET("store/medications/query/"+this.formData.approvalNumber).then(res => {
this.GET(`store/medications/query/barcode/${this.formData.barCode}`).then(res => {
console.log(res)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册