loulijun2021
2023-11-01 246985146be2deaa4f74c540b26b40b15de92789
1.去除数据来源ERP/MES 样面显示
已修改9个文件
102 ■■■■ 文件已修改
src/views/basicSettings/contactUnitList.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicSettings/storageList.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicSettings/warehouseList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/materialManager/inventoryList.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/materialManager/unitList.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mouldManager/mouldList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderClose.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderList.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderSend.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicSettings/contactUnitList.vue
@@ -221,12 +221,12 @@
                  {{ row.addr?row.addr:'/' }}
                </template>
              </el-table-column>
              <el-table-column
                label="数据来源"
                prop="data_sources"
                sortable="custom"
                width="110"
              />
              <!--              <el-table-column-->
              <!--                label="数据来源"-->
              <!--                prop="data_sources"-->
              <!--                sortable="custom"-->
              <!--                width="110"-->
              <!--              />-->
              <el-table-column
                label="创建人员"
                prop="username"
src/views/basicSettings/storageList.vue
@@ -203,12 +203,12 @@
                  {{ row.description ? row.description : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                label="数据来源"
                prop="data_sources"
                sortable="custom"
                width="110"
              />
              <!--              <el-table-column-->
              <!--                label="数据来源"-->
              <!--                prop="data_sources"-->
              <!--                sortable="custom"-->
              <!--                width="110"-->
              <!--              />-->
              <el-table-column
                label="创建人员"
                prop="username"
src/views/basicSettings/warehouseList.vue
@@ -152,11 +152,11 @@
              {{ row.description ? row.description : '/' }}
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            label="数据来源"
            sortable="custom"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--          />-->
          <el-table-column
            prop="username"
            label="创建人员"
src/views/materialManager/inventoryList.vue
@@ -217,12 +217,12 @@
                  {{ row.isMadeRequest === '1' ? '委外' : '' }}
                </template>
              </el-table-column>
              <el-table-column
                label="数据来源"
                prop="data_sources"
                sortable="custom"
                width="110"
              />
              <!--              <el-table-column-->
              <!--                label="数据来源"-->
              <!--                prop="data_sources"-->
              <!--                sortable="custom"-->
              <!--                width="110"-->
              <!--              />-->
              <el-table-column
                label="创建人员"
                prop="lm_user"
src/views/materialManager/unitList.vue
@@ -93,11 +93,11 @@
                sortable="custom"
              />
              <el-table-column
                prop="data_sources"
                label="数据来源"
                sortable="custom"
              />
              <!--              <el-table-column-->
              <!--                prop="data_sources"-->
              <!--                label="数据来源"-->
              <!--                sortable="custom"-->
              <!--              />-->
              <el-table-column
                prop="lm_user"
                label="创建人员"
src/views/mouldManager/mouldList.vue
@@ -322,10 +322,10 @@
        <!--        </el-form-item>-->
        <el-form-item label="预计寿命">
          <el-input v-model="dialogForm.surplife" style="width: 200px" />
          <el-input v-model="dialogForm.surplife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" />
        </el-form-item>
        <el-form-item label="剩余寿命">
          <el-input v-model="dialogForm.resilife" style="width: 200px" />
          <el-input v-model="dialogForm.resilife" oninput="value=value.replace(/[^0-9]/g,'')" style="width: 200px" />
        </el-form-item>
      </el-form>
src/views/workOrder/workOrderClose.vue
@@ -265,13 +265,13 @@
              <div v-else>/</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            show-tooltip-when-overflow
            label="数据来源"
            sortable="custom"
            width="120"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            show-tooltip-when-overflow-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--            width="120"-->
          <!--          />-->
          <el-table-column
            prop="lm_user"
src/views/workOrder/workOrderList.vue
@@ -269,13 +269,13 @@
              <div v-else>/</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            show-tooltip-when-overflow
            label="数据来源"
            sortable="custom"
            width="120"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            show-tooltip-when-overflow-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--            width="120"-->
          <!--          />-->
          <el-table-column
            prop="lm_user"
src/views/workOrder/workOrderSend.vue
@@ -270,13 +270,13 @@
              <div v-else>/</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="data_sources"
            show-tooltip-when-overflow
            label="数据来源"
            sortable="custom"
            width="120"
          />
          <!--          <el-table-column-->
          <!--            prop="data_sources"-->
          <!--            show-tooltip-when-overflow-->
          <!--            label="数据来源"-->
          <!--            sortable="custom"-->
          <!--            width="120"-->
          <!--          />-->
          <el-table-column
            prop="lm_user"