|
@@ -1969,7 +1969,7 @@ $(document).ready(() => {
|
|
|
$('#type-title-contract').text('本期合同计量数量');
|
|
|
$('#type-title-qc').text('本期变更计量数量');
|
|
|
}
|
|
|
- if (stage.im_type === imType.bb.value) {
|
|
|
+ if (stage.im_type === imType.bb.value || stage.im_type === imType.bw.value) {
|
|
|
$('#show-jldy').parent().show();
|
|
|
$('#jldy').parent().show();
|
|
|
$('#show-xm-name').parent().hide();
|
|
@@ -2053,7 +2053,7 @@ $(document).ready(() => {
|
|
|
$('#type-title-contract').text('本期合同计量数量');
|
|
|
$('#type-title-qc').text('本期变更计量数量');
|
|
|
}
|
|
|
- if (stage.im_type === imType.bb.value) {
|
|
|
+ if (stage.im_type === imType.bb.value || stage.im_type === imType.bw.value) {
|
|
|
$('#show-jldy').parent().show();
|
|
|
$('#jldy').parent().show();
|
|
|
$('#show-xm-name').parent().hide();
|