|
@@ -6,7 +6,7 @@
|
|
:maskClosable="false"
|
|
:maskClosable="false"
|
|
:footer="null"
|
|
:footer="null"
|
|
@cancel="cancel"
|
|
@cancel="cancel"
|
|
- width="40%">
|
|
|
|
|
|
+ width="500px">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
<a-form-model
|
|
<a-form-model
|
|
id="chooseCustom-form"
|
|
id="chooseCustom-form"
|
|
@@ -57,8 +57,7 @@ export default {
|
|
return {
|
|
return {
|
|
opened: this.show,
|
|
opened: this.show,
|
|
spinning: false,
|
|
spinning: false,
|
|
- title: '备注',
|
|
|
|
-
|
|
|
|
|
|
+ title: '收款打印状态',
|
|
confirmLoading: false,
|
|
confirmLoading: false,
|
|
formItemLayout: {
|
|
formItemLayout: {
|
|
labelCol: {
|
|
labelCol: {
|
|
@@ -102,6 +101,7 @@ export default {
|
|
cancel () {
|
|
cancel () {
|
|
this.opened = false
|
|
this.opened = false
|
|
this.$emit('cancel')
|
|
this.$emit('cancel')
|
|
|
|
+ this.printStatus = ''
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
}
|
|
}
|
|
},
|
|
},
|