fix:修改下拉框
This commit is contained in:
parent
38d16aea97
commit
9df5402f60
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<!-- <el-table class="info-table" border v-loading="loading" :data="state.MATERIALRECEIVEACT" highlight-current-row row-key="id" @row-click="handle">-->
|
||||
<el-table class="info-table" border v-loading="loading" :data="state.MATERIALRECEIVEACT"
|
||||
highlight-current-row row-key="id">
|
||||
highlight-current-row row-key="id" @row-click="handle">
|
||||
<el-table-column prop="MATERIALSPECNAME" fixed="left" label="料号" width="100" />
|
||||
<el-table-column prop="ERPFACTORY" label="组织" width="100" />
|
||||
<el-table-column prop="ERPLOCATION" label="库位" width="180">
|
||||
@ -742,7 +742,7 @@ async function sendToERP() {
|
||||
})
|
||||
}
|
||||
|
||||
/*function handle(row: any, event: any, column: any) {
|
||||
function handle(row: any, event: any, column: any) {
|
||||
if (areAllNotEmpty(row.ERPFACTORY)) {
|
||||
getERPLocation(row.ERPFACTORY)
|
||||
} else {
|
||||
@ -771,7 +771,7 @@ async function sendToERP() {
|
||||
confirmButtonText: 'OK'
|
||||
})
|
||||
})
|
||||
}*/
|
||||
}
|
||||
|
||||
/**************************************************公共方法************************************************/
|
||||
function getStorageSpec(value: any) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user