于继渤 1 an în urmă
părinte
comite
76997c52f9
28 a modificat fișierele cu 48 adăugiri și 24 ștergeri
  1. 4 4
      app.json
  2. 1 1
      package-purchase/pages/pur-receipt/add/add.js
  3. 0 0
      package-purchase/pages/pur-receipt/add/add.json
  4. 2 0
      package-purchase/pages/pur-receipt/add/add.wxml
  5. 1 0
      package-purchase/pages/pur-receipt/add/add.wxss
  6. 1 1
      package-purchase/pages/pur-receipt/detail/detail.js
  7. 0 0
      package-purchase/pages/pur-receipt/detail/detail.json
  8. 2 0
      package-purchase/pages/pur-receipt/detail/detail.wxml
  9. 1 0
      package-purchase/pages/pur-receipt/detail/detail.wxss
  10. 5 1
      package-purchase/pages/pur-receipt/pur-receipt.json
  11. 18 2
      package-purchase/pages/pur-receipt/pur-receipt.wxml
  12. 0 2
      package-purchase/pages/pur-receipt/pur-receipt/add/add.wxml
  13. 0 1
      package-purchase/pages/pur-receipt/pur-receipt/add/add.wxss
  14. 0 2
      package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxml
  15. 0 1
      package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxss
  16. 1 1
      package-purchase/pages/pur-refund/add/add.js
  17. 0 0
      package-purchase/pages/pur-refund/add/add.json
  18. 2 0
      package-purchase/pages/pur-refund/add/add.wxml
  19. 1 0
      package-purchase/pages/pur-refund/add/add.wxss
  20. 1 1
      package-purchase/pages/pur-refund/detail/detail.js
  21. 0 0
      package-purchase/pages/pur-refund/detail/detail.json
  22. 2 0
      package-purchase/pages/pur-refund/detail/detail.wxml
  23. 1 0
      package-purchase/pages/pur-refund/detail/detail.wxss
  24. 5 1
      package-purchase/pages/pur-refund/pur-refund.json
  25. 0 2
      package-purchase/pages/pur-refund/pur-refund/add/add.wxml
  26. 0 1
      package-purchase/pages/pur-refund/pur-refund/add/add.wxss
  27. 0 2
      package-purchase/pages/pur-refund/pur-refund/detail/detail.wxml
  28. 0 1
      package-purchase/pages/pur-refund/pur-refund/detail/detail.wxss

+ 4 - 4
app.json

@@ -146,11 +146,11 @@
                 "pages/pur-track-report/pur-track-report",
                 "pages/pur-track-report/detail/detail",
                 "pages/pur-receipt/pur-receipt",
-                "pages/pur-receipt/pur-receipt/add/add",
-                "pages/pur-receipt/pur-receipt/detail/detail",
+                "pages/pur-receipt/add/add",
+                "pages/pur-receipt/detail/detail",
                 "pages/pur-refund/pur-refund",
-                "pages/pur-refund/pur-refund/add/add",
-                "pages/pur-refund/pur-refund/detail/detail"
+                "pages/pur-refund/add/add",
+                "pages/pur-refund/detail/detail"
             ]
         },
         {

+ 1 - 1
package-purchase/pages/pur-refund/pur-refund/add/add.js → package-purchase/pages/pur-receipt/add/add.js

@@ -1,4 +1,4 @@
-// package-purchase/pages/pur-refund/pur-refund/add/add.js
+// package-purchase/pages/pur-receipt/add/add.js
 Page({
 
     /**

+ 0 - 0
package-purchase/pages/pur-receipt/pur-receipt/add/add.json → package-purchase/pages/pur-receipt/add/add.json


+ 2 - 0
package-purchase/pages/pur-receipt/add/add.wxml

@@ -0,0 +1,2 @@
+<!--package-purchase/pages/pur-receipt/add/add.wxml-->
+<text>package-purchase/pages/pur-receipt/add/add.wxml</text>

+ 1 - 0
package-purchase/pages/pur-receipt/add/add.wxss

@@ -0,0 +1 @@
+/* package-purchase/pages/pur-receipt/add/add.wxss */

+ 1 - 1
package-purchase/pages/pur-refund/pur-refund/detail/detail.js → package-purchase/pages/pur-receipt/detail/detail.js

@@ -1,4 +1,4 @@
-// package-purchase/pages/pur-refund/pur-refund/detail/detail.js
+// package-purchase/pages/pur-receipt/detail/detail.js
 Page({
 
     /**

+ 0 - 0
package-purchase/pages/pur-receipt/pur-receipt/detail/detail.json → package-purchase/pages/pur-receipt/detail/detail.json


+ 2 - 0
package-purchase/pages/pur-receipt/detail/detail.wxml

@@ -0,0 +1,2 @@
+<!--package-purchase/pages/pur-receipt/detail/detail.wxml-->
+<text>package-purchase/pages/pur-receipt/detail/detail.wxml</text>

+ 1 - 0
package-purchase/pages/pur-receipt/detail/detail.wxss

@@ -0,0 +1 @@
+/* package-purchase/pages/pur-receipt/detail/detail.wxss */

+ 5 - 1
package-purchase/pages/pur-receipt/pur-receipt.json

@@ -1,3 +1,7 @@
 {
-    "usingComponents": {}
+  "usingComponents": {},
+  "navigationBarTitleText":"供应商收款",
+  "enablePullDownRefresh": true,
+  "backgroundTextStyle": "light",
+  "navigationStyle": "custom"
 }

+ 18 - 2
package-purchase/pages/pur-receipt/pur-receipt.wxml

@@ -1,2 +1,18 @@
-<!--package-purchase/pages/pur-receipt/pur-receipt.wxml-->
-<text>package-purchase/pages/pur-receipt/pur-receipt.wxml</text>
+<!-- 前台导入wxmlUtil.wxs -->
+<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
+<loading wx:if="{{loading}}" loadingName="{{$t['loading']}}" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
+<van-sticky scroll-top="0">
+  <!-- 自定义导航 -->
+  <dk-navbar titleFontColor="#000000" navbarTitle="{{navigationBarTitle}}" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight"/>
+  <!-- 查询条件 -->
+  <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" navBarHeight="{{navBarHeight}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['customerName','orderNo','telephone','adddress'])}}">
+  </dk-dropdown-menu>
+</van-sticky>
+
+<!-- 列表区 -->
+<dk-list list="{{tableData}}" flgSubFormatDate="{{true}}" titleCorner="channelName" title="cusName" status="rpTypeName"  content="{{contentList}}" collectCol="collectStatus" collectCol="sumAmtRec" contentObj="{{contentObj}}" contentCol="" footerAmount="{{footerAmount}}" footerInfo="{{footerInfo}}" bind:toDetail="toDetail" bind:toTitle="toTitle" bind:toStatus="toStatus" bind:toPoint="toPoint"  collectName="收款"   routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open"></dk-list>
+<view style="height: 200rpx;"></view>
+
+<van-dialog id="van-dialog" />  
+<!-- 新建按钮 -->
+<dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" contentList="{{contentSaveList}}" bind:open="open"></dk-save-button>

+ 0 - 2
package-purchase/pages/pur-receipt/pur-receipt/add/add.wxml

@@ -1,2 +0,0 @@
-<!--package-purchase/pages/pur-receipt/pur-receipt/add/add.wxml-->
-<text>package-purchase/pages/pur-receipt/pur-receipt/add/add.wxml</text>

+ 0 - 1
package-purchase/pages/pur-receipt/pur-receipt/add/add.wxss

@@ -1 +0,0 @@
-/* package-purchase/pages/pur-receipt/pur-receipt/add/add.wxss */

+ 0 - 2
package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxml

@@ -1,2 +0,0 @@
-<!--package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxml-->
-<text>package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxml</text>

+ 0 - 1
package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxss

@@ -1 +0,0 @@
-/* package-purchase/pages/pur-receipt/pur-receipt/detail/detail.wxss */

+ 1 - 1
package-purchase/pages/pur-receipt/pur-receipt/add/add.js → package-purchase/pages/pur-refund/add/add.js

@@ -1,4 +1,4 @@
-// package-purchase/pages/pur-receipt/pur-receipt/add/add.js
+// package-purchase/pages/pur-refund/add/add.js
 Page({
 
     /**

+ 0 - 0
package-purchase/pages/pur-refund/pur-refund/add/add.json → package-purchase/pages/pur-refund/add/add.json


+ 2 - 0
package-purchase/pages/pur-refund/add/add.wxml

@@ -0,0 +1,2 @@
+<!--package-purchase/pages/pur-refund/add/add.wxml-->
+<text>package-purchase/pages/pur-refund/add/add.wxml</text>

+ 1 - 0
package-purchase/pages/pur-refund/add/add.wxss

@@ -0,0 +1 @@
+/* package-purchase/pages/pur-refund/add/add.wxss */

+ 1 - 1
package-purchase/pages/pur-receipt/pur-receipt/detail/detail.js → package-purchase/pages/pur-refund/detail/detail.js

@@ -1,4 +1,4 @@
-// package-purchase/pages/pur-receipt/pur-receipt/detail/detail.js
+// package-purchase/pages/pur-refund/detail/detail.js
 Page({
 
     /**

+ 0 - 0
package-purchase/pages/pur-refund/pur-refund/detail/detail.json → package-purchase/pages/pur-refund/detail/detail.json


+ 2 - 0
package-purchase/pages/pur-refund/detail/detail.wxml

@@ -0,0 +1,2 @@
+<!--package-purchase/pages/pur-refund/detail/detail.wxml-->
+<text>package-purchase/pages/pur-refund/detail/detail.wxml</text>

+ 1 - 0
package-purchase/pages/pur-refund/detail/detail.wxss

@@ -0,0 +1 @@
+/* package-purchase/pages/pur-refund/detail/detail.wxss */

+ 5 - 1
package-purchase/pages/pur-refund/pur-refund.json

@@ -1,3 +1,7 @@
 {
-    "usingComponents": {}
+  "usingComponents": {},
+  "navigationBarTitleText":"供应商退款",
+  "enablePullDownRefresh": true,
+  "backgroundTextStyle": "light",
+  "navigationStyle": "custom"
 }

+ 0 - 2
package-purchase/pages/pur-refund/pur-refund/add/add.wxml

@@ -1,2 +0,0 @@
-<!--package-purchase/pages/pur-refund/pur-refund/add/add.wxml-->
-<text>package-purchase/pages/pur-refund/pur-refund/add/add.wxml</text>

+ 0 - 1
package-purchase/pages/pur-refund/pur-refund/add/add.wxss

@@ -1 +0,0 @@
-/* package-purchase/pages/pur-refund/pur-refund/add/add.wxss */

+ 0 - 2
package-purchase/pages/pur-refund/pur-refund/detail/detail.wxml

@@ -1,2 +0,0 @@
-<!--package-purchase/pages/pur-refund/pur-refund/detail/detail.wxml-->
-<text>package-purchase/pages/pur-refund/pur-refund/detail/detail.wxml</text>

+ 0 - 1
package-purchase/pages/pur-refund/pur-refund/detail/detail.wxss

@@ -1 +0,0 @@
-/* package-purchase/pages/pur-refund/pur-refund/detail/detail.wxss */