全部修改成2500

product
bawei 2 years ago
parent 9d7c523501
commit 9294b5d0ad

@ -132,7 +132,7 @@ export default {
fileList.filter(o => o.uid != file.uid)
this.$emit('input', this.fileList)
this.$emit('change', this.fileList)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handleExceed(files, fileList) {

@ -131,7 +131,7 @@ export default {
fileList.filter(o => o.uid != file.uid)
this.$emit('input', this.fileList)
this.$emit('change', this.fileList)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handleExceed(files, fileList) {

@ -131,7 +131,7 @@ export default {
fileList.filter(o => o.uid != file.uid)
this.$emit('input', this.fileList)
this.$emit('change', this.fileList)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handleExceed(files, fileList) {

@ -131,7 +131,7 @@ export default {
fileList.filter(o => o.uid != file.uid)
this.$emit('input', this.fileList)
this.$emit('change', this.fileList)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handleExceed(files, fileList) {

@ -120,7 +120,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -904,7 +904,7 @@ export default {
this.$message({
message: '固定值请输入数字或者英文字母',
type: 'error',
duration: 1500,
duration: 2500,
})
}
}
@ -1025,4 +1025,4 @@ export default {
}
}
}
</style>
</style>

@ -78,7 +78,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500
duration: 2500
})
if (!this.userInfo.signImg) this.$store.commit('user/SET_USERINFO_SIGNIMG', this.signImg)
}
@ -139,4 +139,4 @@ export default {
pointer-events: none;
}
}
</style>
</style>

@ -371,7 +371,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.planList.splice(i, 1)
}
@ -421,7 +421,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500
duration: 2500
})
}).catch(() => {
this.saveBtnLoading = false
@ -562,4 +562,4 @@ export default {
text-align: center;
}
}
</style>
</style>

@ -68,7 +68,7 @@ export default {
this.imageUrl = res.data.url;
this.$emit('input', res.data.url)
} else {
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handlePictureCardPreview() {
@ -132,4 +132,4 @@ export default {
}
}
}
</style>
</style>

@ -53,7 +53,7 @@ export default {
this.$emit('input', res.data.name)
} else {
this.fileList = fileList.filter(o => o.uid != file.uid)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
beforeRemove(file, fileList) {
@ -61,4 +61,4 @@ export default {
}
}
}
</script>
</script>

@ -129,7 +129,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.$emit('read', true)
for (let i = 0; i < this.list.length; i++) {
@ -247,4 +247,4 @@ export default {
}
}
}
</style>
</style>

@ -335,7 +335,7 @@ export default {
})
} else {
fileList = []
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
this.$refs.upload.clearFiles()
},
@ -740,4 +740,4 @@ export default {
.el-popover {
z-index: 30000 !important;
}
</style>
</style>

@ -105,7 +105,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.closeDialog(true)
}
@ -169,4 +169,4 @@ export default {
return component
}
}
}
}

@ -5,7 +5,7 @@ function clipboardSuccess() {
Vue.prototype.$message({
message: '复制成功!',
type: 'success',
duration: 1500
duration: 2500
})
}

@ -59,7 +59,7 @@ service.interceptors.response.use(
message({
message: res.msg || '请求出错,请重试',
type: 'error',
duration: 1500,
duration: 2500,
onClose: () => {
if (url.indexOf('/api/oauth/Login') < 0 && url.indexOf('/api/oauth/LockScreen') < 0 && (res.code === 600 || res.code === 601 || res.code === 602)) {
// 600登录过期,请重新登录 601: 您的帐号在其他地方已登录,被强制踢出 602: Token验证失败
@ -84,10 +84,10 @@ service.interceptors.response.use(
message({
message: '请求出错,请重试',
type: 'error',
duration: 1500
duration: 2500
})
return Promise.reject(error)
}
)
export default service
export default service

@ -111,7 +111,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.$store.commit('base/SET_DICTIONARY_LIST', [])
this.visible = false

@ -133,7 +133,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.$store.commit('base/SET_DICTIONARY_LIST', [])
this.getDictionaryList()
@ -144,4 +144,4 @@ export default {
}
}
}
</script>
</script>

@ -56,7 +56,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
if (callback && typeof callback === "function") callback()
this.btnLoading = false
@ -77,4 +77,4 @@ export default {
}
}
}
</script>
</script>

@ -176,7 +176,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
if (callback && typeof callback === "function") callback()
this.visible = false
@ -192,4 +192,4 @@ export default {
}
}
}
</script>
</script>

@ -412,7 +412,7 @@ export default {
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -423,7 +423,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -103,7 +103,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.$store.dispatch('user/resetToken').then(() => {
this.$router.push(`/login`)

@ -228,7 +228,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500
duration: 2500
})
this.$emit('updateInfo')
this.$store.commit('user/SET_USERINFO_USERNAME', this.form2.realName)
@ -246,4 +246,4 @@ export default {
padding-top: 0 !important;
}
}
</style>
</style>

@ -244,7 +244,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose() {
location.reload()
}

@ -74,7 +74,7 @@ export default {
this.$message({
message: '请输入数字或者英文字母',
type: 'error',
duration: 1500,
duration: 2500,
})
return
}

@ -89,7 +89,7 @@ export default {
this.listLoading = false
})
},
//
//
addHandle() {
this.$confirm('您确定要创建10000条数据吗, 是否继续?', '提示', {
type: 'warning'
@ -99,7 +99,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
})
this.btnLoading = false
this.initData()
@ -108,4 +108,4 @@ export default {
}
}
}
</script>
</script>

@ -56,7 +56,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.$emit('refresh')
@ -66,4 +66,4 @@ export default {
}
}
}
</script>
</script>

@ -49,7 +49,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.$emit('refresh')
@ -59,4 +59,4 @@ export default {
}
}
}
</script>
</script>

@ -97,7 +97,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
}
@ -114,7 +114,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
})
this.testLoad = false
}).catch(() => {
@ -125,4 +125,4 @@ export default {
}
}
}
</script>
</script>

@ -28,9 +28,9 @@
</el-select>
</el-form-item>
<el-form-item class="add">
<el-link @click="showCC=!showCC;dataForm.cc=[]">{{showCC?'':''}}</el-link>
<el-link @click="showCC=!showCC,dataForm.cc=[]">{{showCC?'':''}}</el-link>
&nbsp;-&nbsp;
<el-link @click="showBCC=!showBCC;dataForm.bcc=[]">{{showBCC?'':''}}</el-link>
<el-link @click="showBCC=!showBCC,dataForm.bcc=[]">{{showBCC?'':''}}</el-link>
</el-form-item>
<el-form-item label="主题" prop="subject">
<el-input v-model="dataForm.subject" placeholder="输入主题" />
@ -126,7 +126,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
isSend ? (this.sendLoading = false) : (this.saveLoading = false)
this.$emit('refresh', isSend)
@ -158,4 +158,4 @@ export default {
line-height: 1;
}
}
</style>
</style>

@ -97,7 +97,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -133,4 +133,4 @@ export default {
}
}
}
</style>
</style>

@ -298,7 +298,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -334,4 +334,4 @@ export default {
}
}
}
</style>
</style>

@ -49,7 +49,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -92,4 +92,4 @@ export default {
}
}
}
</style>
</style>

@ -39,7 +39,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -66,4 +66,4 @@ export default {
}
}
}
</style>
</style>

@ -76,7 +76,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -126,4 +126,4 @@ export default {
}
}
}
</style>
</style>

@ -103,7 +103,7 @@ export default {
// this.$message({
// message: '',
// type: 'success',
// duration: 1500,
// duration: 2500,
// })
}
})
@ -140,4 +140,4 @@ export default {
}
}
}
</style>
</style>

@ -248,7 +248,7 @@ export default {
this.$message({
message: '验证成功',
type: 'success',
duration: 1500,
duration: 2500,
})
}
})
@ -274,4 +274,4 @@ export default {
}
}
}
</style>
</style>

@ -249,7 +249,7 @@ export default {
this.$message({
message: '验证成功',
type: 'success',
duration: 1500,
duration: 2500,
})
}
})
@ -275,4 +275,4 @@ export default {
}
}
}
</style>
</style>

@ -231,7 +231,7 @@ export default {
PrevInfo(this.dataForm.id).then(res => {
if (!res.data) {
this.loading = false
this.$message({ message: '第一单了哦', type: 'warning', duration: 1500 })
this.$message({ message: '第一单了哦', type: 'warning', duration: 2500 })
return
}
this.dataForm = res.data
@ -251,7 +251,7 @@ export default {
NextInfo(this.dataForm.id).then(res => {
if (!res.data) {
this.loading = false
this.$message({ message: '最后一单了哦', type: 'warning', duration: 1500 })
this.$message({ message: '最后一单了哦', type: 'warning', duration: 2500 })
return
}
this.dataForm = res.data
@ -299,7 +299,7 @@ export default {
if (res.data && res.data.url) {
this.jnpf.downloadFile(res.data.url)
} else {
this.$message({ message: '导出失败', type: 'error', duration: 1500 })
this.$message({ message: '导出失败', type: 'error', duration: 2500 })
}
})
},

@ -151,7 +151,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -164,4 +164,4 @@ export default {
}
}
}
</script>
</script>

@ -165,7 +165,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -189,4 +189,4 @@ export default {
}
}
}
</script>
</script>

@ -350,7 +350,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.btnLoading = false
this.$emit('close', true)
@ -419,4 +419,4 @@ export default {
.goods-popper {
width: 400px !important;
}
</style>
</style>

@ -118,7 +118,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -137,7 +137,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
})
this.visible = false
this.$emit('refreshDataList')
@ -146,4 +146,4 @@ export default {
},
}
}
</script>
</script>

@ -115,7 +115,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -128,4 +128,4 @@ export default {
}
}
}
</script>
</script>

@ -112,7 +112,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.$emit('refreshDataList')
@ -124,7 +124,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.$emit('refreshDataList')
@ -137,4 +137,4 @@ export default {
},
}
}
</script>
</script>

@ -66,7 +66,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.getList()
this.text = ''
@ -113,4 +113,4 @@ export default {
}
}
}
</style>
</style>

@ -148,7 +148,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.closeDialog(true)
}

@ -186,7 +186,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -128,7 +128,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.closeDialog(true)
}
@ -158,4 +158,4 @@ export default {
}
}
}
</script>
</script>

@ -112,7 +112,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -282,7 +282,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -320,7 +320,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.btnLoading = false
this.active = 0

@ -105,7 +105,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -226,7 +226,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.$store.commit('generator/SET_COMPANY_TREE', [])
this.$store.commit('generator/SET_DEP_TREE', [])

@ -93,7 +93,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -108,4 +108,4 @@ export default {
}
}
}
</script>
</script>

@ -146,7 +146,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -255,7 +255,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -277,4 +277,4 @@ export default {
.main {
padding: 10px 30px 0;
}
</style>
</style>

@ -106,7 +106,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -154,7 +154,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.$store.commit('generator/SET_COMPANY_TREE', [])
this.$store.commit('generator/SET_DEP_TREE', [])

@ -117,7 +117,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -232,7 +232,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -133,7 +133,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -145,4 +145,4 @@ export default {
}
}
}
</script>
</script>

@ -102,7 +102,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -117,4 +117,4 @@ export default {
}
}
}
</script>
</script>

@ -269,7 +269,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -154,7 +154,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -166,4 +166,4 @@ export default {
}
}
}
</script>
</script>

@ -366,7 +366,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -98,7 +98,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false

@ -282,7 +282,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}
@ -298,7 +298,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -104,7 +104,7 @@ export default {
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -115,7 +115,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}
@ -131,7 +131,7 @@ export default {
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}

@ -61,7 +61,7 @@ export default {
this.$message({
message: res.msg,
type: 'success',
duration: 1500,
duration: 2500,
onClose: () => {
this.visible = false
this.btnLoading = false
@ -73,4 +73,4 @@ export default {
}
}
}
</script>
</script>

@ -210,7 +210,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -245,7 +245,7 @@ width="150" >
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}

@ -316,7 +316,7 @@
this.$message({
type: 'error',
message: '已认款无法删除',
duration: 1500,
duration: 2500,
})
return
}
@ -347,7 +347,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -388,7 +388,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -411,7 +411,7 @@
this.$message({
type: 'error',
message: '请选择单条数据',
duration: 1500
duration: 2500
})
}
},
@ -420,7 +420,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -442,7 +442,7 @@
this.$message({
type: 'error',
message: '请选择单条数据',
duration: 1500
duration: 2500
})
}
}
@ -461,7 +461,7 @@
this.$message({
type: 'error',
message: msg +'无法编辑',
duration: 1500
duration: 2500
});
return
}

@ -368,7 +368,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -277,7 +277,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -604,7 +604,7 @@
this.$message({
type: 'error',
message: '发票金额不得大于订单金额',
duration: 1500
duration: 2500
})
return
}

@ -677,7 +677,7 @@
this.$message({
type: 'error',
message: '发票金额不得大于订单金额',
duration: 1500
duration: 2500
})
return
}

@ -328,7 +328,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -358,7 +358,7 @@
this.$message({
type: 'error',
message: '审批中或已审批无法编辑',
duration: 1500,
duration: 2500,
});
return
}

@ -222,7 +222,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}

@ -307,7 +307,7 @@ width="150" >
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}

@ -246,7 +246,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -223,7 +223,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -209,7 +209,7 @@ export default {
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}

@ -312,7 +312,7 @@
this.$message({
type: 'error',
message: '已提交或认款的付款单无法删除',
duration: 1500,
duration: 2500,
})
return
}
@ -343,7 +343,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -370,7 +370,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -378,7 +378,7 @@
this.$message({
type: 'error',
message: '已提交,无需再次提交',
duration: 1500,
duration: 2500,
})
return
}
@ -386,7 +386,7 @@
this.$message({
type: 'error',
message: '已认款,无需再次提交',
duration: 1500,
duration: 2500,
})
return
}
@ -394,7 +394,7 @@
this.$message({
type: 'error',
message: '请先输入付款金额',
duration: 1500,
duration: 2500,
})
return
}
@ -419,7 +419,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -427,7 +427,7 @@
this.$message({
type: 'error',
message: '付款提交中',
duration: 1500,
duration: 2500,
})
return
}
@ -435,7 +435,7 @@
this.$message({
type: 'error',
message: '已认款',
duration: 1500,
duration: 2500,
})
return
}
@ -443,7 +443,7 @@
this.$message({
type: 'error',
message: '请先输入付款金额',
duration: 1500,
duration: 2500,
})
return
}

@ -554,7 +554,7 @@
this.$message({
type: 'error',
message: '该磅单已生成采购或销售无法删除',
duration: 1500,
duration: 2500,
})
return
}
@ -585,7 +585,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -631,7 +631,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -675,7 +675,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -719,7 +719,7 @@
this.$message({
type: 'error',
message: '已' + msg +'无法编辑',
duration: 1500
duration: 2500
});
return
}

@ -284,7 +284,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -652,7 +652,7 @@
this.$message({
type: 'error',
message: '发票金额不得大于订单金额',
duration: 1500
duration: 2500
})
return
}

@ -315,7 +315,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}
@ -372,14 +372,14 @@
this.$message({
type: 'error',
message: '未开具发票,无需退货',
duration: 1500
duration: 2500
});
return
}else if(row.status == '3'){
this.$message({
type: 'error',
message: '已归档,无需退货',
duration: 1500
duration: 2500
});
return
}else{
@ -408,7 +408,7 @@
this.$message({
type: 'error',
message: '已' + msg +'无法删除',
duration: 1500
duration: 2500
});
return
}
@ -439,7 +439,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}
@ -483,7 +483,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}
@ -523,7 +523,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}
@ -532,7 +532,7 @@
this.$message({
type: 'error',
message: '该订单未入库或者已归档',
duration: 1500
duration: 2500
})
return
}
@ -540,7 +540,7 @@
this.$message({
type: 'error',
message: '发票金额和已付款金额和金额不等无法归档',
duration: 1500
duration: 2500
})
return
}
@ -552,7 +552,7 @@
this.$message({
type: 'success',
message: res.msg,
duration: 1500,
duration: 2500,
onClose: () => {
this.initData()
}
@ -564,7 +564,7 @@
this.$message({
type: 'error',
message: '请选择数据',
duration: 1500
duration: 2500
})
return
}
@ -580,7 +580,7 @@
this.$message({
type: 'error',
message: '存在订单未付款',
duration: 1500
duration: 2500
})
return
}
@ -617,7 +617,7 @@
this.$message({
type: 'error',
message: '已付款金额不得大于订单金额',
duration: 1500
duration: 2500
})
return
}
@ -625,7 +625,7 @@
this.$message({
type: 'error',
message: purchaseorderNum + '订单存在未回款的垫资磅单,请核查',
duration: 1500
duration: 2500
})
return
}
@ -650,7 +650,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}
@ -658,7 +658,7 @@
this.$message({
type: 'error',
message: '该订单已入库或请先录入发票',
duration: 1500
duration: 2500
})
return
}
@ -676,7 +676,7 @@
this.$message({
type: 'error',
message: '发票金额与金额不一致,无法入库',
duration: 1500
duration: 2500
})
return
}
@ -687,7 +687,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}
@ -695,7 +695,7 @@
this.$message({
type: 'error',
message: '该订单已开票',
duration: 1500
duration: 2500
})
return
}
@ -726,7 +726,7 @@
this.$message({
type: 'error',
message: '已' + msg +'无法编辑',
duration: 1500
duration: 2500
});
return
}

@ -325,7 +325,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -355,7 +355,7 @@
this.$message({
type: 'error',
message: '审批中或已审批无法编辑',
duration: 1500,
duration: 2500,
});
return
}

@ -257,7 +257,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}

@ -205,7 +205,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -250,7 +250,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -811,7 +811,7 @@
this.$message({
type: 'warning',
message: '请在备注说明修改单价原因',
duration: 1500,
duration: 2500,
})
return
}

@ -806,7 +806,7 @@
this.$message({
type: 'warning',
message: '请在备注说明修改单价原因',
duration: 1500,
duration: 2500,
})
return
}

@ -237,7 +237,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -272,7 +272,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -327,7 +327,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -363,7 +363,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -386,7 +386,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -456,7 +456,7 @@
this.$message({
type: 'error',
message: '发票录入后无法删除',
duration: 1500
duration: 2500
});
return
}
@ -488,7 +488,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500,
duration: 2500,
})
return
}
@ -533,7 +533,7 @@
this.$message({
type: 'error',
message: '发货后无法编辑',
duration: 1500
duration: 2500
});
return
}

@ -313,7 +313,7 @@ export default {
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -783,7 +783,7 @@
fileList.filter(o => o.uid != file.uid)
this.$emit('input', this.fileList)
this.$emit('change', this.fileList)
this.$message({ message: res.msg, type: 'error', duration: 1500 })
this.$message({ message: res.msg, type: 'error', duration: 2500 })
}
},
handleExceed(files, fileList) {

@ -816,7 +816,7 @@
this.$message({
message: res.msg,
type: 'error',
duration: 1500
duration: 2500
})
}
},

@ -321,7 +321,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -228,7 +228,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

@ -222,7 +222,7 @@
this.$message({
type: 'error',
message: '请选择一条数据',
duration: 1500
duration: 2500
})
return
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save