zouyu
2023-11-17 e5ed44879d7722c160b9af63ba51b333bc7f4d1d
	modified:   src/views/plan/manufacturingorder/index.vue
已修改1个文件
128 ■■■■ 文件已修改
src/views/plan/manufacturingorder/index.vue 128 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/manufacturingorder/index.vue
@@ -326,7 +326,7 @@
            sort: true,
            isTrue: true,
            formatter: this.formatState,
            propVal: '01planned',
            // propVal: '01planned',
            isSearch: true,
            searchInfoType: 'select',
            optList: () => {
@@ -492,27 +492,25 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          // {
          //   minWidth: '120',
          //   prop: 'outerColor',
          //   label: '外护颜色',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          {
            minWidth: '120',
            prop: 'outerColor',
            label: '外护颜色',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '120',
            prop: 'insulationColor',
            label: '绝缘颜色',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          // {
          //   minWidth: '120',
          //   prop: 'insulationColor',
          //   label: '绝缘颜色',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          {
            minWidth: '120',
            prop: 'qtyRequired',
@@ -632,42 +630,42 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '100',
            prop: 'oriIfsOrderNo',
            label: '原IFS订单号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '100',
            prop: 'ifsOrderNo',
            label: 'IFS订单号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '100',
            prop: 'ifsReleaseNo',
            label: 'IFS下达号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
            minWidth: '100',
            prop: 'ifsSequenceNo',
            label: 'IFS序列号',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          // {
          //   minWidth: '100',
          //   prop: 'oriIfsOrderNo',
          //   label: '原IFS订单号',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          // {
          //   minWidth: '100',
          //   prop: 'ifsOrderNo',
          //   label: 'IFS订单号',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          // {
          //   minWidth: '100',
          //   prop: 'ifsReleaseNo',
          //   label: 'IFS下达号',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          // {
          //   minWidth: '100',
          //   prop: 'ifsSequenceNo',
          //   label: 'IFS序列号',
          //   sort: true,
          //   isTrue: true,
          //   isSearch: true,
          //   searchInfoType: 'text'
          // },
          {
            minWidth: '100',
            prop: 'qtyApply',
@@ -692,7 +690,7 @@
            minWidth: '140',
            width: '120',
            prop: 'endDate',
            label: '到期日',
            label: '到期时间',
            sort: true,
            isTrue: true,
            isSearch: true,
@@ -1035,13 +1033,13 @@
    },
    initQueryParams() {
      const queryParam = []
      queryParam.push(
        Object.assign({
          prop: 'state',
          searchInfoType: 'select',
          propVal: '01planned'
        })
      )
      // queryParam.push(
      //   Object.assign({
      //     prop: 'state',
      //     searchInfoType: 'select',
      //     propVal: '01planned'
      //   })
      // )
      this.$refs.manufacturingOrderTable.setQueryParam(queryParam)
      this.getData()
    },