yangan
2024-07-16 654934b8f1cf31017a4d5b397c12393e8a38a4e5
pages/customer-page/addTo-freightForwarder-purchasePermit/addTo-freightForwarder-purchasePermit.vue
@@ -24,7 +24,7 @@
                  rangeKey='productName'
                  confirmColor="#4e8af7"
                  :selectParent="true"
                  title="选择部门"
                  title="选择产品"
                  @confirm="treeChooseValue" />
            </u-form-item>
            <u-form-item labelWidth="20%"
@@ -38,7 +38,7 @@
               <uni-datetime-picker v-model="range" type="daterange" @change="maskClick" />
            </u-form-item>
            <u-form-item labelWidth="25%"
               label="购买证地址"
               label="购买证照片"
               @click="beforeRead"
               prop="buyFilePath"
               required>
@@ -84,7 +84,6 @@
               customerId,
               productId:"",
               status:0,
               surplus:"",
               endDate:"",
               startDate:""
            },
@@ -116,7 +115,7 @@
      methods: {
         ...mapMutations(['changeisUploadimg']),
         init() {
            this.$reqGet('getProductTree').then(res => {
            this.$reqGet('getProductIsDanger').then(res => {
               this.productData = res.data;
            });
         },