Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
2e31f86a54

+ 6 - 4
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

@@ -265,7 +265,7 @@
265 265
                       <td width="100">BP<br />mmHg</td>
266 266
                       <td width="60">静脉压/动脉压<br />mmHg</td>
267 267
                       <td width="80">血流量<br />ml/min</td>
268
-                      <td width="90">超滤量累计L</td>
268
+                      <td width="90">超滤量累计 <span v-if="orgid == 9555">ml</span><span v-else>L</span></td>
269 269
                       <td width="80">钠浓度<br />mmol/L</td>
270 270
                       <td width="240">病情特殊情况处理<br />及专科护理措施记录</td>
271 271
                       <td width="100">护士签名</td>
@@ -402,7 +402,7 @@
402 402
                       <td width="100">BP<br />mmHg</td>
403 403
                       <td width="70">静脉压/动脉压<br />mmHg</td>
404 404
                       <td width="80">血流量<br />ml/min</td>
405
-                      <td width="90">超滤量累计L</td>
405
+                      <td width="90">超滤量累计 <span v-if="orgid == 9555">ml</span><span v-else>L</span> </td>
406 406
                       <td width="80">钠浓度<br />mmol/L</td>
407 407
                       <td width="240">病情特殊情况处理<br />及专科护理措施记录</td>
408 408
                       <td width="100">护士签名</td>
@@ -961,7 +961,8 @@
961 961
                   <div class="under_line" style="width: 70px;" v-else>
962 962
                     {{ "/" }}
963 963
                   </div>
964
-                  L
964
+                  <span v-if="orgid == 9555">ml</span>
965
+                  <span v-else>L</span>
965 966
                 </div>
966 967
                 <div class="inline_block">
967 968
                   &emsp;实际超滤量:
@@ -971,7 +972,8 @@
971 972
                   <div class="under_line" style="width: 70px;" v-else>
972 973
                     {{ "/" }}
973 974
                   </div>
974
-                  L
975
+                  <span v-if="orgid == 9555">ml</span>
976
+                  <span v-else>L</span>
975 977
                 </div>
976 978
                 <div class="inline_block">
977 979
                   透后体重:

+ 1 - 1
src/xt_pages/stock/Dialog/stockInDialog.vue View File

@@ -22,7 +22,7 @@
22 22
           style="width: 100%">
23 23
           <el-table-column
24 24
             align="center"
25
-            label="商品类型">
25
+            label="耗材类型">
26 26
             <template slot-scope="scope">
27 27
               <!-- <span>{{getGoodTypeName(scope.row)}}</span> -->
28 28
               <span>{{scope.row.type_name}}</span>

+ 21 - 4
src/xt_pages/stock/stockOutOrderAdd.vue View File

@@ -109,7 +109,7 @@
109 109
         >
110 110
           <el-table-column min-width="35" align="center">
111 111
             <template slot="header" slot-scope="scope">
112
-              <span>商品类型</span>
112
+              <span>耗材类型</span>
113 113
             </template>
114 114
 
115 115
             <template slot-scope="scope">
@@ -141,6 +141,22 @@
141 141
               </el-form-item>
142 142
             </template>
143 143
           </el-table-column>
144
+          
145
+          <el-table-column min-width="35" align="center">
146
+             <template slot="header" slot-scope="scope">
147
+              <span>单位<span style="color: red">*</span></span>
148
+            </template>
149
+            <template slot-scope="scope">
150
+              <el-select v-model="scope.row.good_unit" style="width:160px;" placeholder="请选择">
151
+                 <el-option
152
+                   v-for="(item,index) in propForm.goodUnit"
153
+                   :key="index"
154
+                   :label="item.name"
155
+                   :value="item.id">
156
+                </el-option>
157
+              </el-select>
158
+            </template>
159
+          </el-table-column>
144 160
 
145 161
           <el-table-column min-width="23" align="center">
146 162
             <template slot="header" slot-scope="scope">
@@ -192,7 +208,7 @@
192 208
             </template>
193 209
           </el-table-column>
194 210
 
195
-          <el-table-column label="操作" align="center" min-width="20">
211
+          <el-table-column label="操作" align="center" min-width="20" width="150">
196 212
             <template slot-scope="scope">
197 213
               <el-tooltip
198 214
                 class="item"
@@ -303,7 +319,7 @@ export default {
303 319
             this.recordInfo.recordData[this.currentIndex].good_type_id = val.selectedGoodInfo[i].good_type_id
304 320
             this.recordInfo.recordData[this.currentIndex].good_id = val.selectedGoodInfo[i].id
305 321
             this.recordInfo.recordData[this.currentIndex].price = val.selectedGoodInfo[i].buy_price.toString()
306
-
322
+            this.recordInfo.recordData[this.currentIndex].good_unit = val.selectedGoodInfo[i].good_unit
307 323
           } else {
308 324
             const tempForm = {}
309 325
             tempForm['good_type_id'] =val.selectedGoodInfo[i].good_type_id
@@ -311,6 +327,7 @@ export default {
311 327
             tempForm['count'] = ''
312 328
             tempForm['price'] = val.selectedGoodInfo[i].buy_price.toString()
313 329
             tempForm['remark'] = ''
330
+            tempForm['good_unit'] = ''
314 331
             this.recordInfo.recordData.splice(this.currentIndex + 1, 0, tempForm)
315 332
           }
316 333
         }
@@ -611,7 +628,7 @@ export default {
611 628
     tempObj["return_count"] = 0;
612 629
     tempObj["price"] = "";
613 630
     tempObj["remark"] = "";
614
-
631
+    tempObj["good_unit"] = ""
615 632
     this.recordInfo.recordData.push(tempObj);
616 633
     this.GetConfigInfo();
617 634
     this.propForm.goodUnit = this.$store.getters.good_unit;