qushaowei
2023-09-07 a2efd257aeb135e1c48e555d92048defd4b68633
src/views/eam/DailyMaintenanceOrderList3m.vue
@@ -252,11 +252,11 @@
            type="vertical"
          /> -->
          <a
            v-if="record.status === '5'"
            v-if="record.status === '5' || record.status === '8' "
            @click="handlePrecisionCheckOrder(record)"
          >精度检验</a>
          <a-divider
            v-if="record.status === '5'"
            v-if="record.status === '5'|| record.status === '8'"
            type="vertical"
          />
          <a-dropdown>
@@ -522,18 +522,18 @@
    },
    handlePrintPrecision(record) {
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858844938446508032?id=`+record.id; //网站链接
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858844938446508032?id=` + record.id; //网站链接
      window.open(href, "_blank");
    },
    handlePrintCheck(record) {
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858867141388996608?id=`+record.id; //网站链接
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858867141388996608?id=` + record.id; //网站链接
      window.open(href, "_blank");
    },
    handlePrintInfo(record) {
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858930685061042176?id=`+record.id; //网站链接
      let href = `${window._CONFIG['domianURL']}/jmreport/view/858930685061042176?id=` + record.id; //网站链接
      window.open(href, "_blank");
    },