Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
qb 1 year ago
parent
commit
4e4cec63ef
  1. 20
      src/views/basicdata/driverArtery/basicdataDriverArtery.vue
  2. 7
      src/views/distribution/deliverylist/distributionDeliveryList.vue
  3. 7
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  4. 9
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue
  5. 17
      src/views/distribution/stockup/distributionStockupDetailsSelf.vue

20
src/views/basicdata/driverArtery/basicdataDriverArtery.vue

@ -193,16 +193,16 @@ export default {
} }
}, },
}, },
// { {
// label: "", label: "姓名",
// prop: "name", prop: "name",
// type: "input", type: "input",
// search: true, search: true,
// labelWidth:'150', labelWidth:'150',
// width:"100px", width:"100px",
// align:'center', align:'center',
// span:11, span:11,
// }, },
{ {
label: '手机号码', label: '手机号码',
prop: 'phone', prop: 'phone',

7
src/views/distribution/deliverylist/distributionDeliveryList.vue

@ -1198,7 +1198,7 @@ export default {
} }
.avue-crud__right { .avue-crud__right {
display: flex; display: flex;
align-items: flex-end; align-items: center;
} }
.el-form-item__content { .el-form-item__content {
height: 30px; height: 30px;
@ -1209,4 +1209,9 @@ export default {
height:30px !important; height:30px !important;
} }
} }
:deep(.avue-crud__header){
.avue-crud__left{
margin-top:0 !important;
}
}
</style> </style>

7
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -1243,7 +1243,7 @@ export default {
} }
.avue-crud__right { .avue-crud__right {
display: flex; display: flex;
align-items: flex-end; align-items: center;
} }
.fr-fm { .fr-fm {
width: 100%; width: 100%;
@ -1257,4 +1257,9 @@ export default {
} }
} }
} }
:deep(.avue-crud__header){
.avue-crud__left{
margin-top:0 !important;
}
}
</style> </style>

9
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -1184,7 +1184,7 @@ export default {
} }
} }
.avue-crud__header { .avue-crud__header {
align-items: flex-end !important; // align-items: flex-end !important;
} }
// //
.el-times { .el-times {
@ -1202,9 +1202,14 @@ export default {
} }
.avue-crud__right{ .avue-crud__right{
display: flex; display: flex;
align-items: flex-end; align-items: center;
} }
.fr-fo{ .fr-fo{
display:flex; display:flex;
} }
:deep(.avue-crud__header){
.avue-crud__left{
margin-top:0 !important;
}
}
</style> </style>

17
src/views/distribution/stockup/distributionStockupDetailsSelf.vue

@ -1541,13 +1541,14 @@ export default {
}); });
}, },
//id //id
handleStockUp(row, type) { async handleStockUp(row, type) {
getListUser().then(res => { // const a = await getListUser().then( res => {
// // //
console.log('res>>>', res.data.data); // console.log('res>>>', res.data.data);
this.deptId = res.data.data.deptId; // this.deptId = res.data.data.deptId;
this.getStorageArea(); //
}); // });
await this.getStorageArea();
console.log('备货数据!!', row); console.log('备货数据!!', row);
switch (type) { switch (type) {
case '1': case '1':
@ -1576,7 +1577,7 @@ export default {
department: this.deptId, department: this.deptId,
}; };
stockUp(params).then(res => { stockUp(params).then(res => {
// console.log("res>>>",res.data.data); console.log("备货区res>>>",res.data.data);
let fo = []; let fo = [];
res.data.data.forEach(i => { res.data.data.forEach(i => {
let v = { let v = {

Loading…
Cancel
Save