Browse Source

修复零担计算

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
46491b8134
  1. 4
      src/views/distribution/turndelivery/devtmp.vue

4
src/views/distribution/turndelivery/devtmp.vue

@ -729,7 +729,7 @@
<el-table-column fixed="right" label="数量操作"> <el-table-column fixed="right" label="数量操作">
<template #default="scope"> <template #default="scope">
<el-input-number <el-input-number
v-if="!RouteId" v-if="!QuantityEntryStatus"
size="small" size="small"
v-model="scope.row.number" v-model="scope.row.number"
@change="isZeroNumber(scope.row)" @change="isZeroNumber(scope.row)"
@ -847,6 +847,7 @@ const isZeroTable = ref([]); //零担表格
const comprehensive = ref(false); //, const comprehensive = ref(false); //,
const QuantityEntryStatus = ref(false); // const QuantityEntryStatus = ref(false); //
const TCzj = ref(); // const TCzj = ref(); //
const inputValue = ref('number'); //
// //
// //
// //
@ -1875,6 +1876,7 @@ const ViewEvent = val => {
} }
editLoading.value = false; // editLoading.value = false; //
}; };
//
// //
const Entering = val => { const Entering = val => {

Loading…
Cancel
Save