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

master
mengjiao 9 months ago
parent 7dd4e31e00
commit 31537e6e4b

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

Loading…
Cancel
Save