|
@@ -609,13 +609,6 @@ export default {
|
|
|
{
|
|
|
columnAttributes: {
|
|
|
label: '出库时间',
|
|
|
- prop: 'consignerTime',
|
|
|
- width: 200
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- columnAttributes: {
|
|
|
- label: '出库时间',
|
|
|
prop: 'consignerTimeV2',
|
|
|
width: 200
|
|
|
}
|
|
@@ -637,13 +630,6 @@ export default {
|
|
|
{
|
|
|
columnAttributes: {
|
|
|
label: '送货时间',
|
|
|
- prop: 'deliveryTime',
|
|
|
- width: 200
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- columnAttributes: {
|
|
|
- label: '送货时间',
|
|
|
prop: 'deliveryTimeV2',
|
|
|
width: 200
|
|
|
}
|
|
@@ -909,7 +895,14 @@ export default {
|
|
|
getListInstallCodeV2() {
|
|
|
getListInstallCodeV2({
|
|
|
pageNum: 1,
|
|
|
- pageSize: -1
|
|
|
+ pageSize: -1,
|
|
|
+ params: [
|
|
|
+ {
|
|
|
+ param: 'gong_dan_id',
|
|
|
+ compare: '=',
|
|
|
+ value: this.gongDanId
|
|
|
+ }
|
|
|
+ ]
|
|
|
}).then(res => {
|
|
|
this.instalLList = res.data.records
|
|
|
})
|