之前的库存临时打印标识卡页面修改2

master
mengjiao 9 months ago
parent 7dd4e31e00
commit 31537e6e4b

@ -478,16 +478,16 @@ export default {
}); });
}, },
confirmPrint() { confirmPrint() {
if (this.printCount < 1) { // if (this.printCount < 1) {
this.$message.warning('打印张数必须大于 0!'); // this.$message.warning(' 0!');
return; // return;
} // }
const ids = this.ids[0]; const ids = this.ids[0];
// //
// //
const payload = { const payload = {
storageId: ids, // ID storageId: ids // ID
userDefined10: this.printCount // // userDefined10: this.printCount //
}; };
// addBS API // addBS API
addBS(payload) addBS(payload)

Loading…
Cancel
Save