jiangping
2024-12-11 eb49564ab17c6695d8928d5a63a57c58b3cfd79c
admin/src/views/platform/LogisticsRecord/waybill.vue
@@ -109,6 +109,9 @@
            type: 'select',
            label: '作业状态',
            options: [
              { value: 0, label: '待确认' },
              { value: 1, label: '待签到' },
              { value: 2, label: '等待叫号' },
              { value: 3, label: '入园等待' },
              { value: 4, label: '月台等待' },
              { value: 5, label: '作业中' },
@@ -139,7 +142,6 @@
  },
  created() {
    this.changeRadio('0')
    this.getList()
  },
  methods: {
    changeRadio(day) {
@@ -212,7 +214,7 @@
        selDate: [],
        fastdate: 0
      }
      this.getList()
      this.changeRadio('0')
    },
    handleDetail(row) {
      this.isShowDetail = true