yyb
21 小时以前 3a57c9d62fb7833dcff3742dea15dbae5e5c9046
产品检测合格证
已修改2个文件
10 ■■■■■ 文件已修改
pages/product/report/components/saveForm.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/components/saveForm.vue
@@ -14,6 +14,14 @@
        <view class="packing-registration-param-view">
          <view class="packing-registration-param-item param-extra">
            <view class="packing-registration-param-item-left">
              <text class="item-one">批号</text>
            </view>
            <view class="packing-registration-param-item-right">
              <u-input class="item-one item-two" v-model="form.outBatchNo" />
            </view>
          </view>
          <view class="packing-registration-param-item param-extra">
            <view class="packing-registration-param-item-left">
              <text class="item-one">长度</text>
            </view>
            <view class="packing-registration-param-item-right">
pages/product/report/index.vue
@@ -203,6 +203,7 @@
    </u-modal>
    <u-modal v-model="personShowModal" title="" :show-cancel-button="true" :show-confirm-button="true"
            @confirm="confirmSelection" @cancel="cancelSelection">
      <scroll-view scroll-y="true" style="height: 100%">
            <view class="popup-content">
                <view class="popup-header">
                    <checkbox-group @change="checkboxChange">
@@ -213,6 +214,7 @@
                    </checkbox-group>
                </view>
            </view>
      </scroll-view>
        </u-modal>
    <scan></scan>
  </div>