yuansh 1 hafta önce
ebeveyn
işleme
8e0fc360e1

+ 21 - 11
src/views/saleCode/saleInterfaceSync/SaleInterfaceSync.data.ts

@@ -94,21 +94,13 @@ export const columns: BasicColumn[] = [
     align:"center",
     dataIndex: 'closeInfo'
    },
-   // ,{
-   //  title: '提交日期',
-   //  align:"center",
-   //  dataIndex: 'submittedDate'
-   // },
+   
    {
     title: '同步信息',
     align:"center",
     dataIndex: 'syncInfo'
    },
-   {
-    title: '创建日期',
-    align:"center",
-    dataIndex: 'createdDate'
-   },
+   
    // {
    //  title: '内容',
    //  align:"center",
@@ -129,6 +121,11 @@ export const columns: BasicColumn[] = [
     align:"center",
     dataIndex: 'syncCode'
    },
+   {
+    title: '接口日期',
+    align:"center",
+    dataIndex: 'submittedDate'
+   },
    {
     title: '请求交货日期',
     align:"center",
@@ -222,6 +219,16 @@ export const columns: BasicColumn[] = [
     align:"center",
     dataIndex: 'buyerEmail'
    },
+   {
+    title: '获取日期',
+    align:"center",
+    dataIndex: 'createdTiem'
+   },
+   {
+    title: '最后修改日期',
+    align:"center",
+    dataIndex: 'updateTime'
+   },
    // {
    //  title: 'status',
    //  align:"center",
@@ -283,7 +290,7 @@ export const searchFormSchema: FormSchema[] = [
         },
   },
      {
-      label: "提交日期",
+      label: "接口日期",
       field: "submittedDate",
       component: 'RangePicker',
       componentProps: {
@@ -365,6 +372,7 @@ export const formSchema: FormSchema[] = [
     label: '提交日期',
     field: 'submittedDate',
     component: 'DatePicker',
+    dynamicDisabled:true,
     componentProps: {
        showTime:true,
        valueFormat: 'YYYY-MM-DD HH:mm:ss'
@@ -454,6 +462,8 @@ export const formSchema: FormSchema[] = [
     label: 'status',
     field: 'status',
     component: 'Input',
+    dynamicDisabled:true
+    
   },
 	// TODO 主键隐藏字段,目前写死为ID
 	{

+ 0 - 1
src/views/saleCode/saleInterfaceSync/SaleInterfaceSyncList.vue

@@ -119,7 +119,6 @@
               style="width: 100%"
               valueFormat="YYYY-MM-DD"
               format="YYYY-MM-DD"
-              show-time
             />
           </a-form-item>
          <!-- <a-form-item label="结束时间" required name="adviseBeforeDate">