@@ -36,8 +36,9 @@
trigger: 'blur'
}
]"
- >
- <el-input v-model="scope.row.totalCount" type="number" @input="updateTotalPrice(scope.row)"></el-input>
+ >
+ <span v-if="dialogType === 'view'">{{ scope.row.totalCount }}</span>
+ <el-input v-else v-model="scope.row.totalCount" type="number" @input="updateTotalPrice(scope.row)"></el-input>
</el-form-item>
</template>
@@ -665,6 +665,13 @@
showOverflowTooltip: true,
minWidth: 140
},
+ {
+ prop: 'sendTotalCount',
+ label: '发货数量',
+ align: 'center',
+ showOverflowTooltip: true,
+ minWidth: 140
+ },
{
prop: 'inventoryQuantity',
label: '库存状态',