Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
2e31f86a54

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

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

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

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

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

109
         >
109
         >
110
           <el-table-column min-width="35" align="center">
110
           <el-table-column min-width="35" align="center">
111
             <template slot="header" slot-scope="scope">
111
             <template slot="header" slot-scope="scope">
112
-              <span>商品类型</span>
112
+              <span>耗材类型</span>
113
             </template>
113
             </template>
114
 
114
 
115
             <template slot-scope="scope">
115
             <template slot-scope="scope">
141
               </el-form-item>
141
               </el-form-item>
142
             </template>
142
             </template>
143
           </el-table-column>
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
           <el-table-column min-width="23" align="center">
161
           <el-table-column min-width="23" align="center">
146
             <template slot="header" slot-scope="scope">
162
             <template slot="header" slot-scope="scope">
192
             </template>
208
             </template>
193
           </el-table-column>
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
             <template slot-scope="scope">
212
             <template slot-scope="scope">
197
               <el-tooltip
213
               <el-tooltip
198
                 class="item"
214
                 class="item"
303
             this.recordInfo.recordData[this.currentIndex].good_type_id = val.selectedGoodInfo[i].good_type_id
319
             this.recordInfo.recordData[this.currentIndex].good_type_id = val.selectedGoodInfo[i].good_type_id
304
             this.recordInfo.recordData[this.currentIndex].good_id = val.selectedGoodInfo[i].id
320
             this.recordInfo.recordData[this.currentIndex].good_id = val.selectedGoodInfo[i].id
305
             this.recordInfo.recordData[this.currentIndex].price = val.selectedGoodInfo[i].buy_price.toString()
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
           } else {
323
           } else {
308
             const tempForm = {}
324
             const tempForm = {}
309
             tempForm['good_type_id'] =val.selectedGoodInfo[i].good_type_id
325
             tempForm['good_type_id'] =val.selectedGoodInfo[i].good_type_id
311
             tempForm['count'] = ''
327
             tempForm['count'] = ''
312
             tempForm['price'] = val.selectedGoodInfo[i].buy_price.toString()
328
             tempForm['price'] = val.selectedGoodInfo[i].buy_price.toString()
313
             tempForm['remark'] = ''
329
             tempForm['remark'] = ''
330
+            tempForm['good_unit'] = ''
314
             this.recordInfo.recordData.splice(this.currentIndex + 1, 0, tempForm)
331
             this.recordInfo.recordData.splice(this.currentIndex + 1, 0, tempForm)
315
           }
332
           }
316
         }
333
         }
611
     tempObj["return_count"] = 0;
628
     tempObj["return_count"] = 0;
612
     tempObj["price"] = "";
629
     tempObj["price"] = "";
613
     tempObj["remark"] = "";
630
     tempObj["remark"] = "";
614
-
631
+    tempObj["good_unit"] = ""
615
     this.recordInfo.recordData.push(tempObj);
632
     this.recordInfo.recordData.push(tempObj);
616
     this.GetConfigInfo();
633
     this.GetConfigInfo();
617
     this.propForm.goodUnit = this.$store.getters.good_unit;
634
     this.propForm.goodUnit = this.$store.getters.good_unit;