|
@@ -331,11 +331,11 @@ export default {
|
331
|
331
|
list[i].last_stock_min_number = ""
|
332
|
332
|
list[i].min_number = list[i].XtBaseDrug.min_number
|
333
|
333
|
list[i].manufacturer_name = ""
|
334
|
|
- if(this.org_id == 10489){
|
335
|
|
- list[i].type = 4
|
336
|
|
- }else{
|
337
|
|
- list[i].type = 6
|
338
|
|
- }
|
|
334
|
+ // if(this.org_id == 10489){
|
|
335
|
+ // list[i].type = 4
|
|
336
|
+ // }else{
|
|
337
|
+ // list[i].type = 6
|
|
338
|
+ // }
|
339
|
339
|
for(let j=0;j<this.manufacturerList.length;j++){
|
340
|
340
|
if(list[i].manufacturer == this.manufacturerList[j].id){
|
341
|
341
|
list[i].manufacturer_name = this.manufacturerList[j].manufacturer_name
|