Browse Source

调度台建单修复

seimin 2 years ago
parent
commit
a5e4fea8c9
2 changed files with 3 additions and 3 deletions
  1. 1 1
      proxy.conf.json
  2. 2 2
      src/app/views/fuwutai/fuwutai.component.html

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.3.108",
3
+    "target": "http://192.168.3.200",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.html

@@ -2258,9 +2258,9 @@
2258 2258
                                       '床 ' +
2259 2259
                                       option.patientname +
2260 2260
                                       ' ' +
2261
-                                      option.barCode
2261
+                                      option.residenceNo
2262 2262
                                     "
2263
-                                    [nzValue]="option.barCode"
2263
+                                    [nzValue]="option.patientCode"
2264 2264
                                   ></nz-option>
2265 2265
                                 </ng-container>
2266 2266
                                 <nz-option