+
liuyg
2021-07-09 cdb4c9cb834d10a2ae6524404b26d826856c466d
+
3 files modified
26 ■■■■ changed files
src/views/dispatch/data.js 6 ●●●●● patch | view | raw | blame | history
src/views/dispatchChild/data.js 6 ●●●●● patch | view | raw | blame | history
src/views/dispatchChild/index.vue 14 ●●●● patch | view | raw | blame | history
src/views/dispatch/data.js
@@ -115,6 +115,9 @@
        label: "创建时间",
        prop: "createTime",
        labelWidth: 110,
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        // search: true,
        // searchSpan: 4,
        // overHidden: true
@@ -152,6 +155,9 @@
    }, {
        label: "派遣时间",
        prop: "dispatchertime",
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        // search: true,
        // searchSpan: 4,
        // overHidden: true
src/views/dispatchChild/data.js
@@ -73,6 +73,9 @@
    {
        label: "创建时间",
        prop: "createTime",
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        span: 11,
        labelWidth: 130,
        disabled: true,
@@ -112,6 +115,9 @@
    }, {
        label: "派遣时间",
        prop: "dispatchertime",
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        // search: true,
        // searchSpan: 4,
        // overHidden: true
src/views/dispatchChild/index.vue
@@ -85,12 +85,12 @@
      optionTABS: {
        column: [
          {
            icon: "el-icon-info",
            // icon: "el-icon-info",
            label: "派遣服务公司详情",
            prop: "tab1",
          },
          {
            icon: "el-icon-info",
            // icon: "el-icon-info",
            label: "派遣记录",
            prop: "tab2",
          },
@@ -325,10 +325,10 @@
      //   this.$message.success("页码" + val);
    },
    rowSave1(form, done, loading) {
      var that = this;
      var form = this.data1[0];
      delete form.id;
      for (var k = 0; k < 13; k++) {
      // var that = this;
      // var form = this.data1[0];
      // delete form.id;
      // for (var k = 0; k < 13; k++) {
        adddata1(form).then(
          (res) => {
            this.onLoad1(this.page1);
@@ -343,7 +343,7 @@
            loading();
          }
        );
      }
      // }
    },
    searchChange1(params, done) {
      this.query1 = params;