Parcourir la source

fix: 给把购销合同台账的以下属性设置为必录:年度轮换计划通知文号、委托轮换协议号、轮换年度 共三个;

maopixin il y a 2 ans
Parent
commit
057ab87c2a

+ 6 - 6
src/main/resources/static/app/business/purchase/views/add.html

@@ -20,15 +20,15 @@
20
                                 <fieldset>
20
                                 <fieldset>
21
                                     <div class="row">
21
                                     <div class="row">
22
                                         <section class="col col-3">
22
                                         <section class="col col-3">
23
-                                            <label class="label">年度轮换计划通知文号:</label> 
23
+                                            <label class="label">年度轮换计划通知文号:<span style="color: red;">*</span></label> 
24
                                             <label class="input"> 
24
                                             <label class="input"> 
25
-                                                <input class="form-control" type="text" ng-model="form.ndlhjhtzwh" name="ndlhjhtzwh" ng-disabled="disabled" >
25
+                                                <input class="form-control" type="text" ng-model="form.ndlhjhtzwh" name="ndlhjhtzwh" ng-disabled="disabled" required>
26
                                             </label>
26
                                             </label>
27
                                         </section>
27
                                         </section>
28
                                         <section class="col col-3">
28
                                         <section class="col col-3">
29
-                                            <label class="label txt-bg-red">委托轮换协议号:</label> 
29
+                                            <label class="label txt-bg-red">委托轮换协议号:<span style="color: red;">*</span></label> 
30
                                             <label class="input"> 
30
                                             <label class="input"> 
31
-                                                <input class="form-control" type="text" ng-model="form.wtlhxyh" name="wtlhxyh" ng-disabled="disabled" 
31
+                                                <input class="form-control" type="text" ng-model="form.wtlhxyh" name="wtlhxyh" ng-disabled="disabled" required
32
                                                 >
32
                                                 >
33
                                             </label>
33
                                             </label>
34
                                         </section>
34
                                         </section>
@@ -39,9 +39,9 @@
39
                                             </label>
39
                                             </label>
40
                                         </section>
40
                                         </section>
41
                                         <section class="col col-3">
41
                                         <section class="col col-3">
42
-                                            <label class="label">轮换年度:</label> 
42
+                                            <label class="label">轮换年度:<span style="color: red;">*</span></label> 
43
                                             <label class="input"> 
43
                                             <label class="input"> 
44
-                                                <input class="form-control" type="text" ng-model="form.lhnd" name="lhnd" ng-disabled="disabled" >
44
+                                                <input class="form-control" type="text" ng-model="form.lhnd" name="lhnd" ng-disabled="disabled" required>
45
                                             </label>
45
                                             </label>
46
                                         </section>
46
                                         </section>
47
                                     </div>
47
                                     </div>