| src/views/inventoryManagement/dispatchLog/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/inventoryManagement/issueManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/inventoryManagement/receiptManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/inventoryManagement/stockManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/inventoryManagement/dispatchLog/index.vue
@@ -136,12 +136,8 @@ <el-table-column label="规格型号" prop="specificationModel" show-overflow-tooltip /> <el-table-column label="单位" prop="unit" width="80" show-overflow-tooltip /> <el-table-column label="出库数量" prop="inboundNum" width="100" show-overflow-tooltip /> <el-table-column label="单价(元)" prop="unitPrice" width="150"></el-table-column> <el-table-column label="总价(元)" prop="totalPrice" width="150"></el-table-column> <!--<!– <el-table-column label="含税单价(元)" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="税率(%)" prop="taxRate" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="不含税总价(元)" prop="taxExclusiveTotalPrice" width="180" show-overflow-tooltip />–>--> <el-table-column label="含税单价(元)" prop="taxInclusiveUnitPrice" width="150"></el-table-column> <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="150"></el-table-column> <el-table-column label="出库人" prop="createBy" width="80" show-overflow-tooltip /> </el-table> <pagination src/views/inventoryManagement/issueManagement/index.vue
@@ -100,11 +100,9 @@ <el-table-column label="规格型号" prop="specificationModel" show-overflow-tooltip /> <el-table-column label="单位" prop="unit" width="70" show-overflow-tooltip /> <el-table-column label="入库数量" prop="inboundNum" width="90" show-overflow-tooltip /> <!-- <!– <el-table-column label="含税单价" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />–> <!– <el-table-column label="含税总价" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />–> <!– <el-table-column label="税率(%)" prop="taxRate" width="80" show-overflow-tooltip />–> <!– <el-table-column label="不含税总价" prop="taxExclusiveTotalPrice" width="100" show-overflow-tooltip />–> --> <!-- <el-table-column label="入库人" prop="createBy" width="80" show-overflow-tooltip /> --> <el-table-column label="剩余库存" prop="inboundNum0" width="90" show-overflow-tooltip /> <el-table-column label="含税单价(元)" prop="taxInclusiveUnitPrice" width="150"></el-table-column> <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="150"></el-table-column> <el-table-column fixed="right" label="操作" min-width="60" align="center"> <template #default="scope"> <el-button link type="primary" size="small" @click="openForm(scope.row);">领用</el-button> src/views/inventoryManagement/receiptManagement/index.vue
@@ -106,8 +106,8 @@ <el-table-column label="规格型号" prop="specificationModel" show-overflow-tooltip /> <el-table-column label="单位" prop="unit" width="70" show-overflow-tooltip /> <el-table-column label="入库数量" prop="inboundNum" width="90" show-overflow-tooltip /> <el-table-column label="单价(元)" prop="unitPrice" width="150"></el-table-column> <el-table-column label="总价(元)" prop="totalPrice" width="150"></el-table-column> <el-table-column label="含税单价(元)" prop="taxInclusiveUnitPrice" width="150"></el-table-column> <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="150"></el-table-column> <!--<!– <el-table-column label="含税单价" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="含税总价" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="税率(%)" prop="taxRate" width="80" show-overflow-tooltip />–>--> src/views/inventoryManagement/stockManagement/index.vue
@@ -28,7 +28,7 @@ </div> <div> <el-button @click="handleOut">导出</el-button> <el-button type="danger" plain @click="handleDelete">删除</el-button> <!-- <el-button type="danger" plain @click="handleDelete">删除</el-button>--> </div> </div> <div class="table_list"> @@ -88,7 +88,7 @@ </div> <div> <el-button @click="handleOut">导出</el-button> <el-button type="danger" plain @click="handleDelete">删除</el-button> <!-- <el-button type="danger" plain @click="handleDelete">删除</el-button>--> </div> </div> <div class="table_list"> @@ -105,8 +105,8 @@ <el-table-column label="库存数量" prop="inboundNum" width="100" show-overflow-tooltip /> <el-table-column label="已出库数量" prop="totalInboundNum" show-overflow-tooltip /> <el-table-column label="待出库数量" prop="inboundNum0" show-overflow-tooltip /> <el-table-column label="单价(元)" prop="unitPrice" width="150"></el-table-column> <el-table-column label="总价(元)" prop="totalPrice" width="150"></el-table-column> <el-table-column label="含税单价(元)" prop="taxInclusiveUnitPrice" width="150"></el-table-column> <el-table-column label="含税总价(元)" prop="taxInclusiveTotalPrice" width="150"></el-table-column> <!-- <el-table-column label="库存预警数量" prop="warnNum" width="130" show-overflow-tooltip /> <el-table-column label="入库人" prop="createBy" width="80" show-overflow-tooltip /> --> <el-table-column fixed="right" label="操作" min-width="60" align="center"> @@ -147,7 +147,7 @@ </div> <div> <el-button @click="handleOut">导出</el-button> <el-button type="danger" plain @click="handleDelete">删除</el-button> <!-- <el-button type="danger" plain @click="handleDelete">删除</el-button>--> </div> </div> <div class="table_list">