Commit 66dc3921 authored by 张海景's avatar 张海景

update:修改提示文案

parent 143bc62c
......@@ -288,10 +288,10 @@ export default {
this.$refs.line.tmToolRequestItemList.forEach((value,index) => {
const length = index+1
if (!value.local) {
message.push('请填写第'+length+'入库位置')
message.push('请填写第'+length+'入库位置')
flag = false
} else if (!value.warehouseDesc) {
message.push('请填写第'+length+'入库方式')
message.push('请填写第'+length+'入库方式')
flag = false
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment