huang
2024-12-02 911ea91bf388a124e15b6fe4d1884231fe117b07
north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue
@@ -647,8 +647,8 @@
</script>
<template>
  <div class="main-div">
    <div class="order-primary" style="background-color: white">
  <div style="width: 100%;height: 100%">
    <div class="head" style="background-color: white">
      <el-row>
        <el-col  :span="2"><el-text>{{$t('customer.customerNumber')}}:</el-text></el-col>
        <el-col  :span="3"><el-input style="font-size: large;color: #181818" v-model="titleUploadData.customerId" :readonly="true" ></el-input></el-col>
@@ -728,9 +728,9 @@
        <el-col  :span="2"><el-input v-model="titleUploadData.freight" :readonly="true"/></el-col>
      </el-row>
    </div>
    <div class="order-detail">
    <div class="main-table">
      <vxe-grid
          max-height="97%"
          max-height="100%"
          class="mytable-scrollbar"
          ref="xGrid"
          v-bind="gridOptions"
@@ -818,4 +818,14 @@
  height: 90%;
  width: 100%;
}
.head{
  width: 100%;
  height: 170px;
}
.main-table{
  width: 100%;
  height: calc(100% - 170px);
}
</style>