| | |
| | | <el-table-column label="合同金额(元)" prop="contractAmount" width="220" show-overflow-tooltip |
| | | :formatter="formattedNumber" /> |
| | | <el-table-column label="录入人" prop="entryPersonName" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="生产状态" prop="productionStatus" width="100" show-overflow-tooltip > |
| | | <template #default="scope"> |
| | | <div> |
| | | <el-tag v-if="scope.row.productionStatus === '已完成'" type="success">已完成</el-tag> |
| | | <el-tag v-if="scope.row.productionStatus === '生产中'" type="warning">生产中</el-tag> |
| | | <el-tag v-if="scope.row.productionStatus === '未开始'" type="danger">未开始</el-tag> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="发货车牌" prop="shippingCarNumber" width="120" show-overflow-tooltip> |
| | | <template #default="scope"> |
| | | <div> |
| | |
| | | <div class="delivery-note"> |
| | | <div class="header"> |
| | | <div class="company-name">海川开心食品有限公司</div> |
| | | <div class="document-title">零售发货单</div> |
| | | <div class="document-title">发货单</div> |
| | | </div> |
| | | |
| | | <div class="info-section"> |
| | |
| | | <div class="delivery-note"> |
| | | <div class="header"> |
| | | <div class="company-name">海川开心食品有限公司</div> |
| | | <div class="document-title">零售发货单</div> |
| | | <div class="document-title">发货单</div> |
| | | </div> |
| | | |
| | | <div class="info-section"> |