This commit is contained in:
2022-07-21 20:09:01 +08:00
parent 2691af74f8
commit b3cfa32fae
7 changed files with 91 additions and 73 deletions

View File

@@ -20,7 +20,7 @@
end-placeholder="结束日期"
:default-time="['00:00:00', '23:59:59']"
/>
<el-button class="filter-item" size="mini" type="success" icon="el-icon-search" @click="queryStruct">确认</el-button>
<el-button class="filter-item" size="mini" type="success" icon="el-icon-search" @click="confirm">确认</el-button>
</div>
</div>
</el-dialog>
@@ -66,7 +66,7 @@ export default {
this.$emit('update:dialogShow', false)
this.$emit('tableChanged', this.rows)
},
queryStruct() {
confirm() {
debugger
this.fullscreenLoading = true
sparePart.importData(this.form).then(res => {

View File

@@ -229,10 +229,6 @@ export default {
clcikRow(row, column, event) {
debugger
this.form.dtl_row = row
sparePart.getIODtl({ 'bill_code': this.form.dtl_row.bill_code }).then(res => {
this.openParam = res
this.form.dtl_row = res[row.index]
})
sparePart.getDisDtl(row).then(res => {
this.form.tableMater = res
})