|
|
@ -159,6 +159,7 @@ export default { |
|
|
|
orderEndDate: '', |
|
|
|
modelSid: '', |
|
|
|
modelConfigSid: '', |
|
|
|
configSid:'', |
|
|
|
userSid: window.sessionStorage.getItem('userSid') |
|
|
|
}, |
|
|
|
total: 0 |
|
|
@ -197,7 +198,9 @@ export default { |
|
|
|
this.basiclist.configName = row.configName |
|
|
|
this.basiclist.guidedPrice = row.guidedPrice |
|
|
|
this.listQuery.params.modelSid = sid |
|
|
|
this.listQuery.params.modelConfigSid = row.sid |
|
|
|
this.listQuery.params.configSid = row.configSid |
|
|
|
console.log('排产this.listQuery',this.listQuery) |
|
|
|
console.log('排产row',row) |
|
|
|
this.Dictionary() |
|
|
|
this.getList() |
|
|
|
}, |
|
|
@ -221,6 +224,7 @@ export default { |
|
|
|
current: 1, |
|
|
|
size: 10, |
|
|
|
params: { |
|
|
|
configSid:'', |
|
|
|
orderStatus: '', |
|
|
|
orderStartDate: '', |
|
|
|
orderEndDate: '', |
|
|
|