ソースを参照

销售询价单/销售报价单/销售合同/销售订单/采购询价单/采购报价单/采购订单/产品档案-修改产品英文名

jingbb 3 ヶ月 前
コミット
c9a836f413

+ 5 - 1
src/views/BasicData/components/productArchiveModel.vue

@@ -1,7 +1,7 @@
 <template>
     <a-modal
       :title="title"
-      width="70%"
+      width="80%"
       :visible="visible"
       :maskClosable="false"
       switchFullscreen
@@ -242,4 +242,8 @@
     width: 97%;
     margin-top: 1%;
 }
+/deep/.ant-form-item {
+    margin-bottom: 8px !important;
+  }
+
 </style>

+ 2 - 0
src/views/BasicData/productArchive.vue

@@ -170,7 +170,9 @@
       title: '英文名(English name)',
       key: 'englishName',
       dataIndex: 'englishName',
+      width: 300,
       align: 'center',
+      ellipsis:true,
     },
     {
       title: '型号(model)',

+ 1 - 1
src/views/saleCode/quotation/quotationForm.data.ts

@@ -145,7 +145,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
     {
       title: '产品英文名(english name)',
       key: 'englishName',
-      type: JVxeTypes.normal,
+      type: JVxeTypes.input,
       placeholder: '请输入${title}',
       width:"200px",
       defaultValue:'',

+ 1 - 1
src/views/saleCode/saleContract/SaleContract.data.ts

@@ -538,7 +538,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
   {
     title: '产品英文名(english name)',
     key: 'englishName',
-    type: JVxeTypes.normal,
+    type: JVxeTypes.input,
     width: '200px',
     placeholder: '请输入${title}',
     defaultValue: '',

+ 2 - 2
src/views/saleCode/saleInquiryForm/SaleInquiryForm.data.ts

@@ -203,9 +203,9 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
     {
       title: '产品英文名(english name)',
       key: 'englishName',
-      type: JVxeTypes.normal,
+      type: JVxeTypes.input,
       placeholder: '请输入${title}',
-      width:"200px",
+      width:"300px",
       fixed: 'left',
       defaultValue:'',
     },

+ 1 - 1
src/views/saleCode/salesOrder/SaleOrderForm.data.ts

@@ -225,7 +225,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
     {
       title: '产品英文名(english name)',
       key: 'englishName',
-      type: JVxeTypes.normal,
+      type: JVxeTypes.input,
       placeholder: '请输入${title}',
       width:"200px",
       defaultValue:'',