浏览代码

批量打印

XMLWAN 4 年前
父节点
当前提交
c6c8877f3a

+ 2 - 2
config/dev.env.js 查看文件

7
   NODE_ENV: '"development"',
7
   NODE_ENV: '"development"',
8
   ENV_CONFIG: '"dev"',
8
   ENV_CONFIG: '"dev"',
9
   //BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
9
   //BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
-  // BASE_API: '"http://api.xt.test.sgjyun.com"',
11
-  BASE_API: '"http://localhost:9531"',
10
+  BASE_API: '"http://api.xt.test.sgjyun.com"',
11
+  // BASE_API: '"http://localhost:9531"',
12
   SSO_HOST: '"http://testsso.sgjyun.com"',
12
   SSO_HOST: '"http://testsso.sgjyun.com"',
13
   SRCM_HOST: '"http://test1.sgjyun.com"',
13
   SRCM_HOST: '"http://test1.sgjyun.com"',
14
   XT_HOST: '"http://xt.test.sgjyun.com"',
14
   XT_HOST: '"http://xt.test.sgjyun.com"',

+ 1 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

887
         default:()=>{
887
         default:()=>{
888
           return [];
888
           return [];
889
         }
889
         }
890
-      }
891
-      scheudle_mode:Number,
890
+      },
892
       lastAssessment: {
891
       lastAssessment: {
893
         type: Object,
892
         type: Object,
894
         default: () => {
893
         default: () => {

+ 3 - 9
src/xt_pages/user/dialysisSolution.vue 查看文件

895
            for(let i=0;i<this.dialyzers.length;i++){
895
            for(let i=0;i<this.dialyzers.length;i++){
896
                this.dialyzers[i].name = this.dialyzers[i].specification_name
896
                this.dialyzers[i].name = this.dialyzers[i].specification_name
897
            }
897
            }
898
+           console.log("2222222",this.dialyzers)
898
           this.InnerDialogProps.values = this.dialyzers
899
           this.InnerDialogProps.values = this.dialyzers
899
           this.InnerDialogProps.titles = '透析器'
900
           this.InnerDialogProps.titles = '透析器'
900
           this.InnerDialogProps.type = 'dialyzers'
901
           this.InnerDialogProps.type = 'dialyzers'
1230
         }
1231
         }
1231
       })
1232
       })
1232
     },
1233
     },
1233
-    submitEditSolution(formName) {
1234
+      submitEditSolution(formName) {
1234
       this.$refs[formName].validate(valid => {
1235
       this.$refs[formName].validate(valid => {
1235
         if (valid) {
1236
         if (valid) {
1236
           let mode = '2'
1237
           let mode = '2'
1242
           }
1243
           }
1243
           this.addPlan.dialysis_dialyszers = this.dialysis_dialyszers
1244
           this.addPlan.dialysis_dialyszers = this.dialysis_dialyszers
1244
           this.addPlan.dialysis_irrigation = this.dialysis_irrigation
1245
           this.addPlan.dialysis_irrigation = this.dialysis_irrigation
1245
-          console.log("333333",this.addPlan)
1246
-          editPatientDialysisSolution(
1247
-            this.patientID,
1248
-            this.addPlan.id,
1249
-            this.addPlan,
1250
-            mode
1251
-          ).then(response => {
1252
           console.log("2233333",this.addPlan)
1246
           console.log("2233333",this.addPlan)
1253
-
1247
+          
1254
           editPatientDialysisSolution(this.patientID,this.addPlan.id,this.addPlan, mode).then(response => {
1248
           editPatientDialysisSolution(this.patientID,this.addPlan.id,this.addPlan, mode).then(response => {
1255
             if (response.data.state == 0) {
1249
             if (response.data.state == 0) {
1256
               this.$message.error(response.data.msg)
1250
               this.$message.error(response.data.msg)