zouyu
6 天以前 e6e3ff9166c219af461bad39edf0019db7c65315
src/views/business/inspectionReview/index.vue
@@ -105,7 +105,7 @@
          width: "100px",
          dataType: "tag",
          formatData: (params) => {
            if (params == 0) {
            if (params == 0 ) {
              return "成品下单";
            } else {
              return "原材料下单";
@@ -246,6 +246,7 @@
      currentTime: null,
      sonLaboratoryList: [],
      typeSourceList: [
        { label: '委托下单', value: -1 },
        { label: '成品下单', value: 0 },
        { label: '原材料下单', value: 1 },
      ],