陈少旭 4 months ago
parent
commit
a5f62d1791

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

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

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

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