ll
liukangdong
2024-09-27 62ecc7d5306d40eb301b59d8ff7a940e23f7e5e4
ll
已修改3个文件
12 ■■■■■ 文件已修改
admin/.env.development 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/layouts/TableLayout.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/platform/LogisticsRecord/subscribe.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/.env.development
@@ -2,6 +2,6 @@
NODE_ENV = 'development'
VUE_APP_API_URL  = 'http://localhost:10010'
VUE_APP_API_URL  = 'http://192.168.0.101:10010'
# VUE_APP_API_URL  = 'http://10.50.250.178:8088/gateway_interface'
# VUE_APP_API_URL  = 'http://192.168.0.101:10010'
VUE_APP_API_URL  = 'http://10.50.250.178:8088/gateway_interface'
s
admin/src/layouts/TableLayout.vue
@@ -89,7 +89,7 @@
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  /* margin-bottom: 10px; */
  margin-bottom: 10px;
  .form-wrap {
    padding: 16px 16px 0 16px;
    width: 100%;
admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -264,8 +264,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()
    },