From 93980546ddb78e0262c282197caea386f8e6a58b Mon Sep 17 00:00:00 2001 From: NAS-Admin Date: Sat, 14 Mar 2026 23:10:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laptops.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/laptops.php b/laptops.php index 7054345..88e39fd 100644 --- a/laptops.php +++ b/laptops.php @@ -539,28 +539,27 @@ - +
-
-

Model Base Info (Read - Only)

+
+

Model Base Info (Editable)

- +
- +
- +
@@ -842,6 +841,7 @@ this.formData.hdd1_capacity = model.hdd1_capacity || this.formData.hdd1_capacity; this.formData.power_rating = model.power_rating || this.formData.power_rating; this.formData.options = model.options || this.formData.options; + this.formData.purchase_date = model.purchase_date || this.formData.purchase_date; this.formData.manufacturer = model.manufacturer; this.formData.product_name = model.product_name || this.formData.product_name; this.formData.vendor = model.vendor || this.formData.vendor;