|
|
@@ -288,7 +288,7 @@
|
|
288
|
288
|
<section class="col col-3">
|
|
289
|
289
|
<label class="label">检验机构:<span style="color: red;">*</span></label>
|
|
290
|
290
|
<label class="input">
|
|
291
|
|
- <input type="text" ng-model="qualitycheck.acceptUnite" ng-readonly="isNotEdit" name="acceptUnite"
|
|
|
291
|
+ <input type="text" ng-model="qualitycheck.acceptUnite" ng-readonly="true" name="acceptUnite"
|
|
292
|
292
|
placeholder="检验机构" required>
|
|
293
|
293
|
</label>
|
|
294
|
294
|
</section>
|
|
|
@@ -1815,6 +1815,23 @@
|
|
1815
|
1815
|
</tr>
|
|
1816
|
1816
|
<!--第四3个tr结束 -->
|
|
1817
|
1817
|
</table>
|
|
|
1818
|
+ <!--提交人,提交时间-->
|
|
|
1819
|
+ <fieldset>
|
|
|
1820
|
+ <div class="row">
|
|
|
1821
|
+ <section class="col col-3">
|
|
|
1822
|
+ <label class="label">提交人:</label>
|
|
|
1823
|
+ <label class="input">
|
|
|
1824
|
+ <input type="text" ng-model="qualitycheck.commitPeople" name="commitPeople" ng-readonly="true" required>
|
|
|
1825
|
+ </label>
|
|
|
1826
|
+ </section>
|
|
|
1827
|
+ <section class="col col-3">
|
|
|
1828
|
+ <label class="label">提交时间:</label>
|
|
|
1829
|
+ <label class="input">
|
|
|
1830
|
+ <input type="text" ng-model="qualitycheck.commitTime" name="commitTime" ng-readonly="true" required>
|
|
|
1831
|
+ </label>
|
|
|
1832
|
+ </section>
|
|
|
1833
|
+ </div>
|
|
|
1834
|
+ </fieldset>
|
|
1818
|
1835
|
<!-- 附件 end -->
|
|
1819
|
1836
|
<fieldset>
|
|
1820
|
1837
|
<footer class="modal-footer text-align-center">
|