Merge branch 'master' of http://bore.pub:10439/r/ERP_override
| | |
| | | </thead> |
| | | <tr style="border-style: none"> |
| | | <td style="font-size: 15px;font-weight: bold;text-align: left" colspan="9"> |
| | | 产品名称:<span>{{data.orderProductDetail[index].productName}}</span> |
| | | 产品名称:<span>{{item.productName}}</span> |
| | | </td> |
| | | </tr> |
| | | |
| | | <tr class="day-in" v-for="(items, index1) in item.productDetail" :key="index1"> |
| | | <td>{{items.orderNumber}}</td> |
| | | <td>{{items.buildingNumber}}</td> |
| | |
| | | {field: 'orderDetail.grossArea', title: t('order.grossArea'), width: 70}, |
| | | {field: 'orderDetail.quantity', title: t('order.quantity'),}, |
| | | {field: 'order.creator', title: t('order.creator'),}, |
| | | {field: 'founder', title: t('product.creator'),}, |
| | | ],//表头按钮 |
| | | data: null,//表格数据 |
| | | toolbarConfig: { |
| | |
| | | <result column="order_id" property="orderId"/> |
| | | <result column="production_id" property="productionId"/> |
| | | <result column="splitting_status" property="splittingStatus"/> |
| | | <result column="founder" property="founder"/> |
| | | <result column="create_time" property="createTime"/> |
| | | <!--接收其他外键实体类数据--> |
| | | <result column="batch" property="order.batch"/> |
| | |
| | | o.order_id, |
| | | od.order_number, |
| | | ogd.production_id, |
| | | ogd.founder, |
| | | o.batch, |
| | | o.project, |
| | | o.order_type, |