XMLWAN 2 år sedan
förälder
incheckning
2a111f433b

+ 10 - 12
src/xt_pages/data/components/addInspection.vue Visa fil

155
             <template slot-scope="scope">
155
             <template slot-scope="scope">
156
               <div v-if="scope.row.type == 2">{{ scope.row.unit }}</div>
156
               <div v-if="scope.row.type == 2">{{ scope.row.unit }}</div>
157
               <div v-if="scope.row.type == 3">
157
               <div v-if="scope.row.type == 3">
158
-                {{ getUnit(scope.row.unit) }}
158
+               {{ scope.row.unit }}
159
               </div>
159
               </div>
160
             </template>
160
             </template>
161
           </el-table-column>
161
           </el-table-column>
251
       }
251
       }
252
     },
252
     },
253
     changeProject(val) {
253
     changeProject(val) {
254
-      console.log("i23232323323",val.id)
255
       this.form.number = 1;
254
       this.form.number = 1;
256
     },
255
     },
257
     querySearch(queryString, cb) {
256
     querySearch(queryString, cb) {
272
       };
271
       };
273
     },
272
     },
274
     handleSelect(val) {
273
     handleSelect(val) {
275
-      console.log("val3223322323232323",val)
274
+     
276
       this.project_name = val.project_name;
275
       this.project_name = val.project_name;
277
       this.form.project_detail = val.id;
276
       this.form.project_detail = val.id;
278
     },
277
     },
314
         saveTeam(data, params).then((response) => {
313
         saveTeam(data, params).then((response) => {
315
           if (response.data.state == 1) {
314
           if (response.data.state == 1) {
316
             var projectTeam = response.data.data.projectTeam;
315
             var projectTeam = response.data.data.projectTeam;
317
-            // console.log('projectTeam', projectTeam)
316
+           
318
             this.$message.success("保存成功");
317
             this.$message.success("保存成功");
319
             this.visible = false;
318
             this.visible = false;
320
             (this.form.project_team = ""),
319
             (this.form.project_team = ""),
341
         if (response.data.state == 1) {
340
         if (response.data.state == 1) {
342
           var projectList = response.data.data.projectList;
341
           var projectList = response.data.data.projectList;
343
           var goodInfos = response.data.data.good_info;
342
           var goodInfos = response.data.data.good_info;
344
-
343
+    
345
           for (let i = 0; i < projectList.length; i++) {
344
           for (let i = 0; i < projectList.length; i++) {
346
             let obj = {
345
             let obj = {
347
               id: projectList[i].id,
346
               id: projectList[i].id,
348
               statistical_classification:
347
               statistical_classification:
349
-                projectList[i].statistical_classification,
348
+              projectList[i].statistical_classification,
350
               number: "1",
349
               number: "1",
351
               project_name: projectList[i].project_name,
350
               project_name: projectList[i].project_name,
352
               unit: projectList[i].unit,
351
               unit: projectList[i].unit,
363
           for (let i = 0; i < goodInfos.length; i++) {
362
           for (let i = 0; i < goodInfos.length; i++) {
364
             let obj = {
363
             let obj = {
365
               id: goodInfos[i].id,
364
               id: goodInfos[i].id,
366
-              statistical_classification:
367
-                goodInfos[i].statistical_classification,
365
+              statistical_classification:goodInfos[i].statistical_classification,
368
               number: "1",
366
               number: "1",
369
-              project_name:
370
-                goodInfos[i].good_name + " " + goodInfos[i].specification_name,
371
-              unit: goodInfos[i].good_unit,
367
+              project_name:goodInfos[i].good_name + " " + goodInfos[i].specification_name,
368
+              unit: goodInfos[i].packing_unit,
372
               price: goodInfos[i].retail_price,
369
               price: goodInfos[i].retail_price,
373
               type: 3,
370
               type: 3,
374
               new_id: Math.floor(
371
               new_id: Math.floor(
379
             this.projectList.push(obj);
376
             this.projectList.push(obj);
380
           }
377
           }
381
 
378
 
382
-          console.log("项目2323332", this.projectList);
379
+         
383
         }
380
         }
384
       });
381
       });
385
     },
382
     },
416
             }
413
             }
417
           }
414
           }
418
         }
415
         }
416
+        console.log("project_232332323232323232",this.projectList)
419
         for (let i = 0; i < this.projectList.length; i++) {
417
         for (let i = 0; i < this.projectList.length; i++) {
420
           if (this.form.project_detail == this.projectList[i].new_id) {
418
           if (this.form.project_detail == this.projectList[i].new_id) {
421
             this.projectList[i].number = this.form.number
419
             this.projectList[i].number = this.form.number

+ 3 - 3
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue Visa fil

7
     </div>
7
     </div>
8
     <div class="app-container ">
8
     <div class="app-container ">
9
       <div id="dialysis-print-box">
9
       <div id="dialysis-print-box">
10
-        <div v-if="orgId!=9675 && orgId!=10210">
10
+        <div v-if="orgId!=9675 && orgId!=10210 && orgId!=10188 && orgId!=10127">
11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
78
       </div> 
78
       </div> 
79
 
79
 
80
 
80
 
81
-      <div v-if="orgId == 9675 || orgId == 10210">
81
+      <div v-if="orgId == 9675 || orgId == 10210 || orgId == 10188 || orgId == 10127">
82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
125
              </td>
125
              </td>
126
              <td>{{item.batch_number}}</td>
126
              <td>{{item.batch_number}}</td>
127
              <td>{{(getTime(item.product_date))}}</td>
127
              <td>{{(getTime(item.product_date))}}</td>
128
-             <td>{{(getTime(item.expire_date))}}</td>
128
+             <td>{{(getTime(item.expiry_date))}}</td>
129
             </tr>
129
             </tr>
130
 
130
 
131
              <tr>
131
              <tr>

+ 4 - 2
src/xt_pages/user/dialysisSolution.vue Visa fil

1586
       this.addPlan.hemodialysis_machine = row.hemodialysis_machine + ''
1586
       this.addPlan.hemodialysis_machine = row.hemodialysis_machine + ''
1587
       this.addPlan.perfusion_apparatus = row.perfusion_apparatus + ''
1587
       this.addPlan.perfusion_apparatus = row.perfusion_apparatus + ''
1588
       this.addPlan.max_ultrafiltration_rate = row.max_ultrafiltration_rate
1588
       this.addPlan.max_ultrafiltration_rate = row.max_ultrafiltration_rate
1589
-
1589
+      this.addPlan.anticoagulant_zongliang = row.anticoagulant_zongliang
1590
+      this.addPlan.anticoagulant_shouji = row.anticoagulant_shouji
1591
+      this.addPlan.anticoagulant_weichi = row.anticoagulant_weichi
1590
       // this.addPlan.oxygen_uptake = row.oxygen_uptake
1592
       // this.addPlan.oxygen_uptake = row.oxygen_uptake
1591
       // this.addPlan.hemodialysis_pipelines = row.hemodialysis_pipelines
1593
       // this.addPlan.hemodialysis_pipelines = row.hemodialysis_pipelines
1592
       // this.addPlan.hemodialysis_pipelines_count = row.hemodialysis_pipelines_count
1594
       // this.addPlan.hemodialysis_pipelines_count = row.hemodialysis_pipelines_count
1751
     },
1753
     },
1752
     isShows(name) {
1754
     isShows(name) {
1753
       var filedList = store.getters.xt_user.fileds
1755
       var filedList = store.getters.xt_user.fileds
1754
-      console.log("filedList2323232",filedList)
1756
+      
1755
       for (let i = 0; i < filedList.length; i++) {
1757
       for (let i = 0; i < filedList.length; i++) {
1756
         if (
1758
         if (
1757
           filedList[i].module == 1 &&
1759
           filedList[i].module == 1 &&