diff --git a/src/pagesApp/receiveDetail.vue b/src/pagesApp/receiveDetail.vue index 5ca7613..29af93f 100644 --- a/src/pagesApp/receiveDetail.vue +++ b/src/pagesApp/receiveDetail.vue @@ -9,12 +9,13 @@ :borderColor="'rgba(0, 0, 0, 0.1)'" :placeholderColor="'#C1C1C1'" > - 创建 + 创建 + 本月 - 单据状态 - 排序 + 单据状态 + 排序 筛选 @@ -24,14 +25,20 @@ 收货单号:{{ item.receiptNumber }} - {{ item.deviceName || '-' }} + {{ item.deviceName || "-" }} - 现场照片 + 现场照片 - - {{ item.userName }} {{ getScaleStatus((item as any).scaleStatus) }} + + {{ item.userName }} + {{ getScaleStatus((item as any).scaleStatus) }} + 补单 + {{ item.productName }} 定价人:{{ item.userName }} @@ -39,80 +46,147 @@ - - {{ item.name }}:{{ item.isBefore ? item.unit : "" }} - {{ item.num }} - {{ item.isBefore ? "" : item.unit }} - + + + + {{ item.buttonType === 0 ? '扣杂' : '扣点' }}: + + {{ item.buttonType === 0 ? item[cItem.enName as string] : item['points'] }} + {{ item.buttonType === 0 ? cItem.unit : '%' }} + + + + {{ cItem.name }}:{{ cItem.isBefore ? cItem.unit : "" }} + {{ item[cItem.enName as string] }} + {{ cItem.isBefore ? "" : cItem.unit }} + + + + +