diff --git a/src/views/wms/instockOrderCopy/inAndOut.vue b/src/views/wms/instockOrderCopy/inAndOut.vue new file mode 100644 index 0000000..7e5fb61 --- /dev/null +++ b/src/views/wms/instockOrderCopy/inAndOut.vue @@ -0,0 +1,1505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + 新增 + + + 修改 + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 审批 + + + 修改 + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + 打印 + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关联 + + + + + + + + + + + + + + + + + + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.purchaseQty || '-' }} + + + + + {{ scope.row.instockedQty || 0 }} + + + + + {{ scope.row.remainingQty || (scope.row.purchaseQty - (scope.row.instockedQty || 0)) }} + + + + + + validateQty(scope.row, val)" + style="width: 100%" + /> + {{ scope.row.instockQty }} + + + + + + + + + + + + + + + + + + + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ dict.label }} + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + + + + + + 配置条码 + + + + + + + + + + + + + + 平均分包 + 自定义每包数量 + + + + + + + + 第{{index + 1}}包: + {{qty}}个 + + + 总计:{{averageTotal}} / {{remainingQty}} + + + + + + + + + 第{{index + 1}}包: + + + + 总计:{{totalPackageQty}} / {{remainingQty}} + + + + + + + + + + + + + + + + + + + + 取消 + 保存 + + + + + + + + + + + + + + diff --git a/src/views/wms/inventory/selectInventoryInWMS.vue b/src/views/wms/inventory/selectInventoryInWMS.vue new file mode 100644 index 0000000..9f907e7 --- /dev/null +++ b/src/views/wms/inventory/selectInventoryInWMS.vue @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file