Browse Source

1.页面新增

dev-warehouse
0.0 2 years ago
parent
commit
c4b83f0b53
  1. 19
      src/router/views/index.js
  2. 4
      src/views/distribution/deliverylist/distributionDeliveryList.vue
  3. 24
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  4. 7
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

19
src/router/views/index.js

@ -629,6 +629,25 @@ export default [
},
],
},
{
path: '/distribution/signfor/distributionSignforedt',
component: Layout,
redirect: '/distribution/distributionSignforedt',
children: [
{
path: '/distribution/signfor/distributionSignforedt',
name: '签收查看',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
id: route.query.id
}),
component: () => import('@/views/distribution/signfor/distributionSignforedt.vue'),
},
],
},
// {
// path: '/distribution/inventory/distributionPrints',
// component: Layout,

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

@ -314,7 +314,7 @@ export default {
mounted () {
this.queryDictionary();
this.init();
/**
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
*/
@ -416,7 +416,7 @@ export default {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname+'sortlist', headarr);
}
},
selectionsc(value) {
console.log("进来了>>>>>>>>>>>>>",value);

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

@ -16,7 +16,7 @@
<!-- <el-button type="primary" icon="el-icon-plus" @click="handleAdd"> </el-button>-->
<!-- <el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain> </el-button>-->
<!-- <el-button type="primary" icon="el-icon-delete" @click="handleDelete" plain> </el-button>-->
<el-button type="primary" @click="toDeliveryPlan"> </el-button>
<el-button type="primary" @click="toDeliveryPlan"> </el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
@ -141,15 +141,15 @@ export default {
//
selectionList: [],
columnList: [
// {
// prop: '',
// label: '',
// type: 0,
// values: '',
// width: 55,
// checkarr: [],
// fixed: true,
// },
{
prop: '',
label: '序号',
type: 0,
values: '',
width: 55,
checkarr: [],
fixed: true,
},
{
prop: 'trainNumber',
label: '车次',
@ -303,7 +303,7 @@ export default {
mounted () {
this.queryDictionary();
this.init();
/**
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改
*/
@ -405,7 +405,7 @@ export default {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname+'sortlist', headarr);
}
},
selectionsc(value) {
console.log("进来了>>>>>>>>>>>>>",value);

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

@ -28,7 +28,8 @@
<span>装卸班组{{deliverydata.loadingTeamName}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>{{deliverydata.loadingTeamType}} </span>
<!-- <span>{{deliverydata.loadingTeamType}} </span> -->
<span> </span>
</el-col>
</el-row>
<el-divider>作业时间</el-divider>
@ -37,10 +38,10 @@
<span>创建时间{{deliverydata.createTime}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>备货时间{{deliverydata.lead_time}} </span>
<span>备货时间{{deliverydata.loadTime}} </span>
</el-col>
<el-col :xl="7" :lg="7" :md="8" :sm="24">
<span>装车时间{{deliverydata.loading_time}} </span>
<span>装车时间{{deliverydata.loadingTime}} </span>
</el-col>
</el-row>
<el-divider>订单列表</el-divider>

Loading…
Cancel
Save