Przeglądaj źródła

添加一个报表

戴艳蓉 3 lat temu
rodzic
commit
2f79875e54

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.63d27482.js


BIN
dist/static/js/app.63d27482.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.cdd6c734.js


BIN
dist/static/js/app.cdd6c734.js.gz


+ 1 - 1
src/App.vue

@@ -22,7 +22,7 @@
 import achievementTable from "@/views/achievementTable";
 import meritsTable from "@/views/meritsTable";
 import meritsReturnTable from "@/views/meritsReturnTable";
-import poShipmentTable from "@/views/poShipmentTable ";
+import poShipmentTable from "@/views/poShipmentTable";
 
 export default {
   name: "commission",

+ 3 - 3
src/views/poShipmentTable.vue

@@ -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",

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików