guoyujie
6 天以前 3d9e0ec1c1e457ed3fd2b334cf4c4dd66c10eead
north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -265,7 +265,7 @@
    },
    {
      field: 'building_number',
      field: 'buildingNumber',
      title: t('order.buildingNumber'),
      sortable: true,
      filters: [{data: ''}],
@@ -343,6 +343,7 @@
    form.productionId = productionId
    request.post(`/processCard/processCardAutoRack`,form).then(res => {
      xGridLeft.value.reloadData(res.data.orderDetailList)
      console.log(res.data.orderDetailList)
      xGrid.value.reloadData(res.data.orderDetailsNotScope)
    })
  },
@@ -1244,6 +1245,8 @@
                gridOptions.loading=false
                gridLeftOptions.loading=false
              } else {
                gridOptions.loading=false
                gridLeftOptions.loading=false
                ElMessage.warning(res.msg)
              }
            })