Compare commits
No commits in common. "54e464d83f98186f8a1972fe54973567e532ea71" and "ca434ed909ca46a50c952746e0d63b3e8c1a6e1b" have entirely different histories.
54e464d83f
...
ca434ed909
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</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" @row-click="handle">-->
|
||||||
<el-table class="info-table" border v-loading="loading" :data="state.MATERIALRECEIVEACT"
|
<el-table class="info-table" border v-loading="loading" :data="state.MATERIALRECEIVEACT"
|
||||||
highlight-current-row row-key="id" @row-click="handle">
|
highlight-current-row row-key="id">
|
||||||
<el-table-column prop="MATERIALSPECNAME" fixed="left" label="料号" width="100" />
|
<el-table-column prop="MATERIALSPECNAME" fixed="left" label="料号" width="100" />
|
||||||
<el-table-column prop="ERPFACTORY" label="组织" width="100" />
|
<el-table-column prop="ERPFACTORY" label="组织" width="100" />
|
||||||
<el-table-column prop="ERPLOCATION" label="库位" width="180">
|
<el-table-column prop="ERPLOCATION" label="库位" width="180">
|
||||||
@ -744,7 +744,7 @@ async function sendToERP() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
function handle(row: any, event: any, column: any) {
|
/*function handle(row: any, event: any, column: any) {
|
||||||
if (areAllNotEmpty(row.ERPFACTORY)) {
|
if (areAllNotEmpty(row.ERPFACTORY)) {
|
||||||
getERPLocation(row.ERPFACTORY)
|
getERPLocation(row.ERPFACTORY)
|
||||||
} else {
|
} else {
|
||||||
@ -773,7 +773,7 @@ function handle(row: any, event: any, column: any) {
|
|||||||
confirmButtonText: 'OK'
|
confirmButtonText: 'OK'
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/**************************************************公共方法************************************************/
|
/**************************************************公共方法************************************************/
|
||||||
function getStorageSpec(value: any) {
|
function getStorageSpec(value: any) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user