|
@@ -111,7 +111,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column class="table_td" prop="status" width="100" label="是否开票">
|
|
<el-table-column class="table_td" prop="status" width="100" label="是否开票">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
- <span v-if="scope.row.approveStatus">未开票</span>
|
|
|
|
|
|
+ <span v-if="scope.row.invoicing == '0'">未开票</span>
|
|
<span v-else>已开票</span>
|
|
<span v-else>已开票</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -361,9 +361,12 @@ import download from '../../components/WsDownload/download'
|
|
year: dayjs().format('YYYY'),
|
|
year: dayjs().format('YYYY'),
|
|
month: dayjs().format('MM'),
|
|
month: dayjs().format('MM'),
|
|
},
|
|
},
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
|
|
+
|
|
|
|
+
|
|
this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
|
|
this.userJurisdiction = getHp('acquisitionManagement.acquisitionPay.print')
|
|
this.getPassYearFormatDate()
|
|
this.getPassYearFormatDate()
|
|
this.getWarehouse()
|
|
this.getWarehouse()
|
|
@@ -722,7 +725,11 @@ import download from '../../components/WsDownload/download'
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|
|
this.warehouseList = response
|
|
this.warehouseList = response
|
|
- if (_wareHouse) {
|
|
|
|
|
|
+ if(this.$route.query.warehouseName){//判断是否在任务页面进来
|
|
|
|
+ this.warehouseName = this.$route.query.warehouseName
|
|
|
|
+ this.warehouseNameKey = this.$route.query.warehouseName
|
|
|
|
+ }else{
|
|
|
|
+ if (_wareHouse) {
|
|
this.warehouseNameKey = _wareHouse.id
|
|
this.warehouseNameKey = _wareHouse.id
|
|
this.warehouseName = _wareHouse.value
|
|
this.warehouseName = _wareHouse.value
|
|
} else {
|
|
} else {
|
|
@@ -734,6 +741,7 @@ import download from '../../components/WsDownload/download'
|
|
this.warehouseName = this.warehouseList[0].warehouseName
|
|
this.warehouseName = this.warehouseList[0].warehouseName
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ }
|
|
this.getList()
|
|
this.getList()
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -856,8 +864,6 @@ import download from '../../components/WsDownload/download'
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
},
|
|
},
|
|
payment() {
|
|
payment() {
|
|
this.imageUrl = ''
|
|
this.imageUrl = ''
|