| | |
| | | <span>{{ dataForm.write }}</span> |
| | | </div> |
| | | <div class="el-flex"> |
| | | <div style="width: 60px;text-align: center"> |
| | | {{ getYearMonDay(dataForm.softwareTestOrder.startDate).year }} |
| | | </div> |
| | | 年 |
| | | <div style="width: 40px;text-align: center"> |
| | | {{ getYearMonDay(dataForm.softwareTestOrder.startDate).month }} |
| | | </div> |
| | | 月 |
| | | <div style="width: 40px;text-align: center"> |
| | | {{ getYearMonDay(dataForm.softwareTestOrder.startDate).day }} |
| | | </div> |
| | | 日 |
| | | {{ dataForm.softwareTestOrder.deliveryDate | filterTime('YYYY年MM月DD日') }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | entrustUnitContWay: '', |
| | | entrustUnitContact: '', |
| | | entrustUnitName: '', |
| | | identity: '', |
| | | softwareIdentity: '', |
| | | isContract: '', |
| | | projectLeader: '', |
| | | projectReviewer: '', |