jiangping
2024-10-14 2079ba28f20bde46f7736699c97abf0e1564770d
admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -28,7 +28,7 @@
      <el-table-column prop="driverPhone" label="联系方式" min-width="100" show-overflow-tooltip />
      <el-table-column prop="inTypeTemp" label="入库类型" min-width="100" show-overflow-tooltip />
      <el-table-column prop="arriveDate" label="预约到场时间" min-width="150" show-overflow-tooltip />
      <el-table-column prop="auditName" label="审批结果" min-width="100" show-overflow-tooltip>
      <el-table-column label="审批结果" min-width="100" show-overflow-tooltip>
        <template v-slot="scope">
          <span v-if="scope.row.status == '0'">待审批</span>
          <span v-if="scope.row.status == '1'">审批中</span>
@@ -37,7 +37,7 @@
          <span v-if="scope.row.status == '4'">已取消</span>
        </template>
      </el-table-column>
      <el-table-column prop="name" label="当前审批人" min-width="100" show-overflow-tooltip />
      <el-table-column prop="auditName" label="当前审批人" min-width="100" show-overflow-tooltip />
      <el-table-column prop="editDate" label="操作时间" min-width="150" show-overflow-tooltip />
      <el-table-column prop="name" label="操作" min-width="120" align="center" fixed="right" show-overflow-tooltip>
        <template v-slot="scope">
@@ -171,6 +171,18 @@
            label: '合同单号'
          },
          {
            filed: 'status',
            type: 'select',
            label: '审批结果',
            options: [
              { value: 0, label: '待审批' },
              { value: 1, label: '审批中' },
              { value: 2, label: '审批通过' },
              { value: 3, label: '审批驳回' },
              { value: 4, label: '已取消' },
            ]
          },
          {
            filed: 'selDate',
            type: 'datetimerange',
            label: '操作时间',
@@ -264,8 +276,10 @@
      this.isShowEdit = true
      this.param = {
        inType: 0
      },
      this.$refs['ruleForm'].clearValidate()
      }
      this.$nextTick(() => {
        this.$refs['ruleForm'].clearValidate()
      })
      this.$set(this.param, 'arriveDate', dayjs().format('YYYY-MM-DD HH:mm:ss'))
      this.getplatformReason()
    },
@@ -287,7 +301,7 @@
        selDate: [],
        fastdate: 0,
      }
      this.getList()
      this.changeRadio('0')
    },
    handleDetail(row) {
      this.isShowDriver = true