| | |
| | | <text class="detail-value">{{ item.model || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">订单数量</text> |
| | | <text class="detail-label">工艺路线编号</text> |
| | | <text class="detail-value">{{ item.processRouteCode || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">需求数量</text> |
| | | <text class="detail-value">{{ item.quantity || 0 }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">完成数量</text> |
| | | <text class="detail-value">{{ item.completeQuantity || 0 }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">完成进度</text> |
| | |
| | | </scroll-view> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">开始日期</text> |
| | | <text class="detail-value">{{ formatDate(item.startTime) }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">结束日期</text> |
| | | <text class="detail-value">{{ formatDate(item.endTime) }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">计划完成</text> |
| | | <text class="detail-value">{{ formatDate(item.planCompleteTime) }}</text> |
| | | </view> |