于继渤 2 лет назад
Родитель
Сommit
be162e896a

+ 1 - 3
app.json

@@ -22,10 +22,8 @@
                 "pages/product-file/metering-unit/metering-unit",
                 "pages/product-file/warehouse-archives/warehouse-archives",
                 "pages/product-attribute/product-attribute",
-                "pages/product-attribute/product-brand/product-brand",
                 "pages/product-attribute/product-types/product-types",
-                "pages/product-attribute/product-series/product-series",
-                "pages/product-attribute/metering-unit/metering-unit",
+                "pages/product-attribute/supplier-list/supplier-list",
                 "pages/customer-list/customer-list",
                 "pages/customer-reception/customer-reception",
                 "pages/customer-follow-up/customer-follow-up",

+ 0 - 2
package2/pages/product-attribute/metering-unit/metering-unit.wxml

@@ -1,2 +0,0 @@
-<!--package2/pages/product-attribute/metering-unit/metering-unit.wxml-->
-<text>package2/pages/product-attribute/metering-unit/metering-unit.wxml</text>

+ 0 - 1
package2/pages/product-attribute/metering-unit/metering-unit.wxss

@@ -1 +0,0 @@
-/* package2/pages/product-attribute/metering-unit/metering-unit.wxss */

+ 1 - 10
package2/pages/product-attribute/product-attribute.wxml

@@ -268,19 +268,10 @@
     <van-field input-width="200rpx" input-class="dk-cell-value-class" input-align="left" label-class="red-label" data-key="addressNo" maxlength="50" value="{{ '1' }}" input-align="right" label="单位换算" placeholder="" autosize border="{{ false }}" bind:change="changeCustomerFormField">
     </van-field>
 
-   
-  </view>
-
-  <!-- <view wx:for="{{fieldData}}" wx:for-index="key" wx:for-item="value" wx:if="{{'typeName' != key}}">
-
-    <van-field wx:if="{{key == 'warehouseCode' || key == 'channelCode' || key =='incomeCode' || key =='expenditureCode' || key =='reasonCode'|| key =='paymentCode' }}" disabled="{{true}}" input-width="200rpx" input-class="dk-cell-value-class" input-align="left" label-class="nomal-label" maxlength="50" value="{{ showPopupItem[key] }}" input-align="right" label="{{ value}}" placeholder="{{'请输入' + value}}" autosize border="{{ false }}">
-    </van-field>
-    <van-field wx:if="{{key !== 'warehouseCode' &&  key !== 'channelCode' &&  key !=='incomeCode' && key !=='expenditureCode' &&  key !=='reasonCode' && key !=='paymentCode' }}" disabled="{{false}}" input-width="200rpx" input-class="dk-cell-value-class" input-align="left" label-class="{{(key == 'warehouseName' || key == 'channelName' || key =='incomeName' &&  key =='expenditureName' || key =='reasonName'|| key =='paymentName' ) ? 'red-label':'' }}" maxlength="50" value="{{ showPopupItem[key] }}" input-align="right" label="{{ value}}" placeholder="{{'请输入' + value}}" autosize border="{{ false }}">
-    </van-field>
 
+  </view>
 
 
-  </view> -->
 
   <van-field disabled="{{false}}" input-width="200rpx" input-class="dk-cell-value-class" input-align="left" label-class="nomal-label" maxlength="50" value="" input-align="right" label="备注" placeholder="{{'请输入' + '备注'}}" autosize border="{{ false }}">
   </van-field>

+ 0 - 66
package2/pages/product-attribute/product-brand/product-brand.js

@@ -1,66 +0,0 @@
-// package2/pages/product-attribute/product-brand/product-brand.js
-Page({
-
-    /**
-     * 页面的初始数据
-     */
-    data: {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面加载
-     */
-    onLoad(options) {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面初次渲染完成
-     */
-    onReady() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面显示
-     */
-    onShow() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面隐藏
-     */
-    onHide() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面卸载
-     */
-    onUnload() {
-
-    },
-
-    /**
-     * 页面相关事件处理函数--监听用户下拉动作
-     */
-    onPullDownRefresh() {
-
-    },
-
-    /**
-     * 页面上拉触底事件的处理函数
-     */
-    onReachBottom() {
-
-    },
-
-    /**
-     * 用户点击右上角分享
-     */
-    onShareAppMessage() {
-
-    }
-})

+ 0 - 3
package2/pages/product-attribute/product-brand/product-brand.json

@@ -1,3 +0,0 @@
-{
-    "usingComponents": {}
-}

+ 0 - 2
package2/pages/product-attribute/product-brand/product-brand.wxml

@@ -1,2 +0,0 @@
-<!--package2/pages/product-attribute/product-brand/product-brand.wxml-->
-<text>package2/pages/product-attribute/product-brand/product-brand.wxml</text>

+ 0 - 1
package2/pages/product-attribute/product-brand/product-brand.wxss

@@ -1 +0,0 @@
-/* package2/pages/product-attribute/product-brand/product-brand.wxss */

+ 0 - 66
package2/pages/product-attribute/product-series/product-series.js

@@ -1,66 +0,0 @@
-// package2/pages/product-attribute/product-series/product-series.js
-Page({
-
-    /**
-     * 页面的初始数据
-     */
-    data: {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面加载
-     */
-    onLoad(options) {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面初次渲染完成
-     */
-    onReady() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面显示
-     */
-    onShow() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面隐藏
-     */
-    onHide() {
-
-    },
-
-    /**
-     * 生命周期函数--监听页面卸载
-     */
-    onUnload() {
-
-    },
-
-    /**
-     * 页面相关事件处理函数--监听用户下拉动作
-     */
-    onPullDownRefresh() {
-
-    },
-
-    /**
-     * 页面上拉触底事件的处理函数
-     */
-    onReachBottom() {
-
-    },
-
-    /**
-     * 用户点击右上角分享
-     */
-    onShareAppMessage() {
-
-    }
-})

+ 0 - 3
package2/pages/product-attribute/product-series/product-series.json

@@ -1,3 +0,0 @@
-{
-    "usingComponents": {}
-}

+ 0 - 2
package2/pages/product-attribute/product-series/product-series.wxml

@@ -1,2 +0,0 @@
-<!--package2/pages/product-attribute/product-series/product-series.wxml-->
-<text>package2/pages/product-attribute/product-series/product-series.wxml</text>

+ 0 - 1
package2/pages/product-attribute/product-series/product-series.wxss

@@ -1 +0,0 @@
-/* package2/pages/product-attribute/product-series/product-series.wxss */

+ 1 - 1
package2/pages/product-attribute/metering-unit/metering-unit.js → package2/pages/product-attribute/supplier-list/supplier-list.js

@@ -1,4 +1,4 @@
-// package2/pages/product-attribute/metering-unit/metering-unit.js
+// package2/pages/product-attribute/supplier-list/supplier-list.js
 Page({
 
     /**

+ 0 - 0
package2/pages/product-attribute/metering-unit/metering-unit.json → package2/pages/product-attribute/supplier-list/supplier-list.json


+ 2 - 0
package2/pages/product-attribute/supplier-list/supplier-list.wxml

@@ -0,0 +1,2 @@
+<!--package2/pages/product-attribute/supplier-list/supplier-list.wxml-->
+<text>package2/pages/product-attribute/supplier-list/supplier-list.wxml</text>

+ 1 - 0
package2/pages/product-attribute/supplier-list/supplier-list.wxss

@@ -0,0 +1 @@
+/* package2/pages/product-attribute/supplier-list/supplier-list.wxss */