按钮改名

product
bawei 2 years ago
parent b0738534e7
commit 48413eaf7b

@ -182,7 +182,7 @@
</el-row> </el-row>
<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="dataFormSubmit()" v-if="!isDetail" :disabled="submitDisabled"> </el-button> <el-button type="primary" @click="dataFormSubmit()" v-if="!isDetail" :disabled="submitDisabled"> </el-button>
<!-- <el-button type="primary" @click="continueUpload()"> </el-button>--> <!-- <el-button type="primary" @click="continueUpload()"> </el-button>-->
</span> </span>
</el-dialog> </el-dialog>
@ -578,7 +578,7 @@
this.$message({ this.$message({
message: '采购订单已经生成,现在是待开票状态', message: '采购订单已经生成,现在是待开票状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -586,7 +586,7 @@
this.$message({ this.$message({
message: '采购订单已经生成,现在是开票中状态', message: '采购订单已经生成,现在是开票中状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -594,7 +594,7 @@
this.$message({ this.$message({
message: '采购订单已经生成,现在是已入库状态', message: '采购订单已经生成,现在是已入库状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -602,7 +602,7 @@
this.$message({ this.$message({
message: '采购订单已经生成,现在是归档状态', message: '采购订单已经生成,现在是归档状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -614,7 +614,7 @@
this.$message({ this.$message({
message: '销售订单已经生成,现在是待发货状态', message: '销售订单已经生成,现在是待发货状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -622,7 +622,7 @@
this.$message({ this.$message({
message: '销售订单已经生成,现在是待开票状态', message: '销售订单已经生成,现在是待开票状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -630,7 +630,7 @@
this.$message({ this.$message({
message: '销售订单已经生成,现在是待回款状态', message: '销售订单已经生成,现在是待回款状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }
@ -638,7 +638,7 @@
this.$message({ this.$message({
message: '销售订单已经生成,现在是归档状态', message: '销售订单已经生成,现在是归档状态',
type: 'success', type: 'success',
duration: 1000 duration: 2500
}) })
return return
} }

Loading…
Cancel
Save