|
|
|
@ -642,6 +642,12 @@
|
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
|
|
export default { |
|
|
|
|
name: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
|
|
import { ref, reactive, onMounted, computed, watch, nextTick } from 'vue'; |
|
|
|
|
import { useRoute, useRouter } from 'vue-router'; |
|
|
|
@ -2344,14 +2350,12 @@ const SubmitLoad = () => {
|
|
|
|
|
// message: item.firsts + item.reservationNum + ':最大值:不能超过(可用数量)', |
|
|
|
|
// type: 'warning', |
|
|
|
|
// }); |
|
|
|
|
|
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// console.log(dataInfo.value[dataId.value], '当前零担信息'); |
|
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
// 操作数量最小值校验 冻结数量+出库数量 |
|
|
|
|
// for (const item of isZeroTable.value) { |
|
|
|
|
// if (item.number < item.deliveryQuantity + item.outboundQuantity) { |
|
|
|
|