Browse Source

盘点

fix_bug_pro20231227
马远东 1 year ago
parent
commit
fcd2be278a
  1. 14
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 22
      src/views/distribution/checkInventoryTask/createTask.vue
  3. 6
      vite.config.js

14
src/views/aftersales/aftersalesWorkOrder.vue

@ -2,6 +2,7 @@
<div class="content_max">
<!-- 菜单 -->
<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>
<div class="content_right">
@ -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;
}
</style>

22
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;
}

6
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',

Loading…
Cancel
Save