陈少旭 4 months ago
parent
commit
a5f62d1791

+ 1 - 1
src/xt_pages/Pharmacy/PatientDispensing.vue View File

@@ -430,7 +430,7 @@ export default {
430 430
     changevalue(row){
431 431
       var params = {
432 432
         id:row.ID,
433
-        zero_flag:row.zero_flag,
433
+        zero_flag:row.ZeroFlag,
434 434
       }
435 435
       changeZeroFlag(params).then(response=>{
436 436
         if(response.data.state == 1){

+ 0 - 1
src/xt_pages/stock/stockInOrderAdd.vue View File

@@ -794,7 +794,6 @@
794 794
                   this.loading = false;
795 795
                   return;
796 796
                 }
797
-
798 797
                 var aaa =  array[i].good_code.split(",")
799 798
                 if(new Set(aaa).size !== aaa.length){
800 799
                   this.$message.error( array[i].good_name + " 溯源码不能重复");