"为了方便统计收款单核销比例,将所有银行收款明细中状态为已核销的实收金额,转换为核销基准币种的金额累加":"In order to facilitate the statistics of the write-off ratio of receipts, the actual received amount in the status of write-off in all bank receipt details is converted into the amount of write-off base currency",
"总核销比例":"Total write-off ratio",
"总核销比例=核销基准币种已核销总金额/核销基准币种应收总金额":"Total write-off ratio = total written-off amount in base currency after write-off/total receivable amount in base currency after write-off",
"身份证审核状态":"ID card verification status"
"身份证审核状态":"ID card verification status",
"延迟时间":"delay",
"请输入 小":"Please enter small",
"请输入 大":"Please enter large",
"已实装箱数/总箱数":"Number of boxes already loaded/total number of boxes",
<el-optionv-for="type in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_CUSTOMS_TYPE)":key="type.value":label="type.label":value="type.value"></el-option>
<el-optionv-for="type in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_CUSTOMS_TYPE)":key="type.value":label="$l(type, 'label')":value="type.value"></el-option>
<el-radiov-for="item in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_DCCUSTOMS_STATUS)":key="item.value":label="item.value">{{item.label}}</el-radio>
<el-radiov-for="item in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_DCCUSTOMS_STATUS)":key="item.value":label="item.value">{{$l(item, 'label')}}</el-radio>
<el-radiov-for="item in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_CHECK_STATUS)":key="item.value":label="item.value":disabled="disabledRadio(item)">{{item.label}}</el-radio>
<el-radiov-for="item in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_CHECK_STATUS)":key="item.value":label="item.value":disabled="disabledRadio(item)">{{$l(item, 'label')}}</el-radio>
<el-optionv-for="type in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_TRAILER_STATUS)":key="type.value":label="type.label":value="type.value"></el-option>
<el-optionv-for="type in this.getDictDatas(DICT_TYPE.BOX_SHIPPING_TRAILER_STATUS)":key="type.value":label="$l(type, 'label')":value="type.value"></el-option>