From 1960037887d743ca045c16016d22fa5f11a84e4f Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 15 Oct 2025 17:20:23 +0900 Subject: [PATCH] dbmsv3 init...1 --- app/Views/cells/part/disk_stock.php | 15 +++++++++++++++ app/Views/cells/part/ram_stock.php | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app/Views/cells/part/disk_stock.php create mode 100644 app/Views/cells/part/ram_stock.php diff --git a/app/Views/cells/part/disk_stock.php b/app/Views/cells/part/disk_stock.php new file mode 100644 index 0000000..99f6aaf --- /dev/null +++ b/app/Views/cells/part/disk_stock.php @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +
항목갯수포맷
getHelper()->getFieldView($field, $entity->$field, $partCellDatas) ?>
\ No newline at end of file diff --git a/app/Views/cells/part/ram_stock.php b/app/Views/cells/part/ram_stock.php new file mode 100644 index 0000000..718e7fc --- /dev/null +++ b/app/Views/cells/part/ram_stock.php @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +
항목갯수
getHelper()->getFieldView($field, $entity->$field, $partCellDatas) ?>
\ No newline at end of file