zhangwencui
9 天以前 ce0244580ec21e8be3b17367580eda6031878a9c
src/pages/qualityManagement/materialInspection/index.vue
@@ -60,8 +60,7 @@
          v-if="inspectionList.length > 0">
      <view v-for="(item, index) in inspectionList"
            :key="index">
        <view class="inspection-item"
              @click="viewDetail(item)">
        <view class="inspection-item">
          <view class="item-header">
            <view class="item-left">
              <!-- <view class="material-icon"
@@ -77,6 +76,7 @@
            </view>
            <view class="status-tags">
              <u-tag :type="getTagType(item.checkResult)"
                     v-if="item.checkResult!=null"
                     size="mini"
                     class="status-tag">
                {{ item.checkResult }}
@@ -422,6 +422,7 @@
  // 新增检验
  const addInspection = () => {
    console.log("新增检验");
    uni.navigateTo({
      url: "/pages/qualityManagement/materialInspection/add",
    });