spring
12 小时以前 21f0628d4d46c32ee5790a74567c44709f614399
fix: “自检记录”名称改为“工艺记录”
已修改8个文件
21 ■■■■■ 文件已修改
src/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/steelCore/edit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/steelCore/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/report/draw.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/wire/attachment/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/routingInspection/detail/indexJX.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/routingInspection/detail/indexLS.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json
@@ -2,7 +2,7 @@
  "name": "线缆上报",
  "appid": "__UNI__F64E0A4",
  "description": "",
  "versionName": "1.0.15",
    "versionName" : "1.0.14",
  "versionCode": "100",
  "transformPx": false,
  /* 5+App特有相关 */
src/pages/production/twist/receive/index.vue
@@ -8,7 +8,7 @@
        <Plate />
      </view>
    </wd-tab>
    <wd-tab title="钢芯领用" name="钢芯领用">
    <wd-tab title="芯线领用" name="芯线领用">
      <view class="content">
        <SteelCore />
      </view>
src/pages/production/twist/receive/steelCore/edit.vue
@@ -1,6 +1,6 @@
<template>
  <view>
    <CardTitle title="绞线钢芯领用" :hideAction="false" />
    <CardTitle title="绞线芯线领用" :hideAction="false" />
    <SteelCoreForm ref="formRef" class="mx-4" />
    <view class="footer">
      <wd-button
src/pages/production/twist/receive/steelCore/index.vue
@@ -8,7 +8,7 @@
      @query="getList"
    >
      <template #top>
        <CardTitle title="钢芯领用" :hideAction="true" :full="false" @action="addReport" />
        <CardTitle title="芯线领用" :hideAction="true" :full="false" @action="addReport" />
      </template>
      <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round">
        <template #title>
src/pages/production/twist/report/draw.vue
@@ -62,7 +62,7 @@
            </template>
          </view>
        </wd-tab>
        <wd-tab title="钢芯领用自检" name="steel">
        <wd-tab title="芯线领用自检" name="steel">
          <view class="form-section">
            <wd-form :model="localSteelData">
              <wd-form-item label="规格型号" prop="model" required>
src/pages/production/wire/attachment/index.vue
@@ -520,3 +520,6 @@
src/pages/routingInspection/detail/indexJX.vue
@@ -92,10 +92,10 @@
      </wd-col>
    </wd-row>
    <!-- 自检记录详情模块 -->
    <!-- 工艺记录详情模块 -->
    <wd-row>
      <view style="margin: 10rpx">
        <text class="title">{{ "自检记录详情" }}</text>
        <text class="title">{{ "工艺记录详情" }}</text>
      </view>
      <wd-col :span="24">
        <wd-form-item label="记录位置" prop="recordPosition">
src/pages/routingInspection/detail/indexLS.vue
@@ -82,10 +82,10 @@
      </wd-col>
    </wd-row>
    <!-- 自检记录详情模块 -->
    <!-- 工艺记录详情模块 -->
    <wd-row>
      <view style="margin: 10rpx">
        <text class="title">{{ "自检记录详情" }}</text>
        <text class="title">{{ "工艺记录详情" }}</text>
      </view>
      <wd-col :span="24">
        <wd-form-item label="巡检员" prop="processInspectionUserName">