huminmin
22 小时以前 a197a3ef35867da9859453831756d29365c961f6
src/views/productionManagement/productionOrder/Detail/index.vue
@@ -11,6 +11,7 @@
          <span class="mr12">生产批号:{{ header.lotNo || "-" }}</span>
          <span class="mr12">产品名称:{{ header.productCategory || "-" }}</span>
          <span class="mr12">规格:{{ header.specificationModel || "-" }}</span>
          <span class="mr12">料号:{{ header.materialCode || "-" }}</span>
        </div>
      </div>
    </el-card>
@@ -204,6 +205,7 @@
  lotNo: route.query.lotNo,
  productCategory: route.query.productCategory,
  specificationModel: route.query.specificationModel,
  materialCode: route.query.materialCode,
}));
// 工序数据(接口替换)