Kaynağa Gözat

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 yıl önce
ebeveyn
işleme
46f24f3689

+ 1 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Dosyayı Görüntüle

@@ -29,8 +29,7 @@
29 29
           </el-radio-group>
30 30
         </div>
31 31
         <div class="mainCell" style="margin-bottom:10px;">
32
-          <el-input size="small" v-model="key" class="filter-item"/>
33
-
32
+          <!--<el-input size="small" v-model="key" class="filter-item"/>-->
34 33
           <el-input size="small" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
35 34
           <el-button size="small" style="margin-left:10px;" class="filter-item" type="primary" @click="searchAction">
36 35
             搜索

+ 2 - 1
src/xt_pages/outpatientDoctorStation/components/callPrescription.vue Dosyayı Görüntüle

@@ -276,7 +276,7 @@
276 276
                 delivery_way: prescription.project[b].delivery_way,
277 277
                 execution_frequency: prescription.project[b].execution_frequency,
278 278
                 number_days: prescription.project[b].day,
279
-                total:prescription.project[b].count.toString(),
279
+                total:prescription.project[b].count,
280 280
                 price:prescription.project[b].price,
281 281
                 remark:prescription.project[b].remark,
282 282
                 medical_code:prescription.project[b].project.medical_code,
@@ -288,6 +288,7 @@
288 288
               advices: tempAdvice,
289 289
               project: tempProject,
290 290
               addition:tempAddition,
291
+              type:prescription.type,
291 292
               order_status:0,
292 293
             }
293 294
             prescriptions.push(obj)