opt:子卷装箱测试

This commit is contained in:
2024-05-14 22:49:10 +08:00
parent 324d05fd5e
commit 68b6ddb793
7 changed files with 100 additions and 56 deletions

View File

@@ -125,7 +125,7 @@
<!--分页组件-->
<pagination />
</div>
<DivDialog :dialog-show.sync="divShow" :open-param="openParam" :sale_order_name="sale_order_name" @childEvent="handleChildEvent" @AddChanged="querytable" />
<DivDialog :dialog-show.sync="divShow" :open-param="openParam" :sale_order_name="this.sale_order_name" @childEvent="handleChildEvent" @AddChanged="querytable" />
</div>
</template>
@@ -146,7 +146,7 @@ const defaultForm = {
quanlity_in_box: null,
box_weight: null,
quality_guaran_period: null,
sale_order_name: null,
sale_order_names: null,
customer_name: null,
customer_description: null,
product_name: null,
@@ -225,13 +225,16 @@ export default {
},
// 双击
divOpen(row) {
debugger
this.sale_order_name = row.sale_order_name
crudSubpackagerelation.queryContainerization({ 'sale_order_name': row.sale_order_name }).then(res => {
debugger
this.openParam = res.content
this.divShow = true
})
},
divOpen1() {
debugger
this.sale_order_name = this.currentRow.sale_order_name
crudSubpackagerelation.queryContainerization({ 'sale_order_name': this.currentRow.sale_order_name }).then(res => {
this.openParam = res.content