|
@@ -218,10 +218,10 @@ const startChooseProduct = () => {
|
|
|
};
|
|
|
// 已经绑定了工序的可以复制,跟后端HT商量只传id即可。
|
|
|
const copyRow = (row) => {
|
|
|
- if (row.usable == 0) {
|
|
|
+ /*if (row.usable == 0) {
|
|
|
ElMessage.error("该路线未被绑定!");
|
|
|
return;
|
|
|
- }
|
|
|
+ }*/
|
|
|
form.value = Object.assign(form.value, row);
|
|
|
form.value.processRouteVersion = "";
|
|
|
crudRef.value.rowAdd();
|