Commit fd7e0bd9 authored by 秦垚玲's avatar 秦垚玲

fix:调整

parent c71f1556
...@@ -501,6 +501,8 @@ ...@@ -501,6 +501,8 @@
.showForm3{ .showForm3{
display: none; display: none;
} }
</style> </style>
</head> </head>
...@@ -641,14 +643,14 @@ ...@@ -641,14 +643,14 @@
<label class="form-label"><span class="required">*</span>文件格式:</label> <label class="form-label"><span class="required">*</span>文件格式:</label>
<div class="radio-group"> <div class="radio-group">
<label <label
><input type="radio" name="direction" checked value="all" /> ><input type="radio" name="direction" checked value="PDF" />
PDF</label PDF</label
> >
<label <label
><input type="radio" name="direction" value="in" /> OFD</label ><input type="radio" name="direction" value="OFD" /> OFD</label
> >
<label <label
><input type="radio" name="direction" value="out" /> PDF+OFD</label ><input type="radio" name="direction" value="PDF+OFD" /> PDF+OFD</label
> >
</div> </div>
</div> </div>
...@@ -657,8 +659,8 @@ ...@@ -657,8 +659,8 @@
<div class="form-row mt-24"> <div class="form-row mt-24">
<label class="form-label"><span class="required">*</span>合并下载:</label> <label class="form-label"><span class="required">*</span>合并下载:</label>
<div class="radio-group"> <div class="radio-group">
<label><input type="radio" name="reverse" checked /></label> <label><input type="radio" name="reverse" checked value="1"/></label>
<label><input type="radio" name="reverse" /></label> <label><input type="radio" name="reverse" value="2"/></label>
</div> </div>
</div> </div>
</div> </div>
...@@ -667,8 +669,8 @@ ...@@ -667,8 +669,8 @@
<div class="form-row mt-24"> <div class="form-row mt-24">
<label class="form-label">回单类型:</label> <label class="form-label">回单类型:</label>
<div class="radio-group"> <div class="radio-group">
<label><input type="radio" name="reverse" checked /> 付款回单</label> <label><input type="radio" name="reverse2" checked value="1"/> 付款回单</label>
<label><input type="radio" name="reverse" /> 收款回单</label> <label><input type="radio" name="reverse2" value="2"/> 收款回单</label>
</div> </div>
</div> </div>
</div> </div>
...@@ -708,14 +710,14 @@ ...@@ -708,14 +710,14 @@
<label class="form-label"><span class="required">*</span>文件格式:</label> <label class="form-label"><span class="required">*</span>文件格式:</label>
<div class="radio-group"> <div class="radio-group">
<label <label
><input type="radio" name="direction" checked value="all" /> ><input type="radio" name="direction1" checked value="PDF" />
PDF</label PDF</label
> >
<label <label
><input type="radio" name="direction" value="in" /> OFD</label ><input type="radio" name="direction1" value="OFD" /> OFD</label
> >
<label <label
><input type="radio" name="direction" value="out" /> PDF+OFD</label ><input type="radio" name="direction1" value="PDF+OFD" /> PDF+OFD</label
> >
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment