zouyu
2023-12-13 ffbcb7980d8d196c6df1146a7018351c8096e971
	modified:   src/views/basic/company/index.vue
modified: src/views/basic/crew/crew-form.vue
modified: src/views/basic/division/index.vue
modified: src/views/basic/factory/index.vue
modified: src/views/basic/location/index.vue
modified: src/views/basic/param/index.vue
modified: src/views/basic/part/index.vue
modified: src/views/basic/template/index.vue
modified: src/views/basic/warehouse/index.vue
modified: src/views/basic/workstation/workstation-form.vue
modified: src/views/plan/manufacturingorder/customerorder.vue
modified: src/views/technology/document/teststandard.vue
已修改12个文件
34 ■■■■ 文件已修改
src/views/basic/company/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/crew/crew-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/division/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/factory/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/location/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/param/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/part/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/template/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/warehouse/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/workstation/workstation-form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/manufacturingorder/customerorder.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/technology/document/teststandard.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/company/index.vue
@@ -49,6 +49,7 @@
          isShowHide:true,//是否显示显影按钮
          isSearch:false,//高级查询按钮
          isCopy: true,
          isRefresh: true, // 是否显示刷新按钮
          defaultOrderBy:{column:'createTime',direction:'desc'}
        },
        table: {
@@ -108,6 +109,10 @@
    },
    methods: {
      hello(){
        if(this.multipleSelection.length < 1){
          this.$message.error("请先选择要复制的数据!")
          return
        }
        copy(this.multipleSelection).then(response =>{
          this.getData()
        })
src/views/basic/crew/crew-form.vue
@@ -24,11 +24,11 @@
        >确定</el-button
      >
    </span>
    <staffDialog
    <!-- <staffDialog
      :currshowlist.sync="showStaff"
      :multiSelect="true"
      @handleSelectionChange="selectStaff"
    />
    /> -->
  </el-dialog>
</template>
src/views/basic/division/index.vue
@@ -52,6 +52,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: false, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'createTime', direction: 'desc' }
      },
      table: {
src/views/basic/factory/index.vue
@@ -53,6 +53,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: false, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'createTime', direction: 'desc' }
      },
      table: {
src/views/basic/location/index.vue
@@ -59,6 +59,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: true, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'createTime', direction: 'desc' }
      },
      table: {
src/views/basic/param/index.vue
@@ -51,6 +51,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: true, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'createTime', direction: 'desc' }
      },
      table: {
src/views/basic/part/index.vue
@@ -504,9 +504,7 @@
      })
    },
    getMaterialType(type) {
      console.log(type);
      remote(type).then((response) => {
        console.log("类型",response);
        const code = response.data.code
        if (code === 0) {
          const _data = response.data.data
src/views/basic/template/index.vue
@@ -204,6 +204,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: true, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'id', direction: 'desc' }
      },
      table: {
src/views/basic/warehouse/index.vue
@@ -54,6 +54,7 @@
        seqNo: true,
        isShowHide: true, // 是否显示显影按钮
        isSearch: true, // 高级查询按钮
        isRefresh: true, // 是否显示刷新按钮
        defaultOrderBy: { column: 'createTime', direction: 'desc' }
      },
      table: {
src/views/basic/workstation/workstation-form.vue
@@ -1,10 +1,10 @@
<template>
  <el-dialog
    v-diadrag
    :title="!dataForm.id ? '新增' : '修改'"
    :close-on-click-modal="false"
    :visible.sync="visible"
    style="min-width: 2000px"
    width="60%"
    top="5vh"
  >
    <el-row>
      <el-form
src/views/plan/manufacturingorder/customerorder.vue
@@ -321,16 +321,6 @@
          </el-tab-pane>
        </el-tabs>
      </el-form>
      <span slot="footer" class="dialog-footer">
      <el-button @click="visible = false">取消</el-button>
      <el-button
        type="primary"
        :disabled="buttonDisable"
        v-thinclick="`dataFormSubmit`"
        v-if="editable"
        >确定</el-button
      >
    </span>
    </el-tab-pane>
  </el-tabs>
</template>
@@ -369,6 +359,8 @@
      fileList: [],
      title: '',
      orderParamList: [],
      progrecessFileLoading: false,
      editable: true,
      isFullScreen: false,
      visible: false,
      buttonDisable: false,
src/views/technology/document/teststandard.vue
@@ -188,7 +188,6 @@
    getTestStand(this.paramObj)
  },
  mounted(){
    console.log(11111);
    getTestStand(this.paramObj)
  },
  methods: {