update: 补单不能重新过毛
This commit is contained in:
parent
6118bbeccf
commit
e5bb761556
|
@ -155,6 +155,7 @@
|
|||
"
|
||||
>
|
||||
<u-button
|
||||
v-if="!state.order.repairFlag"
|
||||
text="重新过毛"
|
||||
plain
|
||||
:customStyle="{
|
||||
|
@ -584,9 +585,9 @@ const init = () => {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
onShow(() => {
|
||||
init()
|
||||
init();
|
||||
});
|
||||
onLoad((option) => {
|
||||
state.order.id = (option as any).id;
|
||||
|
@ -596,7 +597,7 @@ onLoad((option) => {
|
|||
console.log(data);
|
||||
state.order.id = data.id;
|
||||
state.scaleStatusBtnType = data.scaleStatusBtnType;
|
||||
init()
|
||||
init();
|
||||
});
|
||||
});
|
||||
onUnmounted(() => {
|
||||
|
|
Loading…
Reference in New Issue