|
@@ -57,10 +57,10 @@ const status = ref([
|
|
|
label: "部分入库",
|
|
|
value: 1,
|
|
|
},
|
|
|
- {
|
|
|
- label: "入库完成",
|
|
|
- value: 2,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "入库完成",
|
|
|
+ // value: 2,
|
|
|
+ // },
|
|
|
]);
|
|
|
const businessType = ref([
|
|
|
{
|
|
@@ -326,12 +326,12 @@ const rules = ref({
|
|
|
const submitForm = () => {
|
|
|
submit.value.handleSubmit(() => {
|
|
|
loadingDialog.value = true;
|
|
|
- if (formData.data.warehousingQuantity > Number(formData.data.quantity)) {
|
|
|
- return ElMessage({
|
|
|
- message: "入库数量不可大于待入库数量",
|
|
|
- type: "info",
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (formData.data.warehousingQuantity > Number(formData.data.quantity)) {
|
|
|
+ // return ElMessage({
|
|
|
+ // message: "入库数量不可大于待入库数量",
|
|
|
+ // type: "info",
|
|
|
+ // });
|
|
|
+ // }
|
|
|
proxy
|
|
|
.post("/stockWait/add", {
|
|
|
id: formData.data.id,
|