XMLWAN 4 år sedan
förälder
incheckning
d055971276

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue Visa fil

128
             <template slot-scope="scope">
128
             <template slot-scope="scope">
129
              
129
              
130
               <el-form-item
130
               <el-form-item
131
-                :prop="'recordData.' + scope.$index + '.min_units'"
131
+                :prop="'recordData.' + scope.$index + '.min_unit'"
132
                 :rules="tableRules.min_unit"
132
                 :rules="tableRules.min_unit"
133
                 style="padding-top: 17px"
133
                 style="padding-top: 17px"
134
               >
134
               >

+ 1 - 1
src/xt_pages/user/patients.vue Visa fil

1196
         //  if(this.lapeseto == "死亡"){
1196
         //  if(this.lapeseto == "死亡"){
1197
         //   this.lapsetoForm.lapseto_type = 3
1197
         //   this.lapsetoForm.lapseto_type = 3
1198
         //  }
1198
         //  }
1199
-     
1199
+        console.log("22222",this.lapsetoForm)
1200
         EditLapseto(this.lapsetoForm.patient_id, this.lapsetoForm).then(
1200
         EditLapseto(this.lapsetoForm.patient_id, this.lapsetoForm).then(
1201
           response => {
1201
           response => {
1202
             if (response.data.state === 1) {
1202
             if (response.data.state === 1) {