@@ -168,7 +168,7 @@ export default {
this.$emit('addSuccess')
},
onSubmit(){
- console.log(this.data)
+ console.log(this.data,"点击添加商品")
if (this.data.length !== 0){
this.form.begdate = this.date[0]
this.form.enddate = this.date[1]
@@ -168,7 +168,6 @@ export default {
onShow(){
/* this.dialogProjectVisible = true*/
console.log(this.id,"项目编号")
-
this.$emit('checkForm')
/*this.productData()*/
@@ -1,6 +1,6 @@
<template>
<div>
- <tableLayout ref="list" :layout="tablecols" :data="list" :custom="true" height="300">
+ <tableLayout ref="list" :layout="tablecols" :data="list" :custom="true" height="200">
<template v-slot:customcol="scope">
<p >{{scope.column.data[scope.column.columnname]}}</p>
</template>
@@ -5,7 +5,7 @@
formPath="QuotedPrice"
tableName="quotedPriceTable"
idName="sa_quotedpriceid"
- :apiId="{query:20221020165103,del:''}"
+ :apiId="{query:20221020165103,del:20221020165503}"
:options="options"
:detail-path="{path:'/quotedPriceDetail'}"
>