Browse Source

修改表格部分样式

dev-xx
qb 1 year ago
parent
commit
51decf611d
  1. 12
      src/api/distribution/abnormalList.js
  2. 130
      src/option/distribution/abnormalList.js
  3. 28
      src/views/distribution/artery/abnormalList.vue
  4. 4
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  5. 65
      src/views/distribution/inventory/distributionStockArticleDetails.vue
  6. 236
      src/views/distribution/reservation/reservationAddFrom.vue

12
src/api/distribution/abnormalList.js

@ -0,0 +1,12 @@
import request from '@/axios';
/**
* 初始化获取配载信息
*/
export const postAbnormalList = (data = {}) => {
return request({
url: '/api/logpm-trunkline/carsLoad/abnormalList',
method: 'post',
data,
});
};

130
src/option/distribution/abnormalList.js

@ -26,29 +26,18 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'orderPackageCode',
label: '异常状态',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'driverName',
label: '车类型',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'carNumber',
// {
// prop: 'driverName',
// label: '车类型',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'unloadNodeName',
label: '上报仓库',
type: 2,
values: '',
@ -98,45 +87,78 @@ export const columnList = [
sortable: true,
},
{
prop: '',
label: '上报人',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'trayCode',
label: '状态',
prop: 'orderPackageCode',
label: '有无数据',
type: 2,
values: '',
width: '130',
width: '150',
checkarr: [],
fixed: false,
fixed: true,
sortable: true,
head: false,
},
{
prop: 'firstPickName',
label: '处理人',
prop: 'orderPackageCode',
label: '装车异常',
type: 2,
values: '',
width: '130',
width: '150',
checkarr: [],
fixed: false,
fixed: true,
sortable: true,
head: false,
},
{
prop: 'secondPickName',
label: '处理时间',
prop: 'orderPackageCode',
label: '卸车异常',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
fixed: true,
sortable: true,
head: false,
},
// {
// prop: '',
// label: '上报人',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'scanSta',
// label: '状态',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'firstPickName',
// label: '处理人',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'secondPickName',
// label: '处理时间',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'remark',
label: '备注',
@ -147,16 +169,16 @@ export const columnList = [
fixed: false,
sortable: true,
},
{
prop: 'materialName',
label: '上报时间',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'materialName',
// label: '上报时间',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: '',
label: '操作',

28
src/views/distribution/artery/abnormalList.vue

@ -97,15 +97,9 @@
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '运单号'">
<el-text @click="handleGoWaybillDetails(slotProps.scope)">
{{ slotProps.scope.row.waybillNo }}
</el-text>
</template>
<template v-else-if="slotProps.scope.column.label === '操作'">
<el-text @click="handleUploadReceipt(slotProps.scope)"> 上传回单 </el-text>
<el-text @click="handleViewOrderDetails(slotProps.scope)"> 查看订单 </el-text>
<template v-if="slotProps.scope.column.label === '操作'">
<el-text @click="handleUploadReceipt(slotProps.scope)"> 详情 </el-text>
<el-text @click="handleViewOrderDetails(slotProps.scope)"> 处理 </el-text>
</template>
</template>
</tablecmt>
@ -151,6 +145,7 @@ import { columnList } from '@/option/distribution/abnormalList';
import { useRouter } from 'vue-router';
import { ElMessage } from 'element-plus';
import { getToken } from '@/utils/auth';
import { postAbnormalList } from '@/api/distribution/abnormalList';
//
const $router = useRouter();
@ -265,15 +260,12 @@ const onLoad = async (page?: any, params = {}) => {
let _page = details.page;
if (page) _page = page;
//
// const res = await postWarehouseWaybillPageWaybillList(details.page, {
// ...details.query,
// ...params,
// });
// console.log('res :>> ', res);
// const { code, data } = res.data;
// if (code !== 200) return;
// details.data = data.records;
// details.page.total = data.total;
const res = await postAbnormalList({ ...details.page, ...details.query, ...params });
console.log('res :>> ', res);
const { code, data } = res.data;
if (code !== 200) return;
details.data = data.records;
details.page.total = data.total;
} catch (error) {
} finally {
details.loadingObj.list = false;

4
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -1442,7 +1442,7 @@ export default {
label: '订单自编号',
type: 2,
values: '',
width: '150',
width: '240',
checkarr: [],
fixed: false,
sortable: true,
@ -1674,7 +1674,7 @@ export default {
label: '订单自编号',
type: 2,
values: '',
width: '150',
width: '240',
checkarr: [],
fixed: true,
sortable: true,

65
src/views/distribution/inventory/distributionStockArticleDetails.vue

@ -113,7 +113,7 @@
<tablecmt
:columnList="columnList"
:tableData="dataPare"
:loading="loading"
:loading="loadingObj.tableLoading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@ -639,6 +639,7 @@ export default {
/** loading */
loadingObj: {
pageLoading: false,
tableLoading: false,
},
};
},
@ -1388,39 +1389,43 @@ export default {
},
async onLoadOwn(page, params = {}) {
try {
this.loadingObj.pageLoading = true;
this.loadingObj.tableLoading = true;
// this.loading = true;
this.dataMaterial = false;
params = {
stockArticleIds: this.$route.query.id,
};
const res = await getListOwn(
page.currentPage,
page.pageSize,
Object.assign(params, this.queryPage)
);
console.log('包件明细》》》》》', res.data.data);
const { code, data } = res.data;
if (code !== 200) return;
this.page.total = data.total;
this.dataPare = data.records;
this.dataPare.some(i => {
if (i.conditions == '1') {
i.conditions = '定制品';
} else {
i.conditions = '库存品';
}
if (!i.materialId) {
//
this.dataMaterial = true;
}
});
// this.loading = false;
this.selectionClear();
} catch (error) {
console.log('error :>> ', error);
} finally {
this.loadingObj.pageLoading = false;
this.loadingObj.tableLoading = false;
}
// this.loading = true;
this.dataMaterial = false;
params = {
stockArticleIds: this.$route.query.id,
};
getListOwn(page.currentPage, page.pageSize, Object.assign(params, this.queryPage)).then(
res => {
console.log('包件明细》》》》》', res.data.data);
const data = res.data.data;
this.page.total = data.total;
this.dataPare = data.records;
this.dataPare.some(i => {
if (i.conditions == '1') {
i.conditions = '定制品';
} else {
i.conditions = '库存品';
}
if (!i.materialId) {
//
this.dataMaterial = true;
}
});
this.loading = false;
this.selectionClear();
}
);
},
},
};

236
src/views/distribution/reservation/reservationAddFrom.vue

@ -231,11 +231,7 @@
width="90%"
:model="addvalue"
>
<el-button
type="primary"
@click="Batchmodifycustomers"
>批量修改客户
</el-button>
<el-button type="primary" @click="Batchmodifycustomers">批量修改客户 </el-button>
<tablecmt
ref="orderTableNode"
:columnList="stockArtcolumnList"
@ -324,23 +320,23 @@
<el-col :xl="5" :lg="4" :md="4" :sm="12">
<div class="el_sumS">
<span>操作数量</span>
<el-input-number
v-if="this.isrReservationEntry"
v-model="item.reservationNum"
min="0"
:max="maxSum"
placeholder="请输入预约数量"
></el-input-number>
<el-input-number
v-else
v-model="item.number"
min="0"
:max="maxSum"
placeholder="请输入预约数量"
></el-input-number>
</div>
</el-col>
<span>操作数量</span>
<el-input-number
v-if="this.isrReservationEntry"
v-model="item.reservationNum"
min="0"
:max="maxSum"
placeholder="请输入预约数量"
></el-input-number>
<el-input-number
v-else
v-model="item.number"
min="0"
:max="maxSum"
placeholder="请输入预约数量"
></el-input-number>
</div>
</el-col>
</el-row>
<!-- <el-input-number v-model="item.reservationNum" min="0" :max="item.quantity - item.deliveryQuantity -item.outboundQuantity " placeholder="请输入预约数量"></el-input-number>-->
@ -461,7 +457,10 @@
<el-input v-model="clientData.customerName" placeholder="请输入用户名称"></el-input>
</el-form-item>
<el-form-item label="用户电话:">
<el-input v-model="clientData.customerTelephone" placeholder="请输入用户电话"></el-input>
<el-input
v-model="clientData.customerTelephone"
placeholder="请输入用户电话"
></el-input>
</el-form-item>
<el-form-item label="用户地址:">
<el-input v-model="clientData.customerAddress" placeholder="请输入用户地址"></el-input>
@ -1332,17 +1331,6 @@ export default {
checkarr: [],
fixed: true,
},
{
prop: 'incomingBatch',
label: '入库批次',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
// {
// prop: 'serviceTypeName',
// label: '',
@ -1359,12 +1347,32 @@ export default {
label: '订单自编号',
type: 2,
values: '',
width: '130',
width: '240',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'descriptionGoods',
label: '物料名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
},
{
prop: 'cargoNumber',
label: '物料编码',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
},
{
prop: 'serviceNumber',
label: '服务号',
@ -1372,19 +1380,20 @@ export default {
values: '',
width: '130',
checkarr: [],
fixed: true,
fixed: false,
sortable: true,
head: false,
},
{
prop: 'descriptionGoods',
label: '物料名称',
prop: 'incomingBatch',
label: '入库批次',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'warehouse',
@ -1406,16 +1415,6 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'cargoNumber',
label: '物料编码',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'marketName',
label: '商场/客户',
@ -1423,7 +1422,7 @@ export default {
values: '',
width: '130',
checkarr: [],
fixed: false,
fixed: true,
sortable: true,
},
{
@ -2019,15 +2018,15 @@ export default {
return ids.join(',');
},
//
maxSum(){
let max=0
this.zeroOrderData.forEach(item=>{
maxSum() {
let max = 0;
this.zeroOrderData.forEach(item => {
console.log(item);
max+=item.deliveryQuantity;//
})
let maxs = this.obj.handQuantity -max
return maxs
}
max += item.deliveryQuantity; //
});
let maxs = this.obj.handQuantity - max;
return maxs;
},
},
methods: {
@ -2170,29 +2169,29 @@ export default {
}
},
//
Batchmodifycustomers(){
if(!this.orderList.length){
Batchmodifycustomers() {
if (!this.orderList.length) {
ElMessage({
message: '请勾选要批量修改的数据',
type: 'warning',
})
return;
message: '请勾选要批量修改的数据',
type: 'warning',
});
return;
}
let State= this.orderList.every(item=>item.mallName==this.orderList[0].mallName)
let State = this.orderList.every(item => item.mallName == this.orderList[0].mallName);
if(!State){
if (!State) {
ElMessage({
message: '请勾选商场名称一样的单子',
type: 'warning',
})
return
message: '请勾选商场名称一样的单子',
type: 'warning',
});
return;
}
// this.orderList
this.clientData={}
this.clientData.mallName= this.orderList[0].mallName
this.dialogVisible=true
this.clientData = {};
this.clientData.mallName = this.orderList[0].mallName;
this.dialogVisible = true;
},
handleCheckedCitiesChange(value) {
if (value) {
@ -2307,51 +2306,52 @@ export default {
this.isrReservationEntry = false;
},
submitClient() {
if(this.orderList.length){
let data={
entityList:[]
}
if (this.orderList.length) {
let data = {
entityList: [],
};
this.orderList.forEach(item => {
item.customerName = this.clientData.customerName; //
item.customerTelephone = this.clientData.customerTelephone; //
item.customerAddress = this.clientData.customerAddress; //
data['entityList'].push(item);
});
this.loading = true;
this.dialogVisible = false; //
$_updateBatchClient(data)
.then(res => {
console.log(res, '修改成功');
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
this.orderList.forEach(item=>{
item.customerName = this.clientData.customerName;//
item.customerTelephone=this.clientData.customerTelephone;//
item.customerAddress=this.clientData.customerAddress;//
data['entityList'].push(item)
})
this.loading=true
this.dialogVisible = false;//
$_updateBatchClient(data).then(res=>{
console.log(res,'修改成功');
if(res.data.code == 200){
ElMessage({
message: res.data.msg,
type: 'success',
this.onLoadOrder(this.page);
this.orderList = [];
}
})
this.onLoadOrder(this.page);
this.orderList=[]
}
}).catch(()=>{
this.loading=false
}).finally(()=>{
})
}else{
this.loading=true
this.dialogVisible = false;//
console.log('this.client===============>', this.clientData);
updateClient(this.clientData).then(res => {
console.log('res>>>>>>>>>>>', res.data.data);
this.orderList=[]
this.onLoadOrder(this.page);
this.dialogVisible = false;
}).catch(()=>{
this.loading=false
}).finally(()=>{
});
.catch(() => {
this.loading = false;
})
.finally(() => {});
} else {
this.loading = true;
this.dialogVisible = false; //
console.log('this.client===============>', this.clientData);
updateClient(this.clientData)
.then(res => {
console.log('res>>>>>>>>>>>', res.data.data);
this.orderList = [];
this.onLoadOrder(this.page);
this.dialogVisible = false;
})
.catch(() => {
this.loading = false;
})
.finally(() => {});
}
},
//
@ -3424,12 +3424,12 @@ input[type='number'] {
.footer-container {
height: 60px;
}
.el_sumS{
span{
.el_sumS {
span {
width: 100px;
}
display: flex;
height: 20px;
width: 200px;
height: 20px;
width: 200px;
}
</style>

Loading…
Cancel
Save