css
liuying
2024-04-25 8c89f7c22bb2f4e2bede78e8abd806a77f7e5693
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterialCustomer/index.vue
@@ -27,18 +27,18 @@
                </a-form-item>
              </a-col>
              <a-col :md="8" :sm="24">
                <a-form-item label="客户编号">
                  <a-input v-model="queryParam.custCode" allow-clear placeholder="请输入客户编号"/>
                <a-form-item label="编号">
                  <a-input v-model="queryParam.custCode" allow-clear placeholder="请输入编号"/>
                </a-form-item>
              </a-col>
              <a-col :md="8" :sm="24">
                <a-form-item label="客户英文名称">
                  <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="请输入客户英文名称"/>
                <a-form-item label="英文名称">
                  <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="请输入英文名称"/>
                </a-form-item>
              </a-col>
              <a-col :md="8" :sm="24">
                <a-form-item label="客户中文名称">
                  <a-input v-model="queryParam.custChinaName" allow-clear placeholder="请输入客户中文名称"/>
                <a-form-item label="中文名称">
                  <a-input v-model="queryParam.custChinaName" allow-clear placeholder="请输入中文名称"/>
                </a-form-item>
              </a-col>          <!--年月日时分秒-->
         <!--时间范围-->
@@ -238,7 +238,7 @@
   dataIndex: 'custId'
   },
   {
   title: '客户编号',
   title: '编号',
   align: 'center',
   customHeaderCell: () => {
   return {
@@ -258,7 +258,7 @@
   dataIndex: 'custCode'
   },
   {
   title: '客户英文名称',
   title: '英文名称',
   align: 'center',
   customHeaderCell: () => {
   return {
@@ -278,7 +278,7 @@
   dataIndex: 'custEnglishName'
   },
   {
   title: '客户中文名称',
   title: '中文名称',
   align: 'center',
   customHeaderCell: () => {
   return {