Ver código fonte

批量打印

XMLWAN 4 anos atrás
pai
commit
c6c8877f3a

+ 2 - 2
config/dev.env.js Ver arquivo

@@ -7,8 +7,8 @@ module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9 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 12
   SSO_HOST: '"http://testsso.sgjyun.com"',
13 13
   SRCM_HOST: '"http://test1.sgjyun.com"',
14 14
   XT_HOST: '"http://xt.test.sgjyun.com"',

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

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

+ 3 - 9
src/xt_pages/user/dialysisSolution.vue Ver arquivo

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