|
@@ -292,7 +292,7 @@
|
292
|
292
|
|
293
|
293
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
294
|
294
|
<td style="border-right: none; border-inline-end:none;text-align: center">
|
295
|
|
- <span v-if="is_sys==1">{{getOutCountSix(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)}}</span>
|
|
295
|
+ <span v-if="is_sys==1 || is_sys == 5">{{getOutCountSix(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)}}</span>
|
296
|
296
|
<!-- <span v-if="is_sys == 1"> {{getOutCount(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span> -->
|
297
|
297
|
<span v-if="is_sys == 0"> {{getOutCountOne(item.batch_number,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}} </span>
|
298
|
298
|
</td>
|
|
@@ -303,7 +303,7 @@
|
303
|
303
|
<template slot-scope="scope">
|
304
|
304
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
305
|
305
|
<td style="border-right: none; border-inline-end:none;text-align: center">
|
306
|
|
- <span v-if="is_sys == 1">{{getBatchNumber(item.warehousing_detail_id)}}</span>
|
|
306
|
+ <span v-if="is_sys == 1 || is_sys == 5">{{getBatchNumber(item.warehousing_detail_id)}}</span>
|
307
|
307
|
<span v-if="is_sys == 0">{{getBatchNumberOne(item.batch_number)}}</span>
|
308
|
308
|
</td>
|
309
|
309
|
</tr>
|
|
@@ -322,7 +322,7 @@
|
322
|
322
|
<template slot-scope="scope">
|
323
|
323
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
324
|
324
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
325
|
|
- <span v-if="is_sys == 1">{{getPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
325
|
+ <span v-if="is_sys == 1 || is_sys == 5">{{getPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
326
|
326
|
<span v-if="is_sys == 0">
|
327
|
327
|
<span v-if="scope.row.child.length == 1">
|
328
|
328
|
{{getPriceTwo(item.warehouse_out_id,item.drug_id)}}
|
|
@@ -341,7 +341,7 @@
|
341
|
341
|
<template slot-scope="scope">
|
342
|
342
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
343
|
343
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
344
|
|
- <span v-if="is_sys == 1">{{getTotalPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
344
|
+ <span v-if="is_sys == 1 || is_sys == 5">{{getTotalPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
345
|
345
|
<span v-if="is_sys == 0">
|
346
|
346
|
<span v-if="scope.row.child.length == 1">{{item.retail_price}}</span>
|
347
|
347
|
<span v-if="scope.row.child.length > 1">{{item.count * item.price}}</span>
|
|
@@ -355,7 +355,7 @@
|
355
|
355
|
<template slot-scope="scope">
|
356
|
356
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
357
|
357
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
358
|
|
- <span v-if="is_sys == 1"> {{getAllManufacturerName(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
358
|
+ <span v-if="is_sys == 1 || is_sys == 5"> {{getAllManufacturerName(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
359
|
359
|
<span v-if="is_sys == 0"> {{getManufacturerName(scope.row.manufacturer)}}</span>
|
360
|
360
|
</td>
|
361
|
361
|
</tr>
|
|
@@ -365,7 +365,7 @@
|
365
|
365
|
<template slot-scope="scope">
|
366
|
366
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
367
|
367
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
368
|
|
- <span v-if="is_sys == 1"> {{getProductDate(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
368
|
+ <span v-if="is_sys == 1 || is_sys == 5"> {{getProductDate(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
369
|
369
|
<span v-if="is_sys == 0"> {{getTime(scope.row.product_date)}}</span>
|
370
|
370
|
</td>
|
371
|
371
|
</tr>
|
|
@@ -375,7 +375,7 @@
|
375
|
375
|
<template slot-scope="scope">
|
376
|
376
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
377
|
377
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
378
|
|
- <span v-if="is_sys == 1"> {{getExpiryDate(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
378
|
+ <span v-if="is_sys == 1 || is_sys == 5"> {{getExpiryDate(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
379
|
379
|
<span v-if="is_sys == 0"> {{getTime(scope.row.expiry_date)}}</span>
|
380
|
380
|
</td>
|
381
|
381
|
</tr>
|
|
@@ -385,7 +385,7 @@
|
385
|
385
|
<template slot-scope="scope">
|
386
|
386
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
387
|
387
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
388
|
|
- <span v-if="is_sys ==1">{{getDealer(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
388
|
+ <span v-if="is_sys ==1 || is_sys ==5">{{getDealer(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
389
|
389
|
<span v-if="is_sys ==0">{{getDealerName(scope.row.dealer)}}</span>
|
390
|
390
|
</td>
|
391
|
391
|
</tr>
|
|
@@ -395,7 +395,7 @@
|
395
|
395
|
<template slot-scope="scope">
|
396
|
396
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
397
|
397
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
398
|
|
- <span v-if="is_sys == 1">{{getNumber(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
398
|
+ <span v-if="is_sys == 1 || is_sys == 5">{{getNumber(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
399
|
399
|
<span v-if="is_sys == 0">{{scope.row.number}}</span>
|
400
|
400
|
</td>
|
401
|
401
|
</tr>
|
|
@@ -405,7 +405,7 @@
|
405
|
405
|
<template slot-scope="scope">
|
406
|
406
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
407
|
407
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
408
|
|
- <span v-if="is_sys == 1">{{getRemark(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
|
408
|
+ <span v-if="is_sys == 1 || is_sys == 5">{{getRemark(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number)}}</span>
|
409
|
409
|
<span v-if="is_sys == 0">{{scope.row.remark}}</span>
|
410
|
410
|
</td>
|
411
|
411
|
</tr>
|
|
@@ -878,6 +878,10 @@ export default {
|
878
|
878
|
},
|
879
|
879
|
|
880
|
880
|
handleDelete: function (index, row) {
|
|
881
|
+ if (row.is_sys == 5) {
|
|
882
|
+ this.$message.error("结算出库数据不能删除!");
|
|
883
|
+ return;
|
|
884
|
+ }
|
881
|
885
|
if (row.is_sys == 12) {
|
882
|
886
|
this.$message.error("调拨出库数据不能删除!");
|
883
|
887
|
return;
|
|
@@ -965,6 +969,11 @@ export default {
|
965
|
969
|
this.$message.error("调拨出库数据不能删除!");
|
966
|
970
|
return false;
|
967
|
971
|
}
|
|
972
|
+ if (this.selectedTableData[i].is_sys == 5) {
|
|
973
|
+ this.$message.error("结算出库数据不能删除!");
|
|
974
|
+ return false;
|
|
975
|
+ }
|
|
976
|
+
|
968
|
977
|
if (this.selectedTableData[i].is_sys == 0) {
|
969
|
978
|
ids.push(this.selectedTableData[i].id);
|
970
|
979
|
if(this.selectedTableData[i].supply_cancel_out_id >0){
|
|
@@ -1227,7 +1236,7 @@ export default {
|
1227
|
1236
|
this.drugFlowList = drugFlowList;
|
1228
|
1237
|
}
|
1229
|
1238
|
|
1230
|
|
- if (is_sys == 0 || is_sys == 12) {
|
|
1239
|
+ if (is_sys == 0 || is_sys == 12 || is_sys == 5) {
|
1231
|
1240
|
var flowlist = response.data.data.flowlist;
|
1232
|
1241
|
this.drugFlowList = [];
|
1233
|
1242
|
for (let i = 0; i < flowlist.length; i++) {
|
|
@@ -1305,7 +1314,7 @@ export default {
|
1305
|
1314
|
if (val.is_sys == 1) {
|
1306
|
1315
|
this.drugDialogVisible = true;
|
1307
|
1316
|
}
|
1308
|
|
- if (val.is_sys == 0 || val.is_sys == 12) {
|
|
1317
|
+ if (val.is_sys == 0 || val.is_sys == 12 || val.is_sys == 5) {
|
1309
|
1318
|
this.drugDialogVisibleTwo = true;
|
1310
|
1319
|
}
|
1311
|
1320
|
var userListOne = response.data.data.outList;
|