Browse Source

打印单

XMLWAN 4 years ago
parent
commit
d055971276

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue View File

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

+ 1 - 1
src/xt_pages/user/patients.vue View File

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