|
@@ -489,7 +489,7 @@ export default {
|
|
|
this.$router.go(-1)
|
|
|
},
|
|
|
returnsales() {
|
|
|
- this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
|
+ this.$router.push({ path: 'tranManagementWarehouseInOuttask' })
|
|
|
},
|
|
|
// 获取当前年月日
|
|
|
getdate() {
|
|
@@ -573,7 +573,7 @@ export default {
|
|
|
},
|
|
|
//关闭
|
|
|
close() {
|
|
|
- this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
|
+ this.$router.push({ path: 'tranManagementWarehouseInOuttask' })
|
|
|
},
|
|
|
tarechange(e) {
|
|
|
if (this.dataList.grossWeight && this.dataList.tare) {
|