spring
17 小时以前 d3454b7326591c1232eb69c2b3d0340d7e3b366c
fix: 巡检格式问题
已修改2个文件
4 ■■■■ 文件已修改
src/api/product/outbound.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/routingInspection/detail/indexLS.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/product/outbound.ts
@@ -60,7 +60,7 @@
  // 拉丝单丝二维码查询(通过单丝号)
  getTagByLsMonofilamentNumber(params: { monofilamentNumber: string }) {
    return request<BaseResult<any[]>>({
      url: "/mes/app/getTagByLsMonofilamentNumber",
      url: "/app/getTagByLsMonofilamentNumber",
      method: "GET",
      data: params,
    });
src/pages/routingInspection/detail/indexLS.vue
@@ -50,7 +50,7 @@
      </view>
      <wd-col :span="24">
        <wd-form-item label="日期" prop="recordDate">
          {{ formatDate(detailData.fixedInfo?.recordDate) }}
          {{ detailData.fixedInfo?.recordDate }}
        </wd-form-item>
        <wd-form-item label="机台" prop="deviceModel">
          {{ formatValue(detailData.fixedInfo?.deviceModel) }}