zss
2024-04-12 82a0439f46b893e008ce9156ab172fb3de7f1060
表单修改
已修改3个文件
13 ■■■■ 文件已修改
src/views/common/ztt-table.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/customerorder/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/ztt-table.vue
@@ -175,6 +175,7 @@
        v-loading="dataListLoading"
        element-loading-text="加载中..."
        element-loading-spinner="el-icon-loading"
        :expand-row-keys="expandRowKeys"
      >
        <!--多选择框-->
        <el-table-column
@@ -554,6 +555,10 @@
    column: {
      type: Object,
      default: null
    },
    expandRowKeys: {
      type: Array,
      default: ()=>[]
    }
  },
  render: (h, data) => {
src/views/plan/customerorder/index.vue
@@ -11,6 +11,7 @@
        :toolbarMaxLength="4"
        :paramArr="type"
        ref="customerOrderTable"
        :expandRowKeys="expandRowKeys"
      >
        <template #toolbar>
          <el-dropdown
@@ -414,6 +415,7 @@
        selectTime: null,
        exportTime: null,
      },
      expandRowKeys: [],
      dataRule: {
        exportTime: [
          { required: true, message: '导出日期不能为空', trigger: 'change' },
@@ -1280,6 +1282,7 @@
          this.$refs.addSampleForm.init(row ? row.contractNo : null)
        })
      }
      this.expandRowKeys=[row.id]
    },
    // 新增样品订单
    addSampleCustomerOrder() {
vue.config.js
@@ -6,9 +6,8 @@
// const url = 'https://ztms-mes.chinaztt.cn/'
// const url = 'http://localhost:9999'
// const url = 'http://192.168.32.45:9999'
const url = 'http://10.20.102.90:9999'
 const url = 'http://localhost:9999'
//const url = 'http://192.168.32.45:9999'
const localUrl = 'http://localhost:8089'