seimin 5 ay önce
ebeveyn
işleme
2d1f30f285

+ 1 - 1
proxy.conf.json

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

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

@@ -2225,7 +2225,7 @@
2225 2225
           </button>
2226 2226
         </ng-container>
2227 2227
         <ng-container *ngIf="currentTabIndex === '99999' && buildType !== '编辑事件'">
2228
-          <label nz-checkbox [(ngModel)]="isBuildOrderAgagin" *ngIf="buildType !== '报修转事件' && buildType !== '留言转事件'">是否连续建单</label>
2228
+          <label nz-checkbox [(ngModel)]="isBuildOrderAgagin" *ngIf="buildType !== '报修转事件' && buildType !== '留言转事件' && buildType !== '继续建单'">是否连续建单</label>
2229 2229
           <button nz-button class="btn" nzType="primary" (click)="directOrder()">
2230 2230
             直接解决
2231 2231
           </button>