diff --git a/.env.development b/.env.development index c7c43fd..66f2d41 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ VITE_APP_TITLE = 一公里配送 # 开发环境配置 VITE_APP_ENV = 'development' -# 若依管理系统/开发环境 -VITE_APP_BASE_API = 'http://192.168.1.5:8087' +# 一公里配送/开发环境 +VITE_APP_BASE_API = 'http://192.168.1.13:8088' # VITE_APP_BASE_API = 'http://47.100.212.83:18088' # VITE_APP_BASE_API = 'http://192.168.1.112:8086' diff --git a/.env.production b/.env.production index 6be6f4b..4c0543a 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VITE_APP_TITLE = 一公里配送 # 生产环境配置 VITE_APP_ENV = 'production' -# 若依管理系统/生产环境 +# 一公里配送/生产环境 # VITE_APP_BASE_API = '/prod-api' VITE_APP_BASE_API = 'http://47.100.212.83:18088' diff --git a/.env.staging b/.env.staging index 66bf571..56d1d76 100644 --- a/.env.staging +++ b/.env.staging @@ -4,7 +4,7 @@ VITE_APP_TITLE = 一公里配送 # 生产环境配置 VITE_APP_ENV = 'staging' -# 若依管理系统/生产环境 +# 一公里配送/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/src/views/login.vue b/src/views/login.vue index ba8f453..5220b67 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -77,8 +77,8 @@ const router = useRouter() const { proxy } = getCurrentInstance() const loginForm = ref({ - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: "" diff --git a/src/views/order/outWarehouse/index.vue b/src/views/order/outWarehouse/index.vue index f706602..a0ca6ee 100644 --- a/src/views/order/outWarehouse/index.vue +++ b/src/views/order/outWarehouse/index.vue @@ -1,267 +1,406 @@ + + + + + + +
+
+ 出库单号:{{ detailQueryParams.billNoCk }} +
+ + 配送信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 货物信息 + + + + + + + + + + + + + + + + + + + + 计算 + + + 计算信息 + + + + + + + + + + + + + + + +
+ +
+ + +//数据列表 +getList(); + +.el-table .warning-row { + --el-table-tr-bg-color: var(--el-color-warning-light-9); +} +.el-table .success-row { + --el-table-tr-bg-color: var(--el-color-success-light-9); +} +.titleBox { + text-align: center; +} +.topBox { + margin-bottom: 10px; + display: flex; +} +.bottomBox { + margin-top: 20px; +} +.oneLineBox { + display: flex; +} +.everyBox { + width: 30%; +} +.examine { + margin-top: 20px; + height: 100px; + background-color: #ededed; + padding: 20px 0 0 20px; + border-radius: 10px; +} +.billBox { + font-weight: bold; +} + \ No newline at end of file