add:出库功能

This commit is contained in:
zhangzq
2024-05-24 17:50:02 +08:00
parent 6f0c43b0d9
commit 92a9210dfe
38 changed files with 2220 additions and 240 deletions

View File

@@ -74,16 +74,6 @@
>
单据组盘
</el-button>
<el-button
slot="left"
class="filter-item"
type="primary"
icon="el-icon-plus"
size="mini"
@click="insertdtl()"
>
新增一行
</el-button>
</span>
</div>
@@ -290,7 +280,7 @@ export default {
let mst_form_data = mst.form_data;
this.cols.forEach(a=>{
let item = null
let item = ''
if (a.value in mst_form_data) {
item = mst_form_data[a.value];
}
@@ -308,7 +298,7 @@ export default {
data.form_data = {}
let row_form_data = row.form_data;
this.dtlCols.forEach(a=>{
let item = null
let item = ''
if (a.value in row_form_data) {
item = row_form_data[a.value];
}