Compare commits

...

2 Commits

@ -44,3 +44,16 @@ npm run lint
# 代码格式检查并自动修复 # 代码格式检查并自动修复
npm run lint -- --fix npm run lint -- --fix
``` ```
## 更新
```bash
# 仓库地址
http://git.yanei-iot.com:600/tangxuan/yy_rms_39zhiyao_duizhao.git
# 提交
git push origin 39zhiyao:duizhaopin_ui
# 拉取
git pull origin duizhaopin_ui
```

@ -230,8 +230,8 @@ export default {
}).then(({ value }) => { }).then(({ value }) => {
if(value){ if(value){
// //
get_check_last_drug(stringify(this.infoData)).then(res => { get_check_last_drug(stringify(this.infoData)).then(res_is_last => {
this.check_last_medicament(this.infoData).then((check_res) => { this.check_last_medicament(res_is_last).then((check_res) => {
// //
if (check_res) { if (check_res) {
use(stringify({ 'bar_code': this.barCode,notes: value})).then(res => { use(stringify({ 'bar_code': this.barCode,notes: value})).then(res => {

Loading…
Cancel
Save