| | |
| | | <text class="detail-value highlight">{{ item.nickName || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">工时(h)</text> |
| | | <text class="detail-value">{{ item.workHour || 0 }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">所属工序</text> |
| | | <view class="detail-value"> |
| | | <up-tag :text="item.process || '-'" |
| | |
| | | <view class="detail-row"> |
| | | <text class="detail-label">工单编号</text> |
| | | <text class="detail-value">{{ item.workOrderNo || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">销售合同号</text> |
| | | <text class="detail-value">{{ item.salesContractNo || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">产品名称</text> |
| | |
| | | plain |
| | | text="参数详情" |
| | | @click="handleShowParams(item)"></up-button> |
| | | <up-button type="error" |
| | | <!-- <up-button type="error" |
| | | size="small" |
| | | plain |
| | | text="删除" |
| | | @click="handleDelete(item)"></up-button> |
| | | @click="handleDelete(item)"></up-button> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | :key="idx" |
| | | class="detail-item"> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">投入产品</text> |
| | | <text class="detail-value font-bold">{{ input.productName }}</text> |
| | | <text class="detail-label">报工单号</text> |
| | | <text class="detail-value">{{ input.productNo || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">规格型号</text> |
| | | <text class="detail-value">{{ input.model }}</text> |
| | | <text class="detail-label">投入产品名称</text> |
| | | <text class="detail-value font-bold">{{ input.productName || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">投入产品型号</text> |
| | | <text class="detail-value">{{ input.model || '-' }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">投入数量</text> |
| | | <text class="detail-value highlight">{{ input.quantity }} {{ input.unit }}</text> |
| | | <text class="detail-value highlight">{{ input.quantity || 0 }} {{ input.unit || '' }}</text> |
| | | </view> |
| | | <up-divider></up-divider> |
| | | </view> |