From d29ae02c19fc3bf892d45b05d994f254999056f1 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Fri, 28 Jun 2019 16:21:09 +0800 Subject: [PATCH] 14 --- public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html | 24 ++++++++++++++++++++++++ public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html index d36c052..5771a0d 100755 --- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html +++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_add.html @@ -336,6 +336,30 @@ text: '五年级' },{ text: '六年级' + },{ + text: '初一' + },{ + text: '初二' + },{ + text: '初三' + },{ + text: '高一' + },{ + text: '高二' + },{ + text: '高三' + },{ + text: '小学' + },{ + text: '初中' + },{ + text: '高中' + },{ + text: '学龄前' + },{ + text: '3-6年级' + },{ + text: '1-2年级' },]); }); })(mui, document); diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html index e4783b2..d192783 100755 --- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html +++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html @@ -358,6 +358,30 @@ text: '五年级' },{ text: '六年级' + },{ + text: '初一' + },{ + text: '初二' + },{ + text: '初三' + },{ + text: '高一' + },{ + text: '高二' + },{ + text: '高三' + },{ + text: '小学' + },{ + text: '初中' + },{ + text: '高中' + },{ + text: '学龄前' + },{ + text: '3-6年级' + },{ + text: '1-2年级' },]); }); })(mui, document); -- libgit2 0.24.0