|
@@ -163,7 +163,6 @@ export default {
|
|
this.disabled = true
|
|
this.disabled = true
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
this.spinning = true
|
|
this.spinning = true
|
|
- console.log(params, 'paramsparams')
|
|
|
|
if (params.targetName) {
|
|
if (params.targetName) {
|
|
return reportStockList(params).then(res => {
|
|
return reportStockList(params).then(res => {
|
|
// 总计
|
|
// 总计
|
|
@@ -237,6 +236,7 @@ export default {
|
|
this.queryParam.productTypeSn3 = ''
|
|
this.queryParam.productTypeSn3 = ''
|
|
this.productType = []
|
|
this.productType = []
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
|
|
+ this.currentStock = null
|
|
this.$refs.table.clearTable()
|
|
this.$refs.table.clearTable()
|
|
},
|
|
},
|
|
// 详情
|
|
// 详情
|