@@ -459,7 +459,7 @@ export default {
this.modelRightTableData.forEach((r) => {
this.modelLeftTableData.forEach((l) => {
if (r.id == l.id) {
- if (r.remain_num < l.remain_num) {
+ if (r.remain_num > l.remain_num) {
ifTrue = 1;
}
@@ -103,6 +103,7 @@
show-elevator
:total="leftTotal"
show-sizer
+ :transfer="true"
:page-size="leftPageSize"
/>
</div>
@@ -1,6 +1,6 @@
<template>
<div>
- <Toptitle title="生产清代单"></Toptitle>
+ <Toptitle title="生产清点单"></Toptitle>
<div class="content">
<Form :label-width='100' class="form_content">
<FormItem label='项目编码:'>