123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <nz-spin [nzSpinning]="saveLoading">
- <!-- 主数据 -->
- <nz-table nzSize="small" [nzNoResult]="' '" nzBordered #basicTable [nzShowPagination]="false"
- style="margin-bottom: 5px;">
- <thead>
- <tr>
- <!-- 异常工时信息统计单 -->
- <th colspan="13">
- <h2><strong>仓库报表</strong></h2>
- </th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>时间</td>
- <td colSpan="12">
- <nz-date-picker [(ngModel)]="fbsWarehouse.date" nzPlaceHolder="请选择">
- </nz-date-picker>
- </td>
- </tr>
- <tr>
- <td>出勤工时</td>
- <td>应到人数</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.numberOfPeopleToArrive" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>实到人数</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.actualNumberOfPeople" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>请假</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.lleave" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>旷工</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.absenteeism" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>离职</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.quit" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>出勤工时</td>
- <td style="width: 8%;">
- <nz-input-number [(ngModel)]="fbsWarehouse.attendanceHours" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- </tr>
- <tr>
- <td>加班记录</td>
- <td>加班人数</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.overtimePeople" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>加班工时</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.overtimeHours" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>加班原因</td>
- <td colSpan="7">
- <textarea rows="2" nz-input [(ngModel)]="fbsWarehouse.overtimeReason"></textarea>
- </td>
- </tr>
- <tr>
- <td rowspan="11">工时统计</td>
- <td>工单配料</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.workOrderBatching" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>生产订单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.batchingProductionOrderNumberCode" /></td>
- </tr>
- <tr>
- <td>成品收存</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.storageFinishedProducts" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>生产订单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.productsProductionOrderNumberCode" /></td>
- </tr>
- <tr>
- <td>原材料收存</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.storageRawMaterials" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>入库单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.stockInNumber" /></td>
- </tr>
- <tr>
- <td>研发领用</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.researchAndDevelopment" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>出库单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.developmentDeliveryOrderNo" /></td>
- </tr>
- <tr>
- <td>补发发货</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.projectIngredients" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>出库单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.projectDeliveryOrderNo"/></td>
- </tr>
- <tr>
- <td>售后发货</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.projectDelivery" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>出库单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.deliveryProjectName"/></td>
- </tr>
- <tr>
- <td>项目打包</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.packProject" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>项目名称</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.packProjectName"/></td>
- </tr>
- <tr>
- <td>配辅料</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.accessories" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>出库单号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.accessoriesDeliveryOrderNo"/></td>
- </tr>
- <tr>
- <td>装车/卸载</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.loading" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.loadingProjectName"/></td>
- </tr>
- <tr>
- <td>支给</td>
- <td><nz-input-number [(ngModel)]="fbsWarehouse.defray" [nzMin]="0" [nzStep]="1">
- </nz-input-number></td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.defrayMemo"/></td>
- </tr>
- <tr>
- <td>盘点</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.inventory" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>物料编号</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.itemNumber" /></td>
- </tr>
- <tr>
- <td rowspan="4">其他工时统计</td>
- <td>培训</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.train" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.trainMemo" /></td>
- </tr>
- <tr>
- <td>会议</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.meeting" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.meetingMemo" /></td>
- </tr>
- <tr>
- <td>5S</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.fiveS" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.fiveSMemo" /></td>
- </tr>
- <tr>
- <td>其他</td>
- <td>
- <nz-input-number [(ngModel)]="fbsWarehouse.other" [nzMin]="0" [nzStep]="1">
- </nz-input-number>
- </td>
- <td>备注</td>
- <td colSpan="9"><input nz-input [(ngModel)]="fbsWarehouse.otherMemo" /></td>
- </tr>
- </tbody>
- </nz-table>
- </nz-spin>
- <!-- 底部按钮 -->
- <div class="base">
- <!-- 底部关闭按钮 -->
- <a nz-popconfirm style="margin-right: 2%" nzTitle="确认关闭吗(关闭前请确认数据已保存)" (nzOnConfirm)="close()">
- <button nz-button class="ant-btn buttonDistance"><span>关闭
- </span></button>
- </a>
- <!-- 底部保存按钮 -->
- <button nzbutton (click)="save()" nz-button nzType="primary" [nzLoading]="saveLoading"><span>保存</span></button>
- </div>
|