Browse Source

Merge branch 'pre-production'

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
a770e4f69a
  1. 14
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 22
      src/views/distribution/checkInventoryTask/createTask.vue

14
src/views/aftersales/aftersalesWorkOrder.vue

@ -2,6 +2,7 @@
<div class="content_max"> <div class="content_max">
<!-- 菜单 --> <!-- 菜单 -->
<el-tabs type="border-card" v-model="tabValue" @tab-change="tabChenge" class="el_tabs"> <el-tabs type="border-card" v-model="tabValue" @tab-change="tabChenge" class="el_tabs">
<div> </div>
<el-tab-pane :name="item.name" :label="item.label" v-for="item in TabList" :key="item.name"> <el-tab-pane :name="item.name" :label="item.label" v-for="item in TabList" :key="item.name">
</el-tab-pane> </el-tab-pane>
<div class="content_right"> <div class="content_right">
@ -2783,8 +2784,7 @@ const CompletedSubmission = () => {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
margin-bottom: 10px; margin-bottom: 10px;
position: fixed;
bottom: 0;
} }
.el-times { .el-times {
:deep(.el-input__wrapper) { :deep(.el-input__wrapper) {
@ -3022,10 +3022,15 @@ const CompletedSubmission = () => {
:deep(.el_tabs) { :deep(.el_tabs) {
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; // flex-direction: column;
flex-wrap: wrap;
.el-tabs__content { .el-tabs__content {
padding: 0; padding: 0;
} }
.el-tabs__header{
height: 37px;
width: 100%;
}
} }
:deep(.avue-crud__pagination) { :deep(.avue-crud__pagination) {
padding-top: 2px !important; padding-top: 2px !important;
@ -3050,4 +3055,7 @@ const CompletedSubmission = () => {
justify-content: flex-end; justify-content: flex-end;
margin-top: 10px; margin-top: 10px;
} }
:deep(.avue-crud__header){
align-items: center;
}
</style> </style>

22
src/views/distribution/checkInventoryTask/createTask.vue

@ -2462,17 +2462,17 @@ const InventorySubmit = () => {
InventoryPopup.value = false; // InventoryPopup.value = false; //
loading.value = true; // loading.value = true; //
console.log(SubData, '处理好的数据'); console.log(SubData, '处理好的数据');
// postAddtaskQuest(SubData).then(res => { postAddtaskQuest(SubData).then(res => {
// onLoad(); // onLoad(); //
// if ((res.data.code = 200)) { if ((res.data.code = 200)) {
// ElMessage({ ElMessage({
// message: res.data.msg, message: res.data.msg,
// type: 'success', type: 'success',
// }); });
// onLoad(); // onLoad(); //
// } }
// console.log(res, ''); console.log(res, '盘点计划提交成功');
// }); });
return; return;
} }

Loading…
Cancel
Save