@ -34,3 +34,11 @@ export function statDetailProducts(query) {
});
}
export function clearAllProducts(data) {
return axios({
url: "/spms/prein/inv/products/clearAll",
method: "post",
data: data
@ -786,10 +786,13 @@ export default {
customClass: 'messageIndex'
} else {
this.$message({
type: 'error',
message: "提交失败!" + this.editTitle,
this.$alert(response.message, '提示', {
confirmButtonText: '确定',
type: 'warning',
closeOnClickModal: true,
callback: action => {
this.$refs.inputRef.focus();