diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue
index 050bda68..77e05ba8 100644
--- a/src/views/aftersales/aftersalesWorkOrder.vue
+++ b/src/views/aftersales/aftersalesWorkOrder.vue
@@ -2,6 +2,7 @@
+
@@ -2783,8 +2784,7 @@ const CompletedSubmission = () => {
display: flex;
align-items: flex-end;
margin-bottom: 10px;
- position: fixed;
- bottom: 0;
+
}
.el-times {
:deep(.el-input__wrapper) {
@@ -3022,10 +3022,15 @@ const CompletedSubmission = () => {
:deep(.el_tabs) {
width: 100%;
display: flex;
- flex-direction: column;
+ // flex-direction: column;
+ flex-wrap: wrap;
.el-tabs__content {
padding: 0;
}
+ .el-tabs__header{
+ height: 37px;
+ width: 100%;
+ }
}
:deep(.avue-crud__pagination) {
padding-top: 2px !important;
@@ -3050,4 +3055,7 @@ const CompletedSubmission = () => {
justify-content: flex-end;
margin-top: 10px;
}
+:deep(.avue-crud__header){
+ align-items: center;
+}
diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue
index d291648f..c08ee777 100644
--- a/src/views/distribution/checkInventoryTask/createTask.vue
+++ b/src/views/distribution/checkInventoryTask/createTask.vue
@@ -2462,17 +2462,17 @@ const InventorySubmit = () => {
InventoryPopup.value = false; //关闭创建盘点任务弹窗
loading.value = true; //开启表格加载
console.log(SubData, '处理好的数据');
- // postAddtaskQuest(SubData).then(res => {
- // onLoad(); //体积之后初始化页面
- // if ((res.data.code = 200)) {
- // ElMessage({
- // message: res.data.msg,
- // type: 'success',
- // });
- // onLoad(); //体积之后初始化页面
- // }
- // console.log(res, '盘点计划提交成功');
- // });
+ postAddtaskQuest(SubData).then(res => {
+ onLoad(); //体积之后初始化页面
+ if ((res.data.code = 200)) {
+ ElMessage({
+ message: res.data.msg,
+ type: 'success',
+ });
+ onLoad(); //体积之后初始化页面
+ }
+ console.log(res, '盘点计划提交成功');
+ });
return;
}
diff --git a/vite.config.js b/vite.config.js
index 5b916f74..ae6eea31 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -23,10 +23,10 @@ export default ({ mode, command }) => {
// 新zyc
// target: 'http://192.168.6.116:8777',
- // target: 'http://192.168.6.122:8777',
+ target: 'http://192.168.6.122:8777',
// target: 'http://192.168.6.116:8777',
- // tjj :
- target:'http://192.168.10.25:13000',
+ // tjj :
+ // target:'http://192.168.10.25:13000',
// sst
// target: 'http://192.168.10.94:8888',
// target: 'http://192.168.10.29:13000',