|
@@ -583,19 +583,19 @@ const clickDistributeProduction = (row) => {
|
|
|
produceTime: moment().format("yyyy-MM-DD HH:mm:ss"),
|
|
|
};
|
|
|
|
|
|
- // productionDialog.value = true;
|
|
|
- proxy
|
|
|
- .msgConfirm()
|
|
|
- .then((res) => {
|
|
|
- proxy.post("/produceOrder/putProduction", formData.data).then((res) => {
|
|
|
- proxy.msgTip("操作成功");
|
|
|
- formLoading.value = false;
|
|
|
- productionDialog.value = false;
|
|
|
- getList();
|
|
|
- getRightData();
|
|
|
- });
|
|
|
- })
|
|
|
- .catch((err) => {});
|
|
|
+ productionDialog.value = true;
|
|
|
+ // proxy
|
|
|
+ // .msgConfirm()
|
|
|
+ // .then((res) => {
|
|
|
+ // proxy.post("/produceOrder/putProduction", formData.data).then((res) => {
|
|
|
+ // proxy.msgTip("操作成功");
|
|
|
+ // formLoading.value = false;
|
|
|
+ // productionDialog.value = false;
|
|
|
+ // getList();
|
|
|
+ // getRightData();
|
|
|
+ // });
|
|
|
+ // })
|
|
|
+ // .catch((err) => {});
|
|
|
};
|
|
|
const submitProduction = () => {
|
|
|
productionFormDom.value.handleSubmit(() => {
|