|
@@ -20,11 +20,12 @@
|
|
|
v-model="jianCeYuan"
|
|
v-model="jianCeYuan"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
:disabled="false"
|
|
:disabled="false"
|
|
|
- template-key="bmrydhksy"
|
|
|
|
|
- style="width: 150px;"
|
|
|
|
|
|
|
+ template-key="xzjcy"
|
|
|
|
|
+ style="width: 150px;margin:auto;"
|
|
|
:multiple="false"
|
|
:multiple="false"
|
|
|
type="dialog"
|
|
type="dialog"
|
|
|
/>
|
|
/>
|
|
|
|
|
+
|
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="visible = false">取 消</el-button>
|
|
<el-button @click="visible = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="submitData('确认')">确认</el-button>
|
|
<el-button type="primary" @click="submitData('确认')">确认</el-button>
|
|
@@ -227,7 +228,9 @@ export default {
|
|
|
/deep/ .el-input__inner {
|
|
/deep/ .el-input__inner {
|
|
|
color: none;
|
|
color: none;
|
|
|
}
|
|
}
|
|
|
|
|
+.dialog-body{
|
|
|
|
|
|
|
|
|
|
+}
|
|
|
.sample-scan .popContainer {
|
|
.sample-scan .popContainer {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
top: 0;
|
|
top: 0;
|