|
@@ -6,7 +6,7 @@
|
|
|
:end="parmValue.end"
|
|
|
:type="1"
|
|
|
:width="'145px'"
|
|
|
- :placeholder="'退款'"
|
|
|
+ :placeholder="'发货'"
|
|
|
:size="searchSize"
|
|
|
@timeReturned="timeReturned($event)"
|
|
|
/>
|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
(this.parmValue.start === "" && this.parmValue.end !== "") ||
|
|
|
(this.parmValue.start !== "" && this.parmValue.end === "")
|
|
|
) {
|
|
|
- resolve({ ok: false, msg: "下单时间区间不完整!" });
|
|
|
+ resolve({ ok: false, msg: "时间区间不完整!" });
|
|
|
} else {
|
|
|
resolve({ ok: true, msg: "ok" });
|
|
|
}
|
|
@@ -100,7 +100,7 @@ export default {
|
|
|
let httpType = `aplication/zip`;
|
|
|
let title =
|
|
|
this.parmValue.start !== ""
|
|
|
- ? `发货数据时间${this.parmValue.start}至${this.parmValue.end}`
|
|
|
+ ? `采购单发货数据时间${this.parmValue.start}至${this.parmValue.end}`
|
|
|
: "";
|
|
|
axios({
|
|
|
method: "post",
|