| | |
| | | totalArea:'TotalArea', |
| | | childWidth:'Child Width', |
| | | childHeight:'Child Height', |
| | | arc:'arc', |
| | | area:'Area', |
| | | process:'Process', |
| | | orderDetail:'Order Detail', |
| | |
| | | totalArea:'Общий размер', |
| | | childWidth:'Ширина монолитного стекла', |
| | | childHeight:'Высота монолитного стекла', |
| | | arc:'Длина дуги', |
| | | area:'Размер монолитного стекла', |
| | | process:'Технологический процесс', |
| | | orderDetail:'Подробности заказа', |
| | |
| | | totalArea:'总尺寸', |
| | | childWidth:'单片宽', |
| | | childHeight:'单片高', |
| | | arc:'弧长', |
| | | area:'单片尺寸', |
| | | process:'工艺流程', |
| | | orderDetail:'订单详情', |
| | |
| | | {field: 'totalArea',width:120, title: t('craft.totalArea'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'childWidth',width:120, title: t('craft.childWidth'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'childHeight',width:120, title: t('craft.childHeight'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'arc',width:120, title: t('craft.arc'),editRender: { name: 'input'},filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'area',width:120, title: t('craft.area'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'orderDetail.quantity',width:120, title: t('order.quantity'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | | {field: 'process',width:120, title: t('craft.process'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }, sortable: true,filterMethod:filterChanged}, |
| | |
| | | request.post(`/order/getOrderCraftById/${str}`).then((res) => { |
| | | if(res.code==200){ |
| | | titleUploadData.value = res.data.order |
| | | console.log(res.data.orderGlassDetails) |
| | | |
| | | //取消审核按钮禁用 |
| | | if(res.data.order.processReview === 2 ){ |
| | |
| | | <result column="glass_child" property="glassChild"/> |
| | | <result column="child_width" property="childWidth"/> |
| | | <result column="child_height" property="childHeight"/> |
| | | <result column="arc" property="arc"/> |
| | | <result column="icon" property="icon"/> |
| | | <result column="process" property="process"/> |
| | | <result column="area" property="area"/> |
| | |
| | | a.total_area, |
| | | b.edging_type, |
| | | a.child_width, |
| | | a.child_height, |
| | | a.child_height,a.arc, |
| | | a.icon, |
| | | a.area, |
| | | b.quantity, |
| | |
| | | a.area = #{item.area}, |
| | | a.total_area = #{item.area}*b.quantity, |
| | | a.icon = #{item.icon}, |
| | | a.process = #{item.process} |
| | | a.process = #{item.process}, |
| | | a.arc = #{item.arc} |
| | | where |
| | | a.order_id = b.order_id |
| | | and a.order_id = #{item.orderId} |