正在显示
1 个修改的文件
包含
8 行增加
和
8 行删除
@@ -45,31 +45,31 @@ | @@ -45,31 +45,31 @@ | ||
45 | id="serial_number" required value="" placeholder="请输入设备锁编号"/> | 45 | id="serial_number" required value="" placeholder="请输入设备锁编号"/> |
46 | </td> | 46 | </td> |
47 | <th width="80">设备MAC地址<span class="form-required">*</span></th> | 47 | <th width="80">设备MAC地址<span class="form-required">*</span></th> |
48 | - <td><input class="form-control" type="text" name="test_oil_name" id="test_oil_name" value="" | 48 | + <td><input class="form-control" type="text" name="mac_address" id="mac_address" value="" |
49 | placeholder="请输入设备MAC地址" required></td> | 49 | placeholder="请输入设备MAC地址" required></td> |
50 | </tr> | 50 | </tr> |
51 | <tr> | 51 | <tr> |
52 | <th width="80">设备锁名称<span class="form-required">*</span></th> | 52 | <th width="80">设备锁名称<span class="form-required">*</span></th> |
53 | <td> | 53 | <td> |
54 | - <input class="form-control" type="text" name="test_phone1" id="test_phone1" value="" | 54 | + <input class="form-control" type="text" name="name" id="name" value="" |
55 | placeholder="请输入设备锁名称" required> | 55 | placeholder="请输入设备锁名称" required> |
56 | </td> | 56 | </td> |
57 | <th width="80">所属医院</th> | 57 | <th width="80">所属医院</th> |
58 | <td> | 58 | <td> |
59 | - <input class="form-control" type="text" name="test_phone2" id="test_phone2" value="" | 59 | + <input class="form-control" type="text" name="hospital" id="hospital" value="" |
60 | placeholder="请输入所属医院"> | 60 | placeholder="请输入所属医院"> |
61 | </td> | 61 | </td> |
62 | </tr> | 62 | </tr> |
63 | <tr> | 63 | <tr> |
64 | <th width="80">备注<span class="form-required">*</span></th> | 64 | <th width="80">备注<span class="form-required">*</span></th> |
65 | <td> | 65 | <td> |
66 | - <input class="form-control" type="text" name="test_company" id="test_company" | 66 | + <input class="form-control" type="text" name="note" id="note" |
67 | placeholder="请填写备注" required> | 67 | placeholder="请填写备注" required> |
68 | </td> | 68 | </td> |
69 | <th width="80">导入时间<span class="form-required">*</span></th> | 69 | <th width="80">导入时间<span class="form-required">*</span></th> |
70 | <td> | 70 | <td> |
71 | - <input class="form-control" name="test_people" id="test_people" | ||
72 | - placeholder="请填写送样人" required> | 71 | + <input class="form-control" name="create_time" id="create_time" |
72 | + value="{:date('Y-m-d H:i:s',time())}" required> | ||
73 | </td> | 73 | </td> |
74 | </tr> | 74 | </tr> |
75 | 75 | ||
@@ -84,8 +84,8 @@ | @@ -84,8 +84,8 @@ | ||
84 | <script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script> | 84 | <script type="text/javascript" src="__STATIC__/js/ueditor/ueditor.all.min.js"></script> |
85 | <script type="text/javascript"> | 85 | <script type="text/javascript"> |
86 | function confirm() { | 86 | function confirm() { |
87 | - var selectedCategoriesId = []; | ||
88 | - var selectedCategoriesName = []; | 87 | + var serial_number = []; |
88 | + var test_oil_name = []; | ||
89 | var selectedCategories = []; | 89 | var selectedCategories = []; |
90 | 90 | ||
91 | return { | 91 | return { |
-
请 注册 或 登录 后发表评论