zss
2023-11-17 45c4cefa786f8038d6bebdc2b7c35048542d0802
车间订单->客户订单修改
已修改1个文件
70 ■■■■ 文件已修改
src/views/common/customerorder.vue 70 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/customerorder.vue
@@ -82,22 +82,22 @@
          {
            minWidth: '100',
            width: '100px',
            prop: 'customerOrderNo',
            prop: 'contractNo',
            label: '客户订单号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '120',
            prop: 'customerNo',
            label: '客户编号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          // {
          //  minWidth: '120',
          //  prop: 'customerNo',
          //  label: '客户编号',
          //  sort: true,
          //  isTrue: true,
          //  isSearch: true,
          //  searchInfoType: 'text'
          // },
          {
            minWidth: '120',
            prop: 'customerName',
@@ -120,15 +120,15 @@
              return this.coStateList
            }
          },
          {
            minWidth: '120',
            prop: 'coLineNo',
            label: '行号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          // {
          //  minWidth: '120',
          //  prop: 'coLineNo',
          //  label: '行号',
          //  sort: true,
          //  isTrue: true,
          //  isSearch: true,
          //  searchInfoType: 'text'
          //  },
          {
            minWidth: '120',
            width: '100px',
@@ -142,7 +142,7 @@
          {
            minWidth: '120',
            width: '100px',
            prop: 'partName',
            prop: 'productName',
            label: '零件名称',
            sort: true,
            isTrue: true,
@@ -160,7 +160,7 @@
          },
          {
            minWidth: '140',
            prop: 'requireNumber',
            prop: 'buyQtyDue',
            label: '已下发数量',
            sort: true,
            isTrue: true,
@@ -169,7 +169,7 @@
          },
          {
            minWidth: '80',
            prop: 'unit',
            prop: 'otcUnit',
            label: '零件单位',
            sort: true,
            isTrue: true,
@@ -179,25 +179,25 @@
          {
            minWidth: '140',
            width: '120',
            prop: 'wantedDeliveryDate',
            label: '期望交货时间',
            prop: 'deliveryDate',
            label: '交货时间',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'datetimerange',
            formatter: this.formatDutyDate
          },
          {
            minWidth: '200',
            width: '120',
            prop: 'plannedDeliveryDate',
            label: '计划交货时间',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'datetimerange',
            formatter: this.formatDutyDate
          },
         // {
         //   minWidth: '200',
         //   width: '120',
         //   prop: 'plannedDeliveryDate',
         //   label: '计划交货时间',
         //   sort: true,
         //   isTrue: true,
         //   isSearch: true,
         //   searchInfoType: 'datetimerange',
         //   formatter: this.formatDutyDate
         // },
          {
            minWidth: '200',
            width: '120',