Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
| | |
| | | }, |
| | | |
| | | columns:[ |
| | | {type: 'seq', title: t('basicData.Number'), width: 80 }, |
| | | {field: 'orderNumber', title: t('basicData.Number'), width: 80 }, |
| | | {field: 'buildingNumber',width:120, title: t('order.buildingNumber'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter'}, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'productId',width:140, title: t('order.productId'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'productName',width:300, title: t('order.product'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | |
| | | item.reportWorkQuantity=JSON.parse(item.reportWorkQuantity) |
| | | item.reportWorkQuantityCount=JSON.parse(item.reportWorkQuantityCount) |
| | | }) |
| | | gridOptions.mergeCells= res.data.mergeCells |
| | | //gridOptions.mergeCells= res.data.mergeCells |
| | | xGrid.value.loadData(res.data.data) |
| | | } else { |
| | | ElMessage.warning(res.msg) |
| | |
| | | <tr class="title-s"> |
| | | <th colspan="2" style="width: 30%"></th> |
| | | <th colspan="5" style="width: 40%;"> |
| | | <h3 >生成任务单(成品)</h3> |
| | | <h3 >生产任务单(成品)</h3> |
| | | </th> |
| | | <th colspan="2" style="width: 30%;">订单编号:<span>{{ data.order.orderId }}</span></th> |
| | | </tr> |
| | |
| | | <div id="printFlowCard" > |
| | | <div v-if="type!=='3'" id="entirety" v-for="(item,id) in labelList" > |
| | | |
| | | <div class="row1" v-if="item.heat_layout_id!=null"> |
| | | <div class="row1" v-if="item.heat_layout_id!==null"> |
| | | |
| | | <div class="cell" v-if="item.heat_layout_id!=null">{{ item.heat_layout_id }}/{{ item.heat_layout_sort }}</div> |
| | | <div class="cell" v-if="item.heat_layout_id!==null">{{ item.heat_layout_id }}/{{ item.heat_layout_sort }}</div> |
| | | <span>{{ item.customer_name }}</span> |
| | | <span>{{ item.order_id }}</span> |
| | | <span v-if="item.process.includes('夹胶')">胶片</span> |