Commit 9c31d919 authored by 任鸿志's avatar 任鸿志

222

parent 69f97ac4
......@@ -11,7 +11,7 @@ VUE_APP_BASE_API = ''
# VUE_APP_BASE_URL = 'http://10.10.40.69:9903'
VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
# VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:9902'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
......
......@@ -2075,12 +2075,12 @@ export default {
let that = this
let x = array
if (array.length > 1) {
if (!(array.every(item => item.doct_name === arr[0].doct_name))) {
that.$message({
message: '本次勾选账单,含多个医生开立的费用',
type: 'warning',
})
}
// if (!(array.every(item => item.doct_name === array[0].doct_name))) {
// that.$message({
// message: '本次勾选账单,含多个医生开立的费用',
// type: 'warning',
// })
// }
var set = new Set()
for (var i = 0; i < array.length; i++) {
set.add(array[i].distinct_no)
......
......@@ -2175,7 +2175,7 @@ export default {
let that = this
let x = array
if (array.length > 1) {
if (!(array.every(item => item.doct_name === arr[0].doct_name))) {
if (!(array.every(item => item.doct_name === array[0].doct_name))) {
that.$message({
message: '本次勾选账单,含多个医生开立的费用',
type: 'warning',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment