|
@@ -22,10 +22,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="实际总数量" prop="wsm_num">
|
|
|
+ <el-form-item label="实际入库总数" prop="wsm_num">
|
|
|
<el-input
|
|
|
- placeholder="实际总数量"
|
|
|
- :disabled="status + '' !== '2'"
|
|
|
+ placeholder="实际入库总数"
|
|
|
v-model="ruleForm.wsm_num"
|
|
|
maxlength="100"
|
|
|
>
|
|
@@ -34,20 +33,14 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="8" style="text-align: right; padding: 0 0 10px 0">
|
|
|
- <el-button
|
|
|
- :size="'mini'"
|
|
|
- v-if="status + '' === '2' && ppowers.some((i) => i == '2')"
|
|
|
- type="primary"
|
|
|
- @click="submitForm"
|
|
|
- >保 存
|
|
|
- </el-button>
|
|
|
+ <el-button :size="'mini'" type="primary" @click="submitForm">保 存 </el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import asyncRequest from "@/apis/service/purchaseIn/purchaseOrder";
|
|
|
+import asyncRequest from "@/apis/service/purchaseIn/wsmInOrder";
|
|
|
import resToken from "@/mixins/resToken";
|
|
|
import { isMobile, isLicense, isnumber, isPhone } from "@/utils/validate";
|
|
|
export default {
|
|
@@ -99,16 +92,8 @@ export default {
|
|
|
modelitem: null,
|
|
|
modelId: "",
|
|
|
ruleForm: {
|
|
|
- wsm_in_code: "",
|
|
|
send_num: "",
|
|
|
wsm_num: "",
|
|
|
- reissue_num: "",
|
|
|
- return_num: "",
|
|
|
- contactor: "",
|
|
|
- addr: "",
|
|
|
- mobile: "",
|
|
|
- error_remark: "",
|
|
|
- remark: "",
|
|
|
},
|
|
|
rules: {
|
|
|
wsm_num: {
|
|
@@ -116,36 +101,6 @@ export default {
|
|
|
validator: validateWeight,
|
|
|
trigger: "blur",
|
|
|
},
|
|
|
- reissue_num: {
|
|
|
- required: true,
|
|
|
- validator: validateWeight,
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
- return_num: {
|
|
|
- required: true,
|
|
|
- validator: validateWeight,
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
- contactor: {
|
|
|
- required: true,
|
|
|
- message: "收件联系人不能为空!",
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
- addr: {
|
|
|
- required: true,
|
|
|
- message: "收件地址不能为空!",
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
- mobile: {
|
|
|
- required: true,
|
|
|
- validator: validatemobile,
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
- error_remark: {
|
|
|
- required: true,
|
|
|
- message: "审核备注不能为空!",
|
|
|
- trigger: "blur",
|
|
|
- },
|
|
|
},
|
|
|
};
|
|
|
},
|
|
@@ -172,29 +127,14 @@ export default {
|
|
|
if (this.$refs.ruleForm) {
|
|
|
this.$refs.ruleForm.resetFields();
|
|
|
this.$refs.ruleForm.clearValidate();
|
|
|
- const { wsm_in_code, status, send_num, remark } = this.sitem;
|
|
|
- const {
|
|
|
- return_contactor,
|
|
|
- return_addr,
|
|
|
- return_mobile,
|
|
|
- wsm_num,
|
|
|
- reissue_num,
|
|
|
- return_num,
|
|
|
- error_remark,
|
|
|
- } = this.sitem.return;
|
|
|
+ const { wsm_in_code, send_num } = this.sitem;
|
|
|
+ const { wsm_num } = this.sitem.return;
|
|
|
|
|
|
this.status = status;
|
|
|
this.ruleForm = {
|
|
|
wsm_in_code: wsm_in_code || "",
|
|
|
send_num: send_num || "0",
|
|
|
wsm_num: wsm_num || "0",
|
|
|
- reissue_num: reissue_num || "0",
|
|
|
- return_num: return_num || "0",
|
|
|
- contactor: return_contactor || "",
|
|
|
- addr: return_addr || "",
|
|
|
- mobile: return_mobile || "",
|
|
|
- error_remark: error_remark || "",
|
|
|
- remark: remark || "",
|
|
|
};
|
|
|
}
|
|
|
if (this.$refs.tableForm) {
|
|
@@ -223,36 +163,25 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
this.loading = true;
|
|
|
- let item = JSON.parse(JSON.stringify(this.ruleForm));
|
|
|
- let rnum = parseInt(item.return_num),
|
|
|
- wnum = parseInt(item.wsm_num),
|
|
|
- anum = parseInt(item.send_num),
|
|
|
- renum = parseInt(item.reissue_num);
|
|
|
-
|
|
|
- if (rnum + wnum !== anum) {
|
|
|
- this.$message.warning("正常入库数量 + 异常退货数量 不等于 发货总数!");
|
|
|
- this.loading = false;
|
|
|
- return;
|
|
|
- }
|
|
|
- if (renum > rnum) {
|
|
|
- this.$message.warning("异常补发数量不能大于异常退货数量!");
|
|
|
+ const { send_num, wsm_num } = this.ruleForm;
|
|
|
+ if (parseInt(send_num) < parseInt(wsm_num)) {
|
|
|
+ this.$message.warning("实际入库总数不能大于计划入库总数!");
|
|
|
this.loading = false;
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- delete item["send_num"];
|
|
|
- const res = await asyncRequest.orderinreturn(item);
|
|
|
+ const { code, data, message } = await asyncRequest.status(this.ruleForm);
|
|
|
this.loading = false;
|
|
|
- if (res && res.code === 0) {
|
|
|
+ if (code === 0) {
|
|
|
this.$notify.success({
|
|
|
title: "提交成功",
|
|
|
message: "",
|
|
|
});
|
|
|
this.$emit("refresh"); //抛出事件给详情页。
|
|
|
- } else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
+ } else if (code >= 100 && code <= 104) {
|
|
|
await this.logout();
|
|
|
} else {
|
|
|
- this.$message.warning(res.message);
|
|
|
+ this.$message.warning(message);
|
|
|
}
|
|
|
} else {
|
|
|
console.log("error submit!!");
|