diff --git a/src/api/distribution/createTask.js b/src/api/distribution/createTask.js
index 5b79b70e..cc41a6a7 100644
--- a/src/api/distribution/createTask.js
+++ b/src/api/distribution/createTask.js
@@ -74,7 +74,14 @@ export const $_getDetailInfo = params => {
});
};
-
+// 查询货位信息
+export const $_getList = ( params) => {
+ return request({
+ url: '/api/logpm-basicdata/goodsAllocation/list',
+ method: 'get',
+ params
+ })
+}
/**
* 盘点状态修改
@@ -181,8 +188,15 @@ export const $_taskQuestSelectStrip = params => {
params,
});
};
-
-
+// 盘点导出
+export const $_exportGetContrastInfo = params => {
+ return request({
+ url: '/api/logpm-warehouse/blade-taskQuest/taskQuest/export-getContrastInfo',
+ method: 'get',
+ params,
+ responseType: 'blob',
+ });
+};
// 盘点任务库存品
diff --git a/src/api/distribution/distributionSignfor.js b/src/api/distribution/distributionSignfor.js
index 2cbb6b70..b4dd09ec 100644
--- a/src/api/distribution/distributionSignfor.js
+++ b/src/api/distribution/distributionSignfor.js
@@ -66,6 +66,7 @@ export const handlePicture = ids => {
params: {
ids
},
+ responseType: 'blob',
})
};
diff --git a/src/option/basicdata/basicdataGoodsAllocation.js b/src/option/basicdata/basicdataGoodsAllocation.js
index 6833da4b..1a0a751d 100644
--- a/src/option/basicdata/basicdataGoodsAllocation.js
+++ b/src/option/basicdata/basicdataGoodsAllocation.js
@@ -200,8 +200,8 @@ export default {
],
},
{
- label: '所在列',
- prop: 'columnNum',
+ label: '所在层',
+ prop: 'layerNum',
type: 'input',
align: 'center',
labelWidth: '100',
@@ -213,8 +213,8 @@ export default {
width: 'fit-content',
},
{
- label: '所在层',
- prop: 'layerNum',
+ label: '所在列',
+ prop: 'columnNum',
type: 'input',
align: 'center',
labelWidth: '100',
diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js
new file mode 100644
index 00000000..e4cd659b
--- /dev/null
+++ b/src/option/distribution/TripartiteTransfer.js
@@ -0,0 +1,872 @@
+/** 三方中转列表 */
+export const columnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'billladingCode',
+ label: '中转批次号',
+ type: 13,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'carNumber',
+ label: '承运商',
+ type: 2,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ },
+ {
+ prop: 'driverName',
+ label: '承运日期',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ },
+ {
+ prop: 'driverPhone',
+ label: '付款方式',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'warehouseName',
+ label: '运费',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'lineNameTitle',
+ label: '代收贷款',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'nodeNub',
+ label: '承运单号',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'startTime',
+ label: '发站仓库',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'endTime',
+ label: '状态',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'planVolume',
+ label: '是否结算',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'billladingStatus',
+ label: '客户类型',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'chargeType',
+ label: '发车时间',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalFee',
+ label: '计划出库',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'remark',
+ label: '实际装车',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'carrierName',
+ label: '送货方式',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'waybillCount',
+ label: '经办人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalNum',
+ label: '创建时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalWeight',
+ label: '结算金额',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalVolume',
+ label: '结算人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'createUserName',
+ label: '签收时间',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'createUserName',
+ label: '操作',
+ type: 6,
+ values: '',
+ width: '300',
+ checkarr: [],
+ fixed: 'right',
+ sortable: false,
+ },
+];
+
+/** 装车详情列表 */
+export const detailsColumnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'orderCode',
+ label: '运单号',
+ type: 13,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderCode',
+ label: '合同号',
+ type: 13,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: true,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageCode',
+ label: '包条码',
+ type: 13,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverName',
+ label: '计划目的地',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverPhone',
+ label: '目的地',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'warehouseName',
+ label: '装卸状态',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'lineNameTitle',
+ label: '订单来源',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'nodeNub',
+ label: '装车仓库',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'startTime',
+ label: '扫码时间',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'endTime',
+ label: '装卸仓库',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'planVolume',
+ label: '卸车时间',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'billladingStatus',
+ label: '装车类型',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'chargeType',
+ label: '是否补录',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalFee',
+ label: '是否齐套',
+ type: 3,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'remark',
+ label: '托盘码',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'carrierName',
+ label: '一级品类',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'waybillCount',
+ label: '二级品类',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalNum',
+ label: '三级品类',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalWeight',
+ label: '物料名称',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalVolume',
+ label: '装车扫描人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'createUserName',
+ label: '卸车人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalWeight',
+ label: '同步状态',
+ type: 3,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+];
+
+/** 运单池列表 */
+export const oldColumnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'orderCode',
+ label: '开单日期',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderCode',
+ label: '订单自编号',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageCode',
+ label: '运单号',
+ type: 2,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverName',
+ label: '到站',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverPhone',
+ label: '目的网点',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'warehouseName',
+ label: '发货单位',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'lineNameTitle',
+ label: '收货单位',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'nodeNub',
+ label: '收货人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'startTime',
+ label: '托盘码',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'endTime',
+ label: '品类名称',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'planVolume',
+ label: '件数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'billladingStatus',
+ label: '在库数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'chargeType',
+ label: '单价',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalFee',
+ label: '重量(kg)',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'remark',
+ label: '体积',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'carrierName',
+ label: '运费',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'waybillCount',
+ label: '客户车次',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalNum',
+ label: '运单备注',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+];
+
+/** 调度池列表 */
+export const newColumnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'orderCode',
+ label: '开单日期',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderCode',
+ label: '订单自编号',
+ type: 2,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageCode',
+ label: '运单号',
+ type: 2,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverName',
+ label: '到站',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'driverPhone',
+ label: '目的网点',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'warehouseName',
+ label: '发货单位',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'lineNameTitle',
+ label: '收货单位',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'nodeNub',
+ label: '收货人',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'startTime',
+ label: '托盘码',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'endTime',
+ label: '品类名称',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'planVolume',
+ label: '件数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'billladingStatus',
+ label: '在库数',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'chargeType',
+ label: '单价',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalFee',
+ label: '重量(kg)',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'remark',
+ label: '体积',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'carrierName',
+ label: '运费',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'waybillCount',
+ label: '客户车次',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+ {
+ prop: 'totalNum',
+ label: '运单备注',
+ type: 2,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
+];
diff --git a/src/router/views/index.js b/src/router/views/index.js
index db2f111e..e834eca4 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -1088,18 +1088,9 @@ export default [
},
],
},
- {
- path: '/aftersales/AbnormalworkOrder',
- component: Layout,
- redirect: '/aftersales/AbnormalworkOrder',
- children: [
- {
- path: '/aftersales/AbnormalworkOrder',
- name: '异常工单',
- component: () => import('@/views/aftersales/abnormalworkOrder.vue'),
- },
- ],
- },
+
+
+
// 下面的代码为 商场客户端的页面
{
@@ -1115,30 +1106,18 @@ export default [
],
},
- // {
- // path: '/distribution/checkInventoryTask/createTaskTemp',
- // component: Layout,
- // redirect: '/distribution/checkInventoryTask/createTaskTemp',
- // children: [
- // {
- // path: '/distribution/checkInventoryTask/createTaskTemp',
- // name: '盘点重构',
- // component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'),
- // },
- // ],
- // },
-// {
-// path: '/distribution/checkInventoryTask/createTaskTemp',
-// component: Layout,
-// redirect: '/distribution/checkInventoryTask/createTaskTemp',
-// children: [
-// {
-// path: '/distribution/checkInventoryTask/createTaskTemp',
-// name: '盘点重构',
-// component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'),
-// },
-// ],
-// },
+{
+ path: '/aftersales/VueTemp',
+ component: Layout,
+ redirect: '/aftersales/VueTemp',
+ children: [
+ {
+ path: '/aftersales/VueTemp',
+ name: '工单',
+ component: () => import('@/views/aftersales/VueTemp.vue'),
+ },
+ ],
+},
// {
// path: '/distribution/turndelivery/devtmp',
diff --git a/src/styles/common.scss b/src/styles/common.scss
index ffbdfa16..3260ddc5 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -152,6 +152,10 @@ a {
margin-top: 10px;
}
+.pointer {
+ cursor: pointer;
+}
+
// ele样式覆盖
@import './element-ui.scss';
// 顶部右侧显示
diff --git a/src/utils/util.js b/src/utils/util.js
index 6aa7f33e..4df593cf 100644
--- a/src/utils/util.js
+++ b/src/utils/util.js
@@ -277,13 +277,13 @@ export const openWindow = (url, title, w, h) => {
const width = window.innerWidth
? window.innerWidth
: document.documentElement.clientWidth
- ? document.documentElement.clientWidth
- : screen.width;
+ ? document.documentElement.clientWidth
+ : screen.width;
const height = window.innerHeight
? window.innerHeight
: document.documentElement.clientHeight
- ? document.documentElement.clientHeight
- : screen.height;
+ ? document.documentElement.clientHeight
+ : screen.height;
const left = width / 2 - w / 2 + dualScreenLeft;
const top = height / 2 - h / 2 + dualScreenTop;
@@ -291,13 +291,13 @@ export const openWindow = (url, title, w, h) => {
url,
title,
'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=' +
- w +
- ', height=' +
- h +
- ', top=' +
- top +
- ', left=' +
- left
+ w +
+ ', height=' +
+ h +
+ ', top=' +
+ top +
+ ', left=' +
+ left
);
// Puts focus on the newWindow
@@ -315,18 +315,18 @@ export const getScreen = isCollapse => {
};
export const getHtmls = (arrs, htmldemo) => {
- let html = ''
+ let html = '';
arrs.map(item => {
let strhtml = JSON.parse(JSON.stringify(htmldemo));
for (let key in item) {
let str = '\\$\\{' + key + '\\}';
- let reg=new RegExp(str,"g")
+ let reg = new RegExp(str, 'g');
strhtml = strhtml.replace(reg, item[key]);
}
html += strhtml;
});
- return html
-}
+ return html;
+};
/**
* 获取顶部地址栏地址
*/
@@ -424,3 +424,24 @@ export const downloadXls = (fileArrayBuffer, filename) => {
window.open(URL.createObjectURL(file));
}
};
+
+/**
+ * 设置元素节点高度
+ * @param {node} node 元素 type: element || array
+ * @param {string} height 高度 (非必填) type: string
+ */
+export const setNodeHeight = (_node, _height) => {
+ // 判断是否传入的是数组
+ const _type = Object.prototype.toString.call(_node);
+ console.log('_type :>> ', _type);
+ // 传入数组时
+ if (_type === '[object Array]') {
+ console.log('333 :>> ', 333);
+ }
+ // 传入单一节点时
+ else if (_type === '[object HTMLDivElement]') {
+ console.log('222 :>> ', 222);
+ if (_height) _node.style.height = _height;
+ console.log('_node :>> ', _node);
+ }
+};
diff --git a/src/views/aftersales/VueTemp.vue b/src/views/aftersales/VueTemp.vue
new file mode 100644
index 00000000..7ee43309
--- /dev/null
+++ b/src/views/aftersales/VueTemp.vue
@@ -0,0 +1,249 @@
+
+