|
...
|
...
|
@@ -20,7 +20,7 @@ |
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="24">
|
|
|
|
<a-form-model-item label="数量" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="quantity" style="margin-bottom: -50px">
|
|
|
|
<a-form-model-item label="数量(套)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="quantity" style="margin-bottom: -50px">
|
|
|
|
{{model.quantity}}
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-col>
|
|
...
|
...
|
@@ -178,7 +178,7 @@ export default { |
|
|
|
if(record){
|
|
|
|
this.titlea = '编辑'
|
|
|
|
this.model = Object.assign({}, record);
|
|
|
|
console.log('this.model=======',this.model)
|
|
|
|
// console.log('this.model=======',this.model)
|
|
|
|
this.loadDesign();
|
|
|
|
this.loadBiddingSq()
|
|
|
|
}else{
|
|
...
|
...
|
@@ -214,7 +214,7 @@ export default { |
|
|
|
let tblBiddingShenq = {
|
|
|
|
orderId:this.model.orderId
|
|
|
|
}
|
|
|
|
console.log(tblBiddingShenq)
|
|
|
|
console.log('tblBiddingShenq',tblBiddingShenq)
|
|
|
|
listDesign(tblBiddingShenq).then((res)=>{
|
|
|
|
console.log('loadDesign',res)
|
|
|
|
if(res.success){
|
...
|
...
|
|