Explorar el Código

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

杨青 hace 1 año
padre
commit
a25127f8f7
Se han modificado 23 ficheros con 807 adiciones y 755 borrados
  1. 18 0
      src/api/role/admin.js
  2. 3 2
      src/xt_pages/dialysis/batch_print/batch_print_order_fiftyOne.vue
  3. 1 1
      src/xt_pages/dialysis/batch_print/batch_print_order_sixty.vue
  4. 19 3
      src/xt_pages/dialysis/batch_print/batch_print_order_sixtyFive.vue
  5. 8 13
      src/xt_pages/dialysis/batch_print/batch_print_order_sixtysix.vue
  6. 1 1
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue
  7. 12 8
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue
  8. 4 4
      src/xt_pages/dialysis/details/dialysisMonitoring.vue
  9. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue
  10. 15 37
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftyOne.vue
  11. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue
  12. 29 14
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtysix.vue
  13. 8 1
      src/xt_pages/management/components/ManageForm.vue
  14. 4 0
      src/xt_pages/management/home.vue
  15. 3 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue
  16. 600 600
      src/xt_pages/outpatientCharges/statementTemplate/printThree.vue
  17. 8 8
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue
  18. 17 11
      src/xt_pages/qcd/indicatorControlAnalysis/components/office.vue
  19. 14 9
      src/xt_pages/qcd/indicatorControlAnalysis/components/personal.vue
  20. 17 1
      src/xt_pages/role/admin.vue
  21. 7 3
      src/xt_pages/stock/detail/stockOutDetail.vue
  22. 6 3
      src/xt_pages/user/inspection.vue
  23. 10 31
      src/xt_pages/workforce/template.vue

+ 18 - 0
src/api/role/admin.js Ver fichero

133
      method:"Get",
133
      method:"Get",
134
      params:params
134
      params:params
135
   })
135
   })
136
+}
137
+
138
+export function toTestSeven(params){
139
+ 
140
+  return request({
141
+    url:"api/sign/addcontractsignatory",
142
+    method:"Get",
143
+    params:params
144
+  })
145
+}
146
+
147
+export function toTestEight(params){
148
+  
149
+  return request({
150
+    url:"/api/sign/contractsignatory",
151
+    method:"Get",
152
+    params:params,
153
+  })
136
 }
154
 }

+ 3 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_fiftyOne.vue Ver fichero

78
               <div class="inline_block">
78
               <div class="inline_block">
79
                 病区:
79
                 病区:
80
                 <div class="under_line" style="width: 50px; text-align: center">
80
                 <div class="under_line" style="width: 50px; text-align: center">
81
-                  {{ "/" }}
81
+                  {{ record.device_zone.name? record.device_zone.name:"/" }}
82
                 </div>
82
                 </div>
83
               </div>
83
               </div>
84
               <div class="inline_block">
84
               <div class="inline_block">
85
                 床号:
85
                 床号:
86
                 <div class="under_line" style="width: 50px; text-align: center">
86
                 <div class="under_line" style="width: 50px; text-align: center">
87
-                  {{ "/" }}
87
+                 
88
+                  {{ record.device_number.number? record.device_number.number:"/" }}
88
                 </div>
89
                 </div>
89
               </div>
90
               </div>
90
               <div class="inline_block">
91
               <div class="inline_block">

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_sixty.vue Ver fichero

890
                           class="under_line"
890
                           class="under_line"
891
                           style="width: 100px; text-align: center"
891
                           style="width: 100px; text-align: center"
892
                         >
892
                         >
893
-                          <span v-if="org_id == 10290">{{
893
+                          <span v-if="org_id == 10290 || org_id == 10138 || org_id == 10278">{{
894
                             record.lastafterweight.weight_after
894
                             record.lastafterweight.weight_after
895
                           }}</span>
895
                           }}</span>
896
                           <span v-else>{{
896
                           <span v-else>{{

+ 19 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyFive.vue Ver fichero

740
                             class="under_line"
740
                             class="under_line"
741
                             style="width: 100px; text-align: center"
741
                             style="width: 100px; text-align: center"
742
                           >
742
                           >
743
-                            /
743
+                          {{
744
+                          getDisplaceLiquiPart(record.prescription.displace_liqui_part)
745
+                        }}
744
                           </div>
746
                           </div>
745
                         </div>
747
                         </div>
746
                         <div
748
                         <div
1887
                 <div class="inline_block">
1889
                 <div class="inline_block">
1888
                   病区:
1890
                   病区:
1889
                   <div class="under_line" style="width: 50px; text-align: center">
1891
                   <div class="under_line" style="width: 50px; text-align: center">
1890
-                    {{ "/" }}
1892
+                    {{ record.device_zone.name? record.device_zone.name:"/" }}
1891
                   </div>
1893
                   </div>
1892
                 </div>
1894
                 </div>
1893
                 <div class="inline_block">
1895
                 <div class="inline_block">
1894
                   床号:
1896
                   床号:
1895
                   <div class="under_line" style="width: 50px; text-align: center">
1897
                   <div class="under_line" style="width: 50px; text-align: center">
1896
-                    {{ "/" }}
1898
+                    {{ record.device_number.number? record.device_number.number:"/" }}
1897
                   </div>
1899
                   </div>
1898
                 </div>
1900
                 </div>
1899
                 <div class="inline_block">
1901
                 <div class="inline_block">
2909
           "腹痛",
2911
           "腹痛",
2910
         ],
2912
         ],
2911
         org_id: "",
2913
         org_id: "",
2914
+        displaceLiquiPartOptions:[],
2912
       };
2915
       };
2913
     },
2916
     },
2914
     created() {
2917
     created() {
2918
+      this.displaceLiquiPartOptions = this.$store.getters.displace_liqui;
2915
       var bloodAccessParOpera = getDataConfig(
2919
       var bloodAccessParOpera = getDataConfig(
2916
         "hemodialysis",
2920
         "hemodialysis",
2917
         "vascular_access_desc"
2921
         "vascular_access_desc"
3139
         });
3143
         });
3140
     },
3144
     },
3141
     methods: {
3145
     methods: {
3146
+      getDisplaceLiquiPart: function(val) {
3147
+       
3148
+        let displace_liqui_part_name = "/";
3149
+        const displace_liqui_part = this.displaceLiquiPartOptions;
3150
+      
3151
+        for (let i = 0; i < displace_liqui_part.length; i++) {
3152
+           if (displace_liqui_part[i].id == val) {
3153
+           displace_liqui_part_name = displace_liqui_part[i].name;
3154
+        }
3155
+      }
3156
+      return displace_liqui_part_name;
3157
+     },
3142
       getUnit: function (val) {
3158
       getUnit: function (val) {
3143
         if (val.assessment_after_dislysis == null) {
3159
         if (val.assessment_after_dislysis == null) {
3144
           return "";
3160
           return "";

+ 8 - 13
src/xt_pages/dialysis/batch_print/batch_print_order_sixtysix.vue Ver fichero

84
               <div class="inline_block">
84
               <div class="inline_block">
85
                 病区:
85
                 病区:
86
                 <div class="under_line" style="width: 50px; text-align: center">
86
                 <div class="under_line" style="width: 50px; text-align: center">
87
-                  {{ "/" }}
87
+                  {{ record.device_zone.name? record.device_zone.name:"/" }}
88
                 </div>
88
                 </div>
89
               </div>
89
               </div>
90
               <div class="inline_block">
90
               <div class="inline_block">
91
                 床号:
91
                 床号:
92
                 <div class="under_line" style="width: 50px; text-align: center">
92
                 <div class="under_line" style="width: 50px; text-align: center">
93
-                  {{ "/" }}
93
+                  {{ record.device_number.number? record.device_number.number:"/" }}
94
                 </div>
94
                 </div>
95
               </div>
95
               </div>
96
               <div class="inline_block">
96
               <div class="inline_block">
204
                             class="under_line"
204
                             class="under_line"
205
                             style="width: 150px; text-align: center"
205
                             style="width: 150px; text-align: center"
206
                           >
206
                           >
207
-                            {{
208
-                              record.assessment_before_dislysis &&
209
-                              record.assessment_before_dislysis
210
-                                .symptom_before_dialysis
211
-                                ? record.assessment_before_dislysis
212
-                                    .symptom_before_dialysis
213
-                                : "/"
214
-                            }}
207
+                          {{ getTime(record.lastSchedule.schedule_date, "{y}-{m}-{d}") }}
215
                           </div>
208
                           </div>
216
                         </div>
209
                         </div>
217
                       </div>
210
                       </div>
713
                         </div>
706
                         </div>
714
   
707
   
715
                         <div
708
                         <div
709
+                        v-if="record.prescription.mode_id == 2 ||  record.prescription.mode_id == 5 ||   record.prescription.mode_id == 12 ||  record.prescription.mode_id == 28"
716
                           class="inline_block"
710
                           class="inline_block"
717
                           style="margin-left: 10px; flex: 1"
711
                           style="margin-left: 10px; flex: 1"
718
                         >
712
                         >
725
                           </div>
719
                           </div>
726
                         </div>
720
                         </div>
727
                         <div
721
                         <div
722
+                        v-if="record.prescription.mode_id == 2 ||  record.prescription.mode_id == 5 ||   record.prescription.mode_id == 12 ||  record.prescription.mode_id == 28"
728
                           class="inline_block"
723
                           class="inline_block"
729
                           style="margin-left: 10px; flex: 1"
724
                           style="margin-left: 10px; flex: 1"
730
                         >
725
                         >
1160
                             >iu</span
1155
                             >iu</span
1161
                           >
1156
                           >
1162
                           <span v-if="record.prescription.anticoagulant == 2"
1157
                           <span v-if="record.prescription.anticoagulant == 2"
1163
-                            >iu</span
1158
+                            >mg</span
1164
                           >
1159
                           >
1165
                           <span v-if="record.prescription.anticoagulant == 1"
1160
                           <span v-if="record.prescription.anticoagulant == 1"
1166
                             >mg</span
1161
                             >mg</span
1208
                             >iu/h</span
1203
                             >iu/h</span
1209
                           >
1204
                           >
1210
                           <span v-if="record.prescription.anticoagulant == 2"
1205
                           <span v-if="record.prescription.anticoagulant == 2"
1211
-                            >iu/h</span
1206
+                            >mg/h</span
1212
                           >
1207
                           >
1213
                           <span v-if="record.prescription.anticoagulant == 1"
1208
                           <span v-if="record.prescription.anticoagulant == 1"
1214
                             >mg/h</span
1209
                             >mg/h</span
1234
                             >iu</span
1229
                             >iu</span
1235
                           >
1230
                           >
1236
                           <span v-if="record.prescription.anticoagulant == 2"
1231
                           <span v-if="record.prescription.anticoagulant == 2"
1237
-                            >iu</span
1232
+                            >mg</span
1238
                           >
1233
                           >
1239
                           <span v-if="record.prescription.anticoagulant == 1"
1234
                           <span v-if="record.prescription.anticoagulant == 1"
1240
                             >mg</span
1235
                             >mg</span

+ 1 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Ver fichero

1284
             </span>
1284
             </span>
1285
           </el-row>
1285
           </el-row>
1286
         </el-form>
1286
         </el-form>
1287
-      
1287
+
1288
       </span>
1288
       </span>
1289
       <span slot="footer" class="dialog-footer">
1289
       <span slot="footer" class="dialog-footer">
1290
         <el-button @click="infoDialogVisible = false">取 消</el-button>
1290
         <el-button @click="infoDialogVisible = false">取 消</el-button>

+ 12 - 8
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Ver fichero

243
                 || org_id == 10410 ||
243
                 || org_id == 10410 ||
244
                 org_id == 10495 ||
244
                 org_id == 10495 ||
245
                 org_id == 10375 ||
245
                 org_id == 10375 ||
246
-                org_id == 10485) &&
246
+                org_id == 10485 ||
247
+                org_id == 10375) &&
247
                 org_id!=10387
248
                 org_id!=10387
248
             "
249
             "
249
           >
250
           >
313
               org_id != 9555
314
               org_id != 9555
314
               && org_id!=10432 && org_id!=10445
315
               && org_id!=10432 && org_id!=10445
315
               && org_id!=10410 && org_id!=10495 &&
316
               && org_id!=10410 && org_id!=10495 &&
316
-               org_id!=10485 && org_id!=10395 )
317
+               org_id!=10485 && org_id!=10395 && org_id!=10375 )
317
               || org_id == 10387
318
               || org_id == 10387
318
             "
319
             "
319
           >
320
           >
369
                 org_id == 10410 ||
370
                 org_id == 10410 ||
370
                 org_id == 10495  ||
371
                 org_id == 10495  ||
371
                 org_id == 10395
372
                 org_id == 10395
372
-                || org_id == 10485)
373
+                || org_id == 10485 || org_id == 10375)
373
                 && org_id!=10387
374
                 && org_id!=10387
374
             "
375
             "
375
           >
376
           >
422
               org_id!=10432 &&
423
               org_id!=10432 &&
423
               org_id!=10445 &&
424
               org_id!=10445 &&
424
               org_id!=10410 && org_id!=10495
425
               org_id!=10410 && org_id!=10495
425
-              && org_id!=10485 && org_id!=10395) ||
426
+              && org_id!=10485 && org_id!=10395 && org_id!=10375) ||
426
               org_id == 10387
427
               org_id == 10387
427
             "
428
             "
428
           >
429
           >
1147
                 org_id== 10432 ||
1148
                 org_id== 10432 ||
1148
                 org_id== 10445 ||
1149
                 org_id== 10445 ||
1149
                 org_id== 10410 ||
1150
                 org_id== 10410 ||
1150
-                org_id == 10485) &&
1151
+                org_id == 10485 || org_id == 10375) &&
1151
                 org_id!=10387
1152
                 org_id!=10387
1152
             "
1153
             "
1153
           >
1154
           >
1194
               org_id!=10432 &&
1195
               org_id!=10432 &&
1195
               org_id!=10445 &&
1196
               org_id!=10445 &&
1196
               org_id!=10410 &&
1197
               org_id!=10410 &&
1197
-              org_id!=10485)
1198
+              org_id!=10485 &&
1199
+              org_id!=10375)
1198
               || org_id == 10387
1200
               || org_id == 10387
1199
             "
1201
             "
1200
           >
1202
           >
1252
                 org_id == 10410 ||
1254
                 org_id == 10410 ||
1253
                 org_id == 10495 ||
1255
                 org_id == 10495 ||
1254
                 org_id == 10485 ||
1256
                 org_id == 10485 ||
1255
-                org_id == 10395)
1257
+                org_id == 10395 ||
1258
+                org_id == 10375)
1256
                 && org_id!=10387
1259
                 && org_id!=10387
1257
             "
1260
             "
1258
           >
1261
           >
1310
               org_id!=10410 &&
1313
               org_id!=10410 &&
1311
               org_id!=10495 &&
1314
               org_id!=10495 &&
1312
               org_id!=10485 &&
1315
               org_id!=10485 &&
1313
-              org_id!=10395
1316
+              org_id!=10395 &&
1317
+              org_id!=10375
1314
               )
1318
               )
1315
               || org_id == 10387
1319
               || org_id == 10387
1316
             "
1320
             "

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue Ver fichero

14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
17
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
18
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
19
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
20
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
17
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
18
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
19
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
20
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410) " width="92px" > 置换率(ml/min) </th>
23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46  || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410) " width="92px" > 置换率(ml/min) </th>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Ver fichero

777
             <td>{{ monitor.blood_flow_volume }}</td>
777
             <td>{{ monitor.blood_flow_volume }}</td>
778
             <td>{{ monitor.venous_pressure }}</td>
778
             <td>{{ monitor.venous_pressure }}</td>
779
             <td>{{ monitor.transmembrane_pressure }}</td>
779
             <td>{{ monitor.transmembrane_pressure }}</td>
780
-            <td>{{ monitor.ultrafiltration_rate }}</td>//
780
+            <td>{{ monitor.ultrafiltration_rate }}</td>
781
             <td>{{ monitor.ultrafiltration_volume }}</td>
781
             <td>{{ monitor.ultrafiltration_volume }}</td>
782
             <td>{{ monitor.sodium_concentration }}</td>
782
             <td>{{ monitor.sodium_concentration }}</td>
783
             <td>
783
             <td>

+ 15 - 37
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyOne.vue Ver fichero

80
                       class="under_line"
80
                       class="under_line"
81
                       style="width: 50px; text-align: center"
81
                       style="width: 50px; text-align: center"
82
                     >
82
                     >
83
-                      <span>{{
84
-                        patientInfo.DialysisSchedule.device_zone.name
85
-                          ? patientInfo.DialysisSchedule.device_zone.name
86
-                          : ""
87
-                      }}</span>
83
+                    <span>{{
84
+                      patientInfo.DialysisSchedule.device_zone.name
85
+                        ? patientInfo.DialysisSchedule.device_zone.name
86
+                        : "/"
87
+                    }}</span>
88
                     </div>
88
                     </div>
89
                   </div>
89
                   </div>
90
                   <div
90
                   <div
100
                       class="under_line"
100
                       class="under_line"
101
                       style="width: 50px; text-align: center"
101
                       style="width: 50px; text-align: center"
102
                     >
102
                     >
103
-                      <!-- <span>{{
104
-                        (dialysisOrder &&
105
-                          dialysisOrder != null &&
106
-                          dialysisOrder.DeviceNumber &&
107
-                          dialysisOrder.DeviceNumber.number.length > 0) ||
108
-                        (dialysisOrder &&
109
-                          dialysisOrder != null &&
110
-                          receiverTreatmentAccess.condition &&
111
-                          receiverTreatmentAccess.condition != 1)
112
-                          ? patientInfo.DialysisSchedule.device_number.number
113
-                          : dialysisOrder.DeviceNumber.number
114
-                      }}</span> -->
115
-
116
-                      <span
117
-                        v-if="
118
-                          dialysisOrder == null ||
119
-                          receiverTreatmentAccess.condition != 1
120
-                        "
121
-                      >
122
-                        {{ patientInfo.DialysisSchedule.device_number.number }}
123
-                      </span>
124
-                      <span
125
-                        v-else-if="
126
-                          dialysisOrder &&
127
-                          dialysisOrder != null &&
128
-                          dialysisOrder.DeviceNumber &&
129
-                          receiverTreatmentAccess.condition == 1
130
-                        "
131
-                      >
132
-                        {{ dialysisOrder.DeviceNumber.number }}
133
-                      </span>
134
-                      <span v-else>/</span>
103
+                    <span>{{
104
+                      dialysisOrder &&
105
+                      dialysisOrder.DeviceNumber &&
106
+                      dialysisOrder.DeviceNumber.number.length > 0
107
+                        ? dialysisOrder.DeviceNumber.number
108
+                        : patientInfo.DialysisSchedule.device_number.number
109
+                    }}</span>
110
+              
111
+
112
+                     
135
                     </div>
113
                     </div>
136
                   </div>
114
                   </div>
137
                   <div
115
                   <div

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue Ver fichero

820
                         class="under_line"
820
                         class="under_line"
821
                         style="width: 100px; text-align: center"
821
                         style="width: 100px; text-align: center"
822
                       >
822
                       >
823
-                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956">{{
823
+                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10138 || org_id == 10278">{{
824
                           lastafterdialysis.weight_after
824
                           lastafterdialysis.weight_after
825
                         }}</span>
825
                         }}</span>
826
-                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956">{{
826
+                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id!=10138&&org_id!=10278">{{
827
                           predialysis.weight_after_last_transparency
827
                           predialysis.weight_after_last_transparency
828
                             ? predialysis.weight_after_last_transparency
828
                             ? predialysis.weight_after_last_transparency
829
                             : "未称重"
829
                             : "未称重"

+ 29 - 14
src/xt_pages/dialysis/template/DialysisPrintOrderSixtysix.vue Ver fichero

80
             <div class="inline_block">
80
             <div class="inline_block">
81
               病区:
81
               病区:
82
               <div class="under_line" style="width: 50px; text-align: center">
82
               <div class="under_line" style="width: 50px; text-align: center">
83
-                <span v-if="org_id == 10121||org_id == 10138||org_id == 10414 ||org_id == 10447">{{
83
+                <span>{{
84
                   patientInfo.DialysisSchedule.device_zone.name
84
                   patientInfo.DialysisSchedule.device_zone.name
85
                     ? patientInfo.DialysisSchedule.device_zone.name
85
                     ? patientInfo.DialysisSchedule.device_zone.name
86
-                    : ""
86
+                    : "/"
87
                 }}</span>
87
                 }}</span>
88
-                <span v-else>{{ "/" }}</span>
88
+               
89
               </div>
89
               </div>
90
             </div>
90
             </div>
91
             <div class="inline_block">
91
             <div class="inline_block">
92
               床号:
92
               床号:
93
               <div class="under_line" style="width: 50px; text-align: center">
93
               <div class="under_line" style="width: 50px; text-align: center">
94
-                <span v-if="org_id == 10121||org_id == 10414 || org_id == 10447 || org_id == 9675">{{
94
+                <span>{{
95
                   dialysisOrder &&
95
                   dialysisOrder &&
96
                   dialysisOrder.DeviceNumber &&
96
                   dialysisOrder.DeviceNumber &&
97
                   dialysisOrder.DeviceNumber.number.length > 0
97
                   dialysisOrder.DeviceNumber.number.length > 0
98
                     ? dialysisOrder.DeviceNumber.number
98
                     ? dialysisOrder.DeviceNumber.number
99
                     : patientInfo.DialysisSchedule.device_number.number
99
                     : patientInfo.DialysisSchedule.device_number.number
100
                 }}</span>
100
                 }}</span>
101
-                <span v-else>{{ "/" }}</span>
101
+               
102
               </div>
102
               </div>
103
             </div>
103
             </div>
104
             <div class="inline_block">
104
             <div class="inline_block">
222
                           class="under_line"
222
                           class="under_line"
223
                           style="width: 150px; text-align: center"
223
                           style="width: 150px; text-align: center"
224
                         >
224
                         >
225
-                          <!-- {{
226
-                            predialysis.symptom_before_dialysis
227
-                              ? predialysis.symptom_before_dialysis
228
-                              : "/"
229
-                          }} -->
225
+                          {{getTimeOne(lastSchedule.schedule_date)  }}
230
                         </div>
226
                         </div>
231
                       </div>
227
                       </div>
232
                     </div>
228
                     </div>
725
                       </div>
721
                       </div>
726
   
722
   
727
                       <div
723
                       <div
724
+                        v-if="prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12 || prescription.mode_id == 28"
728
                         class="inline_block"
725
                         class="inline_block"
729
                         style="margin-left: 10px; flex: 1"
726
                         style="margin-left: 10px; flex: 1"
730
                       >
727
                       >
732
                         <div
729
                         <div
733
                           class="under_line"
730
                           class="under_line"
734
                           style="width: 100px; text-align: center"
731
                           style="width: 100px; text-align: center"
732
+                          
735
                         >
733
                         >
736
                           {{
734
                           {{
737
                             getDisplaceLiquiPart(prescription.displace_liqui_part)
735
                             getDisplaceLiquiPart(prescription.displace_liqui_part)
739
                         </div>
737
                         </div>
740
                       </div>
738
                       </div>
741
                       <div
739
                       <div
742
-                       
740
+                        v-if="prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12 || prescription.mode_id == 28"
743
                         class="inline_block"
741
                         class="inline_block"
744
                         style="margin-left: 10px; flex: 1"
742
                         style="margin-left: 10px; flex: 1"
745
                       >
743
                       >
1105
                        <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1103
                        <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1106
                         <span v-if="prescription.anticoagulant == 4">mg</span>
1104
                         <span v-if="prescription.anticoagulant == 4">mg</span>
1107
                         <span v-if="prescription.anticoagulant == 3">iu</span>
1105
                         <span v-if="prescription.anticoagulant == 3">iu</span>
1108
-                        <span v-if="prescription.anticoagulant == 2">iu</span>
1106
+                        <span v-if="prescription.anticoagulant == 2">mg</span>
1109
                         <span v-if="prescription.anticoagulant == 1">mg</span>
1107
                         <span v-if="prescription.anticoagulant == 1">mg</span>
1110
                       </span>
1108
                       </span>
1111
   
1109
   
1153
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1151
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1154
                             <span v-if="prescription.anticoagulant == 4">mg/h</span>
1152
                             <span v-if="prescription.anticoagulant == 4">mg/h</span>
1155
                             <span v-if="prescription.anticoagulant == 3">iu/h</span>
1153
                             <span v-if="prescription.anticoagulant == 3">iu/h</span>
1156
-                            <span v-if="prescription.anticoagulant == 2">iu/h</span>
1154
+                            <span v-if="prescription.anticoagulant == 2">mg/h</span>
1157
                             <span v-if="prescription.anticoagulant == 1">mg/h</span>
1155
                             <span v-if="prescription.anticoagulant == 1">mg/h</span>
1158
                         </span>
1156
                         </span>
1159
                         <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
1157
                         <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
1224
                         <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1222
                         <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1225
                         <span v-if="prescription.anticoagulant == 4">mg</span>
1223
                         <span v-if="prescription.anticoagulant == 4">mg</span>
1226
                         <span v-if="prescription.anticoagulant == 3">iu</span>
1224
                         <span v-if="prescription.anticoagulant == 3">iu</span>
1227
-                        <span v-if="prescription.anticoagulant == 2">iu</span>
1225
+                        <span v-if="prescription.anticoagulant == 2">mg</span>
1228
                         <span v-if="prescription.anticoagulant == 1">mg</span>
1226
                         <span v-if="prescription.anticoagulant == 1">mg</span>
1229
                        </span>
1227
                        </span>
1230
                       <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
1228
                       <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
3151
           gaijiliang_unit: "",
3149
           gaijiliang_unit: "",
3152
         },
3150
         },
3153
         org_id: 0,
3151
         org_id: 0,
3152
+        lastSchedule:{},
3154
       };
3153
       };
3155
     },
3154
     },
3156
     methods: {
3155
     methods: {
3452
         }
3451
         }
3453
         return "";
3452
         return "";
3454
       },
3453
       },
3454
+     
3455
+      getTimeOne(val) {
3456
+         if(val < 0){
3457
+           return ""
3458
+         }
3459
+         if(val == ""){
3460
+          return ""
3461
+         }else {
3462
+          return uParseTime(val, '{y}-{m}-{d}')
3463
+         }
3464
+      },
3455
       getUnit: function (val) {
3465
       getUnit: function (val) {
3456
         switch (val) {
3466
         switch (val) {
3457
           case 1:
3467
           case 1:
3582
               ? null
3592
               ? null
3583
               : response.data.data.dialysisOrder;
3593
               : response.data.data.dialysisOrder;
3584
           // console.log("上机233232323232", this.dialysisOrder);
3594
           // console.log("上机233232323232", this.dialysisOrder);
3595
+
3596
+          this.lastSchedule = response.data.data.lastSchedule
3585
           if (this.operators.length > 0) {
3597
           if (this.operators.length > 0) {
3586
             var operatorsLen = this.operators.length;
3598
             var operatorsLen = this.operators.length;
3587
             for (var index = 0; index < operatorsLen; index++) {
3599
             for (var index = 0; index < operatorsLen; index++) {
3898
             }
3910
             }
3899
             this.doctor_advices = doctor_advices_1;
3911
             this.doctor_advices = doctor_advices_1;
3900
             this.doctor_advices_2 = doctor_advices_2;
3912
             this.doctor_advices_2 = doctor_advices_2;
3913
+
3914
+
3901
           }
3915
           }
3916
+
3902
           // console.log(this.advice_groups);
3917
           // console.log(this.advice_groups);
3903
         } else {
3918
         } else {
3904
           this.loading = false;
3919
           this.loading = false;

+ 8 - 1
src/xt_pages/management/components/ManageForm.vue Ver fichero

750
       if (this.form.revers_mode === "") {
750
       if (this.form.revers_mode === "") {
751
         this.form.revers_mode = 0;
751
         this.form.revers_mode = 0;
752
       }
752
       }
753
+      if(this.form.zone_id == ""){
754
+         this.form.zone_id = 0
755
+      }
753
       this.$refs[formName].validate(valid => {
756
       this.$refs[formName].validate(valid => {
754
         if (valid) {
757
         if (valid) {
755
           SaveManageInfo(this.form).then(response => {
758
           SaveManageInfo(this.form).then(response => {
817
       var disinfecction_modes = this.form.Disinfection_mode;
820
       var disinfecction_modes = this.form.Disinfection_mode;
818
       var disinfecction_modess = parseInt(disinfecction_modes);
821
       var disinfecction_modess = parseInt(disinfecction_modes);
819
       this.form.Disinfection_mode = disinfecction_modess;
822
       this.form.Disinfection_mode = disinfecction_modess;
820
-
823
+      if(this.form.zone_id == ""){
824
+         this.form.zone_id = 0
825
+      }
826
+    
827
+      console.log("form23232wo",this.form)
821
       this.$refs[formName].validate(valid => {
828
       this.$refs[formName].validate(valid => {
822
         if (valid) {
829
         if (valid) {
823
           SaveManageInfoTwo(this.form, this.forms.beds).then(response => {
830
           SaveManageInfoTwo(this.form, this.forms.beds).then(response => {

+ 4 - 0
src/xt_pages/management/home.vue Ver fichero

3783
         var disinfecction_modess = parseInt(disinfecction_modes)
3783
         var disinfecction_modess = parseInt(disinfecction_modes)
3784
         this.form.Disinfection_mode = disinfecction_modess
3784
         this.form.Disinfection_mode = disinfecction_modess
3785
 
3785
 
3786
+        if (this.form.zone_id === '') {
3787
+          this.form.zone_id = 0
3788
+        }
3789
+
3786
         this.$refs[formName].validate(valid => {
3790
         this.$refs[formName].validate(valid => {
3787
           if (valid) {
3791
           if (valid) {
3788
             UpdateMachineInfoTwo(this.form).then(response => {
3792
             UpdateMachineInfoTwo(this.form).then(response => {

+ 3 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Ver fichero

1113
         { value: '1402', label: '门诊特殊病(1402)' },
1113
         { value: '1402', label: '门诊特殊病(1402)' },
1114
         { value: '1401', label: '门诊慢性病(1401)' },
1114
         { value: '1401', label: '门诊慢性病(1401)' },
1115
         { value: '2302', label: '异地就医(2302)' },
1115
         { value: '2302', label: '异地就医(2302)' },
1116
-
1117
-
1118
         { value: '0', label: '自费' }
1116
         { value: '0', label: '自费' }
1119
 
1117
 
1120
       ],
1118
       ],
4866
         case 1401:
4864
         case 1401:
4867
           return '门诊慢性病(1401)' + '处方' + index
4865
           return '门诊慢性病(1401)' + '处方' + index
4868
           break
4866
           break
4867
+        case 2302:
4868
+          return '异地就医(2302)' + '处方' + index
4869
+          break
4869
         case 9922:
4870
         case 9922:
4870
           return '家庭通道' + '处方' + index
4871
           return '家庭通道' + '处方' + index
4871
           break
4872
           break

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 600 - 600
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue


+ 8 - 8
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Ver fichero

1767
               // }
1767
               // }
1768
 
1768
 
1769
               var preTime = nowTime
1769
               var preTime = nowTime
1770
-              if ( this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485){
1770
+              if ( this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191){
1771
                 if (prescription.pre_time == 0) {
1771
                 if (prescription.pre_time == 0) {
1772
                   if (this.schedule.schedule_type == 1) {
1772
                   if (this.schedule.schedule_type == 1) {
1773
                     preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
1773
                     preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
1924
                   tempProject.push(obj)
1924
                   tempProject.push(obj)
1925
                 }
1925
                 }
1926
                 var preTime = nowTime
1926
                 var preTime = nowTime
1927
-                if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485) {
1927
+                if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191) {
1928
                   if (this.schedule.schedule_type == 1) {
1928
                   if (this.schedule.schedule_type == 1) {
1929
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
1929
                      preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
1930
                   } else if (this.schedule.schedule_type == 2) {
1930
                   } else if (this.schedule.schedule_type == 2) {
2234
                     // }
2234
                     // }
2235
 
2235
 
2236
                     var preTime = nowTime
2236
                     var preTime = nowTime
2237
-                    if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 ) {
2237
+                    if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 ) {
2238
                       if (prescription.pre_time == 0) {
2238
                       if (prescription.pre_time == 0) {
2239
                         if (this.schedule.schedule_type == 1) {
2239
                         if (this.schedule.schedule_type == 1) {
2240
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2240
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2392
 
2392
 
2393
                       var preTime = nowTime
2393
                       var preTime = nowTime
2394
                       // var preTime = ''
2394
                       // var preTime = ''
2395
-                      if(this.org_id != 0 && this.org_id !=  9919 && this.org_id !=  10485) {
2395
+                      if(this.org_id != 0 && this.org_id !=  9919 && this.org_id !=  10485 && this.org_id !=  10191) {
2396
                         if (this.schedule.schedule_type == 1) {
2396
                         if (this.schedule.schedule_type == 1) {
2397
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2397
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
2398
                         } else if (this.schedule.schedule_type == 2) {
2398
                         } else if (this.schedule.schedule_type == 2) {
3898
 
3898
 
3899
                     var preTime = nowTime
3899
                     var preTime = nowTime
3900
 
3900
 
3901
-                    if(this.org_id != 0 && this.org_id != 9919 && this.org_id  != 10485 ) {
3901
+                    if(this.org_id != 0 && this.org_id != 9919 && this.org_id  != 10485 && this.org_id  != 10191 ) {
3902
                       if (prescription.pre_time == 0) {
3902
                       if (prescription.pre_time == 0) {
3903
                         if (this.schedule.schedule_type == 1) {
3903
                         if (this.schedule.schedule_type == 1) {
3904
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
3904
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4052
 
4052
 
4053
                       // var preTime = nowTime
4053
                       // var preTime = nowTime
4054
                       var preTime = nowTime
4054
                       var preTime = nowTime
4055
-                      if( this.org_id != 0 && this.org_id != 9919 &&  this.org_id != 10485) {
4055
+                      if( this.org_id != 0 && this.org_id != 9919 &&  this.org_id != 10485 &&  this.org_id != 10191) {
4056
                         if (this.schedule.schedule_type == 1) {
4056
                         if (this.schedule.schedule_type == 1) {
4057
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4057
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4058
                         } else if (this.schedule.schedule_type == 2) {
4058
                         } else if (this.schedule.schedule_type == 2) {
4535
 
4535
 
4536
                     var preTime = nowTime
4536
                     var preTime = nowTime
4537
 
4537
 
4538
-                    if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485) {
4538
+                    if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191) {
4539
                       if (prescription.pre_time == 0) {
4539
                       if (prescription.pre_time == 0) {
4540
                         // preTime = nowTime
4540
                         // preTime = nowTime
4541
                         if (this.schedule.schedule_type == 1) {
4541
                         if (this.schedule.schedule_type == 1) {
4692
 
4692
 
4693
                       var preTime = nowTime
4693
                       var preTime = nowTime
4694
                       // var preTime = ''
4694
                       // var preTime = ''
4695
-                      if(this.org_id != 0 && this.org_id != 9919  && this.org_id != 10485) {
4695
+                      if(this.org_id != 0 && this.org_id != 9919  && this.org_id != 10485 && this.org_id != 10191 ) {
4696
                         if (this.schedule.schedule_type == 1) {
4696
                         if (this.schedule.schedule_type == 1) {
4697
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4697
                           preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
4698
                         } else if (this.schedule.schedule_type == 2) {
4698
                         } else if (this.schedule.schedule_type == 2) {

+ 17 - 11
src/xt_pages/qcd/indicatorControlAnalysis/components/office.vue Ver fichero

21
           v-for="item in item_columns"
21
           v-for="item in item_columns"
22
           :key="item.id"
22
           :key="item.id"
23
           :label="item.item_name"
23
           :label="item.item_name"
24
-          :value="item.id"
24
+          :value="item.item_id"
25
         ></el-option>
25
         ></el-option>
26
       </el-select>
26
       </el-select>
27
 
27
 
308
           }
308
           }
309
         }
309
         }
310
         this.item_columns = item_inspection_reference
310
         this.item_columns = item_inspection_reference
311
-        
312
-        var projectInfo = this.getPojectInfo(this.item_columns[0].project_id, this.item_columns[0].id)
311
+
312
+        var projectInfo = this.getPojectInfo(this.item_columns[0].project_id, this.item_columns[0].item_id)
313
         console.log("projectInfo",projectInfo)
313
         console.log("projectInfo",projectInfo)
314
         this.query.project_id = projectInfo.project_id
314
         this.query.project_id = projectInfo.project_id
315
-        this.query.item_id = projectInfo.id
315
+        this.query.item_id = projectInfo.item_id
316
         this.item_name = projectInfo.item_name
316
         this.item_name = projectInfo.item_name
317
         this.query.range_type = projectInfo.range_type
317
         this.query.range_type = projectInfo.range_type
318
-        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
318
+        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
319
 
319
 
320
       }, changeItem(val) {
320
       }, changeItem(val) {
321
         this.query.page = 1
321
         this.query.page = 1
324
         console.log(projectInfo)
324
         console.log(projectInfo)
325
         this.item_name = projectInfo.item_name
325
         this.item_name = projectInfo.item_name
326
 
326
 
327
-        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
327
+        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
328
 
328
 
329
       }, changeRangeValue(val) {
329
       }, changeRangeValue(val) {
330
         this.query.range_value = val
330
         this.query.range_value = val
340
               let project = []
340
               let project = []
341
               let item = []
341
               let item = []
342
               this.all_inspection_reference = resp.data.references
342
               this.all_inspection_reference = resp.data.references
343
-               console.log("====hhh",this.all_inspection_reference)
343
+
344
+              for(let i = 0; i <  this.all_inspection_reference.length; i++){
345
+                if(this.all_inspection_reference[i].org_id == 0){
346
+                  this.all_inspection_reference[i].item_id = this.all_inspection_reference[i].id
347
+                }
348
+              }
349
+
344
               for (let i = 0; i < this.all_inspection_reference.length; i++) {
350
               for (let i = 0; i < this.all_inspection_reference.length; i++) {
345
                 project.push(this.all_inspection_reference[i])
351
                 project.push(this.all_inspection_reference[i])
346
               }
352
               }
362
               this.item_columns = item
368
               this.item_columns = item
363
               this.item_name = item[0].item_name
369
               this.item_name = item[0].item_name
364
 
370
 
365
-              var projectInfo = this.getPojectInfo(this.project_columns[0].project_id, this.item_columns[0].id)
371
+              var projectInfo = this.getPojectInfo(this.project_columns[0].project_id, this.item_columns[0].item_id)
366
               this.query.project_id = projectInfo.project_id
372
               this.query.project_id = projectInfo.project_id
367
-              this.query.item_id = projectInfo.id
373
+              this.query.item_id = projectInfo.item_id
368
               this.query.range_type = projectInfo.range_type
374
               this.query.range_type = projectInfo.range_type
369
-              this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
375
+              this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
370
             } else {
376
             } else {
371
               this.$message.error(resp.msg)
377
               this.$message.error(resp.msg)
372
 
378
 
379
       },
385
       },
380
       getPojectInfo(project_id, item_id) {
386
       getPojectInfo(project_id, item_id) {
381
         for (let i = 0; i < this.all_inspection_reference.length; i++) {
387
         for (let i = 0; i < this.all_inspection_reference.length; i++) {
382
-          if (this.all_inspection_reference[i].project_id == project_id && this.all_inspection_reference[i].id == item_id) {
388
+          if (this.all_inspection_reference[i].project_id == project_id && this.all_inspection_reference[i].item_id == item_id) {
383
             return this.all_inspection_reference[i]
389
             return this.all_inspection_reference[i]
384
           }
390
           }
385
         }
391
         }

+ 14 - 9
src/xt_pages/qcd/indicatorControlAnalysis/components/personal.vue Ver fichero

345
                       { offset: 1, color: colorList[index][1] }
345
                       { offset: 1, color: colorList[index][1] }
346
                     ])
346
                     ])
347
                   },
347
                   },
348
-                  lineStyle:{ 
348
+                  lineStyle:{
349
                     color:'#409eff' //改变折线颜色
349
                     color:'#409eff' //改变折线颜色
350
-                  }, 
350
+                  },
351
                   barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形
351
                   barBorderRadius: [5, 5, 0, 0] //柱状角成椭圆形
352
                 },
352
                 },
353
 
353
 
461
           }
461
           }
462
         }
462
         }
463
         this.item_columns = item_inspection_reference
463
         this.item_columns = item_inspection_reference
464
-        var projectInfo = this.getPojectInfo(this.item_columns[0].project_id, this.item_columns[0].id)
464
+        var projectInfo = this.getPojectInfo(this.item_columns[0].project_id, this.item_columns[0].item_id)
465
         this.query.project_id = projectInfo.project_id
465
         this.query.project_id = projectInfo.project_id
466
-        this.query.item_id = projectInfo.id
466
+        this.query.item_id = projectInfo.item_id
467
         this.item_name = projectInfo.item_name
467
         this.item_name = projectInfo.item_name
468
         this.query.range_type = projectInfo.range_type
468
         this.query.range_type = projectInfo.range_type
469
-        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
469
+        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
470
 
470
 
471
       }, changeItem(val) {
471
       }, changeItem(val) {
472
         this.query.page = 1
472
         this.query.page = 1
473
         this.query.item_id = val
473
         this.query.item_id = val
474
         var projectInfo = this.getPojectInfo(this.query.project_id, val)
474
         var projectInfo = this.getPojectInfo(this.query.project_id, val)
475
         this.item_name = projectInfo.item_name
475
         this.item_name = projectInfo.item_name
476
-        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
476
+        this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
477
 
477
 
478
       }, changeRangeValue(val) {
478
       }, changeRangeValue(val) {
479
         this.query.range_value = val
479
         this.query.range_value = val
490
               let project = []
490
               let project = []
491
               let item = []
491
               let item = []
492
               this.all_inspection_reference = resp.data.references
492
               this.all_inspection_reference = resp.data.references
493
+              for(let i = 0; i <  this.all_inspection_reference.length; i++){
494
+                if(this.all_inspection_reference[i].org_id == 0){
495
+                  this.all_inspection_reference[i].item_id = this.all_inspection_reference[i].id
496
+                }
497
+              }
493
 
498
 
494
               for (let i = 0; i < this.all_inspection_reference.length; i++) {
499
               for (let i = 0; i < this.all_inspection_reference.length; i++) {
495
                 project.push(this.all_inspection_reference[i])
500
                 project.push(this.all_inspection_reference[i])
511
               this.item_columns = item
516
               this.item_columns = item
512
               this.item_name = item[0].item_name
517
               this.item_name = item[0].item_name
513
 
518
 
514
-              var projectInfo = this.getPojectInfo(this.project_columns[0].project_id, this.item_columns[0].id)
519
+              var projectInfo = this.getPojectInfo(this.project_columns[0].project_id, this.item_columns[0].item_id)
515
               this.query.project_id = projectInfo.project_id
520
               this.query.project_id = projectInfo.project_id
516
-              this.query.item_id = projectInfo.id
521
+              this.query.item_id = projectInfo.item_id
517
               this.query.range_type = projectInfo.range_type
522
               this.query.range_type = projectInfo.range_type
518
-              this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.id)
523
+              this.GetRangeValue(projectInfo.range_type, projectInfo.project_id, projectInfo.item_id)
519
             } else {
524
             } else {
520
               this.$message.error(resp.msg)
525
               this.$message.error(resp.msg)
521
 
526
 

+ 17 - 1
src/xt_pages/role/admin.vue Ver fichero

65
           icon="el-icon-circle-plus-outline"
65
           icon="el-icon-circle-plus-outline"
66
           style="float:left"
66
           style="float:left"
67
           @click="toTestSeven">添加合同签署人</el-button> -->
67
           @click="toTestSeven">添加合同签署人</el-button> -->
68
+
69
+          <!-- <el-button   type="primary"
70
+          size="small"
71
+          icon="el-icon-circle-plus-outline"
72
+          style="float:left"  @click="toTestEight">
73
+            脚本
74
+          </el-button> -->
68
           
75
           
69
      </div>
76
      </div>
70
     
77
     
220
 </template>
227
 </template>
221
 
228
 
222
 <script>
229
 <script>
223
-import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive } from "@/api/role/admin";
230
+import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight } from "@/api/role/admin";
224
 import { getRoles } from "@/api/role/role";
231
 import { getRoles } from "@/api/role/role";
225
 
232
 
226
 import { parseTime } from "@/utils";
233
 import { parseTime } from "@/utils";
565
           console.log("sign",sign)
572
           console.log("sign",sign)
566
         }
573
         }
567
       })
574
       })
575
+    },
576
+    toTestEight(){
577
+      toTestEight().then(response=>{
578
+        if(response.data.state== 1){
579
+          var sign =  response.data.data.sign
580
+          console.log("sign",sign)
581
+           this.$message.success("保存")
582
+        }
583
+      })
568
     }
584
     }
569
   },
585
   },
570
   watch: {
586
   watch: {

+ 7 - 3
src/xt_pages/stock/detail/stockOutDetail.vue Ver fichero

809
         this.tableOut[i].specification_name = this.tableOut[i].specification_name
809
         this.tableOut[i].specification_name = this.tableOut[i].specification_name
810
         this.tableOut[i].packing_unit = this.tableOut[i].packing_unit
810
         this.tableOut[i].packing_unit = this.tableOut[i].packing_unit
811
         this.tableOut[i].ctime = this.getTime(this.tableOut[i].ctime)
811
         this.tableOut[i].ctime = this.getTime(this.tableOut[i].ctime)
812
-        if(this.orgId == 9919 || this.orgId == 10402 || this.orgId == 0){
812
+        if(this.orgId == 9919 || this.orgId == 10402){
813
           this.tableOut[i].total_price = (this.tableOut[i].count * this.tableOut[i].buy_price).toFixed(2)
813
           this.tableOut[i].total_price = (this.tableOut[i].count * this.tableOut[i].buy_price).toFixed(2)
814
           this.tableOut[i].packing_price = this.tableOut[i].buy_price
814
           this.tableOut[i].packing_price = this.tableOut[i].buy_price
815
         }else if(this.orgId == 10265){
815
         }else if(this.orgId == 10265){
830
           this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
830
           this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
831
         }else if(this.orgId == 10188){
831
         }else if(this.orgId == 10188){
832
           this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
832
           this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
833
+        }else if(this.orgId == 10489){
834
+          this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
835
+        }else if(this.orgId == 10375){
836
+          this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
833
         }else{
837
         }else{
834
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
838
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
835
         }
839
         }
838
 
842
 
839
          this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
843
          this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
840
         }
844
         }
841
-        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191){
845
+        if(this.orgId == 10210 || this.orgId == 9675  || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId == 0 || this.orgId ==10489 || this.orgId == 10375){
842
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
846
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
843
           console.log("out_count232233232332",this.tableOut[i].out_count)
847
           console.log("out_count232233232332",this.tableOut[i].out_count)
844
         }
848
         }
845
-        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402){
849
+        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375){
846
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
850
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
847
         }
851
         }
848
        }
852
        }

+ 6 - 3
src/xt_pages/user/inspection.vue Ver fichero

1343
                   item.value_direction = '↑'
1343
                   item.value_direction = '↑'
1344
                 }
1344
                 }
1345
               }
1345
               }
1346
-              console.log("items23233232",item)
1347
-              this.items.push(item)
1348
-              console.log("items232232332wo",this.items)
1346
+              // console.log("items23233232",item)
1347
+              if(item.item_name!=""){
1348
+                this.items.push(item)
1349
+              }
1350
+            
1351
+              // console.log("items232232332wo",this.items)
1349
 
1352
 
1350
               if(item.value.indexOf("http") >= 0){
1353
               if(item.value.indexOf("http") >= 0){
1351
                 this.isPic = true
1354
                 this.isPic = true

+ 10 - 31
src/xt_pages/workforce/template.vue Ver fichero

187
 
187
 
188
         <el-tab-pane name="first" :disabled="template_mode.mode == 0" >
188
         <el-tab-pane name="first" :disabled="template_mode.mode == 0" >
189
 
189
 
190
-          <span slot="label"> {{first_template.week?'一周模版':'一周模版'}}
191
-
192
-             <span v-if="schedule.mode ==1">(本周)</span>
193
-             <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">(下一周)</span>
194
-             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">(本周)</span>
195
-
196
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==0">(下下周)</span>
197
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==1">(下周)</span>
198
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==2">(本周)</span>
199
-
200
-
201
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==0">(下下周)</span>
202
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==1">(下周)</span>
203
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==2">(本周)</span>
204
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==3">(上周)</span>
190
+          <span slot="label"> {{first_template.week?'一周模版'+'('+first_template.week+'周'+')':'一周模版'+'('+first_template.week+'周'+')'}}
205
 
191
 
192
+             <span v-if="schedule.mode ==1">{{'(本周)'}}</span>
193
+             <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">{{'(下一周)'}}</span>
194
+             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">{{'(本周)'}}</span>
206
 
195
 
207
           </span>
196
           </span>
208
 
197
 
210
 
199
 
211
         <el-tab-pane  name="second" :disabled="template_mode.mode != 2 && template_mode.mode != 3 && template_mode.mode  != 4">
200
         <el-tab-pane  name="second" :disabled="template_mode.mode != 2 && template_mode.mode != 3 && template_mode.mode  != 4">
212
 
201
 
213
-          <span slot="label"> {{second_template.week?'二周模版':'二周模版'}}
214
-
215
-              <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">(本周)</span>
216
-             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">(下一周)</span>
217
-
218
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==0">(本周)</span>
219
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==1">(下周)</span>
220
-             <span v-if="schedule.mode == 3 && schedule.execute_times%3 ==2">(下下周)</span>
202
+          <span slot="label"> {{second_template.week?'二周模版'+'('+second_template.week+'周'+')':'二周模版'+'('+second_template.week+'周'+')'}}
221
 
203
 
222
-
223
-              <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==0">(下下周)</span>
224
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==1">(下周)</span>
225
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==2">(本周)</span>
226
-             <span v-if="schedule.mode == 4 && schedule.execute_times%4 ==3">(上周)</span>
204
+             <span v-if="schedule.mode == 2 && schedule.execute_times%2==0">{{'(本周)'}}</span>
205
+             <span v-if="schedule.mode == 2 && schedule.execute_times%2!=0">{{'(下一周)'}}</span>
227
 
206
 
228
           </span>
207
           </span>
229
         </el-tab-pane>
208
         </el-tab-pane>
230
-
231
-        <el-tab-pane :label="  third_template.week? '三周模版':'三周模版'" name="third" :disabled="template_mode.mode != 3 && template_mode.mode  != 4">
209
+<!--                  {{ four_template.week?four_template.week+'周':""}}-->
210
+        <el-tab-pane :label="'三周模版'+'('+third_template.week+'周'+')'" name="third" :disabled="template_mode.mode != 3 && template_mode.mode  != 4">
232
 
211
 
233
         </el-tab-pane>
212
         </el-tab-pane>
234
 
213
 
235
-      <el-tab-pane :label="four_template.week?'四周模版':'四周模版'" name="four" :disabled="template_mode.mode  != 4 ">
214
+      <el-tab-pane :label="'四周模版'+'('+four_template.week+'周'+')'" name="four" :disabled="template_mode.mode  != 4 ">
236
         </el-tab-pane>
215
         </el-tab-pane>
237
       </el-tabs>
216
       </el-tabs>
238
               </div>
217
               </div>