123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203 |
- <template>
- <div v-loading="loading">
- <!-- {{ sitem.is_gold_price }} -->
- <el-form
- :model="addrForm"
- ref="addrForm"
- status-icon
- class="demo-addrForm-goodsOnline"
- :size="'mini'"
- >
- <el-table
- :data="addrForm.good_ladder"
- :size="'mini'"
- border
- stripe
- max-height="300px"
- row-key="key"
- style="width: 100%; margin: 0 0 20px 0"
- >
- <el-table-column type="index" width="50" show-overflow-tooltip />
- <el-table-column prop="min_num" label="起订量(>=)" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'min_num'"
- :rules="addrRules.min_num"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <digital-input
- :values="scope.row.min_num"
- :placeholder="'起订量(>=)'"
- :min="0"
- :max="100000000000"
- :position="'right'"
- :precision="0"
- :controls="false"
- :append="''"
- :newTime="scope.row.newTime"
- :size="'mini'"
- :disabled="!scope.row.edit"
- @reschange="num_change($event, 'min_num', scope.$index)"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.min_num }}</span>
- </template>
- </el-table-column>
- <el-table-column prop="new_sale_price" show-overflow-tooltip>
- <template slot="header" slot-scope="scope">
- <span>系统售价</span>
- <!-- <el-popover
- placement="top-start"
- title="计算公式:"
- width="300"
- style="margin: 3px 0 0 0"
- class="fr"
- trigger="hover"
- ><div>
- <div v-if="sitem.is_gold_price === '1'">
- <span class="jiashu">贵金属克重</span>
- <span class="jiahao">*</span>
- <span class="jiashu">实时金价</span>
- <span class="jiahao">+</span>
- <span class="jiashu">工艺费</span>
- <span class="jiahao">*</span>
- <span class="jiashu">贵金属克重</span>
- <span class="jiahao">+</span>
- </div>
- <div>
- <span class="jiashu">包装费</span>
- <span class="jiahao">+</span>
- <span class="jiashu">裸价</span>
- <span class="jiahao">+</span>
- <span class="jiashu">加标费</span>
- <span class="jiahao">+</span>
- <span class="jiashu">证书费</span>
- <span class="jiahao">+</span>
- <span class="jiashu">物流费</span>
- </div>
- </div>
- <i class="el-icon-question tb-icon" slot="reference"></i>
- </el-popover> -->
- </template>
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'new_sale_price'"
- :rules="addrRules.new_sale_price"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <el-input
- v-loading="scope.row.loading"
- v-model="scope.row.new_sale_price"
- placeholder="系统售价"
- :disabled="true"
- :size="'mini'"
- maxlength="20"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.new_sale_price }}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="sale_price"
- label="售价"
- show-overflow-tooltip
- v-if="!(sitem && sitem.is_gold_price === '1' && is_noble)"
- >
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'sale_price'"
- :rules="addrRules.sale_price"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <digital-input
- :values="scope.row.sale_price"
- :placeholder="'售价'"
- :min="0"
- :max="100000000000"
- :position="'right'"
- :precision="2"
- :controls="false"
- :append="''"
- :newTime="scope.row.newTime"
- :size="'mini'"
- :disabled="!scope.row.edit"
- @reschange="num_change($event, 'sale_price', scope.$index)"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.sale_price }}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="new_cost_fee"
- show-overflow-
- v-if="sitem && sitem.is_gold_price === '1' && is_noble"
- label="系统工艺费"
- >
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'new_cost_fee'"
- :rules="addrRules.new_cost_fee"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <el-input
- v-loading="scope.row.loading"
- v-model="scope.row.new_cost_fee"
- placeholder="工艺费"
- :disabled="true"
- :size="'mini'"
- maxlength="20"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.new_cost_fee }}</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="cost_fee"
- label="工艺费"
- show-overflow-tooltip
- v-if="sitem && sitem.is_gold_price === '1' && is_noble"
- >
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'cost_fee'"
- :rules="addrRules.cost_fee"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <digital-input
- :values="scope.row.cost_fee"
- :placeholder="'工艺费'"
- :min="0"
- :max="100000000000"
- :position="'right'"
- :precision="2"
- :controls="false"
- :append="''"
- :newTime="scope.row.newTime"
- :size="'mini'"
- :disabled="!scope.row.edit"
- @reschange="num_change($event, 'cost_fee', scope.$index)"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.cost_fee }}</span>
- </template>
- </el-table-column>
- <el-table-column prop="market_price" label="市场价" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'market_price'"
- :rules="addrRules.market_price"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <digital-input
- :values="scope.row.market_price"
- :placeholder="'市场价'"
- :min="0"
- :max="100000000000"
- :position="'right'"
- :precision="2"
- :controls="false"
- :append="''"
- :newTime="scope.row.newTime"
- :size="'mini'"
- :disabled="!scope.row.edit"
- @reschange="num_change($event, 'market_price', scope.$index)"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.market_price }}</span>
- </template>
- </el-table-column>
- <el-table-column prop="market_platform" label="对比平台" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'market_platform'"
- :rules="addrRules.market_platform"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <el-input
- v-model="scope.row.market_platform"
- placeholder="对比平台"
- maxlength="50"
- :disabled="!scope.row.edit"
- />
- </el-form-item>
- <span v-show="!scope.row.edit">{{ scope.row.market_platform }}</span>
- </template>
- </el-table-column>
- <el-table-column prop="status" label="状态" show-overflow-tooltip>
- <template slot-scope="scope">
- <el-form-item
- v-show="scope.row.edit"
- :prop="'good_ladder.' + scope.$index + '.' + 'status'"
- :rules="addrRules.status"
- :size="'mini'"
- :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
- >
- <el-select v-model="scope.row.status" placeholder="状态">
- <el-option
- v-for="item in status_options"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <span v-show="!scope.row.edit">{{
- scope.row.status == "1" ? "启用" : "禁用"
- }}</span>
- </template>
- </el-table-column>
- <el-table-column fixed="right">
- <template slot="header" slot-scope="scope">
- <span>操作</span>
- <el-tooltip effect="dark" content="添加阶梯" placement="top">
- <i
- class="el-icon-circle-plus-outline tb-icon fr"
- @click="openCostEdit(-1)"
- ></i>
- </el-tooltip>
- </template>
- <template slot-scope="scope">
- <el-tooltip
- effect="dark"
- content="保存"
- v-if="scope.row.edit"
- placement="top"
- >
- <i class="el-icon-circle-check tb-icon" @click="checkRow(scope.$index)"></i>
- </el-tooltip>
- <el-tooltip effect="dark" v-else content="修改" placement="top">
- <i class="el-icon-edit tb-icon" @click="openCostEdit(scope.$index)"></i>
- </el-tooltip>
- <el-tooltip effect="dark" content="删除" placement="top">
- <i
- class="el-icon-delete tb-icon"
- @click="openCostEditDelete(scope.$index)"
- ></i>
- </el-tooltip>
- </template>
- </el-table-column>
- </el-table>
- </el-form>
- <el-form
- ref="ruleForm"
- :model="ruleForm"
- status-icon
- :rules="rulesThis"
- :label-position="'left'"
- class="demo-ruleForm-goodsOnline"
- :size="'mini'"
- >
- <el-row>
- <el-col :span="12"
- ><el-form-item label="审核状态" prop="state">
- <el-radio-group
- v-model="ruleForm.state"
- placeholder="请选择审核状态"
- :size="size || 'medium'"
- @change="stateChange"
- >
- <el-radio v-for="item in stateList" :key="item.value" :label="item.value">{{
- item.label
- }}</el-radio>
- </el-radio-group>
- </el-form-item>
- <el-form-item label="审核备注" prop="remark">
- <!-- v-if="ruleForm.state === '0'" -->
- <el-input
- type="textarea"
- placeholder="审核备注"
- v-model="ruleForm.remark"
- :disabled="disabled"
- maxlength="250"
- show-word-limit
- :autosize="{ minRows: 3, maxRows: 3 }"
- />
- </el-form-item>
- </el-col>
- <el-col :span="12" v-if="ruleForm.state === '1'"
- ><el-form-item label="售价凭证类型" prop="proof_type">
- <el-radio-group v-model="ruleForm.proof_type" @change="set_proof_url()">
- <el-radio v-for="item in options" :key="item.value" :label="item.value">{{
- item.label
- }}</el-radio>
- </el-radio-group>
- <el-button class="fr" type="primary" @click="showVoucher = true"
- >查看历史凭证</el-button
- >
- </el-form-item>
- <el-form-item label="凭证文件" prop="proof_url">
- <ul class="shangchuan-ul">
- <li v-if="ruleForm.proof_type === '1'" class="shiping">
- <div v-if="video_url" class="clearfix">
- <el-popover placement="top" width="300" trigger="hover">
- <video width="275" controls class="fl">
- <source :src="video_url" type="video/mp4" />
- <source :src="video_url" type="video/avi" />
- 您的浏览器不支持Video标签。
- </video>
- <i
- class="el-icon-video-camera-solid hover"
- style="font-size: 18px"
- slot="reference"
- ></i>
- </el-popover>
- <el-link
- :underline="false"
- @click="deleteUrl('1')"
- type="warning"
- style="margin: 0 0 0 16px"
- >删除</el-link
- >
- </div>
- <div class="activity-upload" v-else>
- <div class="btnupload" style="position: relative">
- <i class="el-icon-plus avatar-uploader-icon"></i>
- <video-upload
- class="Upload"
- :disabled="type === 'view' || type === 'editCoin'"
- :accept="'.mp4,.avi'"
- :multiple="false"
- :uploadcondition="beforeVideoUpload"
- @UploadErrorEvent="UploadVideoEventproof_url"
- @UploadSuccessEvent="UploadSuccessVideoproof_url"
- />
- </div>
- <div class="txt-tips fl">
- <p>建议大小:小于10MB</p>
- <p>文件格式:.mp4,.avi</p>
- </div>
- </div>
- </li>
- <li v-if="ruleForm.proof_type === '2'" class="tupian">
- <div v-if="img_url" class="clearfix">
- <img
- style="width: 50px; height: 50px"
- :src="img_url"
- class="avatar fl"
- />
- <el-link
- :underline="false"
- @click="deleteUrl('2')"
- type="warning"
- style="margin: 0 0 0 16px"
- >删除</el-link
- >
- </div>
- <div class="activity-upload" v-else>
- <div class="btnupload" style="position: relative">
- <i class="el-icon-plus avatar-uploader-icon"></i>
- <file-upload
- class="Upload"
- :disabled="type === 'view' || type === 'editCoin'"
- :accept="'.jpg,.png,.jpeg'"
- :multiple="false"
- :uploadcondition="beforeAvatarUpload"
- @UploadErrorEvent="UploadErrorEventproof_url"
- @UploadSuccessEvent="UploadSuccessEventproof_url"
- ></file-upload>
- </div>
- <div class="txt-tips fl">
- <p>建议大小:小于1MB</p>
- <p>文件格式:.jpg,.png,.jpeg</p>
- </div>
- </div>
- </li>
- <li v-if="ruleForm.proof_type === '3'" class="qita">
- <div v-if="other_url" class="clearfix">
- <a :href="other_url" download="凭证文件">点击下载</a>
- <el-link
- :underline="false"
- @click="deleteUrl('3')"
- type="warning"
- style="margin: 0 0 0 16px"
- >删除</el-link
- >
- </div>
- <div class="activity-upload" v-else>
- <div class="btnupload" style="position: relative">
- <i class="el-icon-plus avatar-uploader-icon"></i>
- <file-upload-pdf
- class="Upload"
- :accept="'.xlsx,.xls,.pdf,.zip,.rar,.7z'"
- :multiple="false"
- :uploadcondition="beforeOtherUpload"
- @UploadErrorEvent="UploadErrorOtherproof_url"
- @UploadSuccessEvent="UploadSuccessOtherproof_url"
- />
- </div>
- <div class="txt-tips fl">
- <p>建议大小:小于5MB</p>
- <p>文件格式:.xlsx,.xls,.pdf,.zip,.rar,.7z</p>
- </div>
- </div>
- </li>
- </ul>
- </el-form-item>
- <show-voucher-model
- :showModel="showVoucher"
- :id="spuCode"
- @cancel="showVoucher = false"
- @searchChange="resvoucher"
- />
- </el-col>
- <el-col :span="24">
- <el-form-item class="fr">
- <el-button
- v-if="!isDetail && ruleForm.state !== '1'"
- :size="'mini'"
- type="primary"
- @click="rejectRe('')"
- >驳回重新审核
- </el-button>
- <el-button v-if="!isDetail" :size="'mini'" type="primary" @click="submitForm"
- >保 存
- </el-button>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- </div>
- </template>
- <script>
- // import costFormAddEdit from "./costFormAddEdit";
- import asyncRequest from "@/apis/service/goodStore/goodsOnline";
- import showVoucherModel from "@/components/show-voucher-model";
- export default {
- name: "exam-form",
- props: [
- "size",
- "statusList",
- "disabled",
- "isMust",
- "labelWidth",
- "id",
- "spuCode",
- "sitem",
- ],
- components: {
- // costFormAddEdit,
- showVoucherModel,
- },
- /**
- * 属性集合
- * @param {String} size : 组件大小 非必填
- * @param {Array} statusList : 驳回至备选项 必填
- * @param {Boolean} disabled : 是否禁用 必填
- * @param {Boolean} isMust : 是否需要展示驳回节点 必填
- *
- *
- */
- /**
- * 事件集合
- * @searchChange : 选中值变化调用 抛出选中数据
- */
- data() {
- const validate_num = (rule, value, callback) => {
- const { required } = rule;
- if (required && value === "") {
- callback(new Error("不能为空!"));
- } else {
- callback();
- }
- };
- const validate_num_0 = (rule, value, callback) => {
- const { required } = rule;
- if (required && value === "") {
- callback(new Error("不能为空!"));
- } else if (
- required &&
- (value === "0" ||
- value === "0." ||
- value === "0.0" ||
- value === "0.00" ||
- value === "0.000")
- ) {
- callback(new Error("不能为零!"));
- } else {
- callback();
- }
- };
- return {
- loading: false,
- stateList: [
- {
- value: "1",
- label: "通过",
- },
- {
- value: "0",
- label: "驳回",
- },
- ],
- showVoucher: false,
- is_noble: false,
- video_url: "",
- img_url: "",
- other_url: "",
- options: [
- {
- value: "1",
- label: "视频",
- },
- {
- value: "2",
- label: "图片",
- },
- {
- value: "3",
- label: "其他",
- },
- ],
- status_options: [
- {
- value: "1",
- label: "启用",
- },
- {
- value: "0",
- label: "禁用",
- },
- ],
- showModelThis: this.showModel,
- pickerOptions: {
- disabledDate(time) {
- return time.getTime() < Date.now() - 60 * 60 * 24 * 1000;
- },
- },
- costshowModel: false,
- costmodelIndex: "",
- costsitem: {},
- ruleForm: {
- skuCode: "",
- numStatus: "",
- state: "1", //通过or驳回
- proof_type: "1", //
- proof_url: "", //驳回至
- remark: "",
- },
- rulesThis: this.rules,
- rules: {
- proof_type: [
- {
- required: true,
- message: "请选择凭证类型",
- trigger: "change",
- },
- ],
- proof_url: [
- {
- required: true,
- message: "请上传凭证文件",
- trigger: "blur,change",
- },
- ],
- rebut: [
- {
- required: true,
- message: "请选择驳回节点",
- trigger: "change",
- },
- ],
- state: [
- {
- required: true,
- message: "请选择审核状态",
- trigger: "change",
- },
- ],
- remark: [
- { required: true, message: "请输入审核备注", trigger: "blur" },
- {
- min: 1,
- max: 250,
- message: "长度在 1 到 250 个字符",
- trigger: "blur",
- },
- ],
- },
- addrForm: {
- good_ladder: [],
- },
- good_ladder: [],
- addrRules: {
- min_num: [
- {
- required: true,
- validator: validate_num_0,
- trigger: "blur",
- },
- ],
- new_sale_price: [{ required: false }],
- sale_price: [
- {
- required: true,
- trigger: "blur",
- validator: validate_num,
- },
- ],
- cost_fee: [
- {
- required: true,
- trigger: "blur",
- validator: validate_num,
- },
- ],
- new_cost_fee: [
- {
- required: false,
- },
- ],
- market_price: [
- {
- required: true,
- validator: validate_num,
- trigger: "blur",
- },
- ],
- market_platform: [
- {
- required: true,
- message: "对比平台不能为空",
- trigger: "blur",
- },
- ],
- status: [
- {
- required: true,
- message: "状态不能为空",
- trigger: "change",
- },
- ],
- },
- };
- },
- watch: {
- isDetail: function (val, old) {
- if (this.isDetail !== val) {
- this.options = [];
- this.selectLoading = false;
- }
- },
- newTime: function (val) {
- if (val) {
- this.initForm();
- }
- },
- },
- mounted() {
- this.initForm();
- },
- methods: {
- // 点击驳回重新审核或驳回并下线按钮
- async rejectRe(numStatus) {
- this.ruleForm.numStatus = numStatus;
- await this.$refs.ruleForm.validate(async (valid) => {
- if (valid) {
- console.log(valid);
- this.$emit("searchChange", this.ruleForm);
- } else {
- console.log("error submit!!");
- return false;
- }
- });
- },
- async initForm() {
- console.log(this.spuCode);
- this.loading = true;
- await this.resetForm();
- this.rulesThis = this.rules;
- this.stateChange();
- this.loading = false;
- },
- stateChange() {
- if (this.ruleForm.state === "1") {
- this.rulesThis.rebut[0].required = false;
- this.rulesThis.remark[0].required = false;
- } else {
- this.rulesThis.rebut[0].required = true;
- this.rulesThis.remark[0].required = true;
- }
- },
- openCostEdit(index) {
- let findex = this.addrForm.good_ladder.findIndex((v) => v.edit === true);
- if (findex !== -1) {
- this.$message.warning("当前已有阶梯售价在编辑,请保存后再试!");
- return;
- } else {
- if (index === -1) {
- this.addrForm.good_ladder.push({
- edit: true,
- min_num: "0",
- new_sale_price: "0",
- new_cost_fee: "0",
- sale_price: "0",
- cost_fee: "0",
- market_price: "0",
- market_platform: "",
- status: "1",
- });
- } else {
- this.addrForm.good_ladder[index].edit = true;
- this.addrForm.good_ladder[index].newTime = new Date().valueOf() + "";
- }
- }
- },
- async get_new(index) {
- const { min_num } = this.addrForm.good_ladder[index];
- this.addrForm.good_ladder[index].search_loading = true;
- let { code, data, message } = await asyncRequest.goodupprice({
- min_num: min_num,
- spuCode: this.spuCode,
- });
- let resModel = {
- isok: code,
- price: code === 0 ? data.sale_price : "0",
- new_cost_fee: code === 0 ? data.new_cost_fee : "0",
- message: message,
- };
- this.addrForm.good_ladder[index].search_loading = false;
- return resModel;
- },
- //保存某一行
- async checkRow(rowIndex) {
- await this.$refs.addrForm.validate(async (valid) => {
- if (valid) {
- if (!this.addrForm.good_ladder[rowIndex].search_loading) {
- const { min_num } = this.addrForm.good_ladder[rowIndex];
- let findex = this.addrForm.good_ladder.findIndex(
- (v) => v.edit !== true && v.min_num + "" === min_num + ""
- );
- if (findex !== -1) {
- this.$message.warning("当前已有相同起订量的销售价!");
- return;
- }
- let { isok, price, message, new_cost_fee } = await this.get_new(rowIndex);
- if (isok === 0) {
- this.addrForm.good_ladder[rowIndex].new_sale_price = price;
- this.addrForm.good_ladder[rowIndex].new_cost_fee = new_cost_fee;
- this.addrForm.good_ladder[rowIndex].edit = false;
- } else if (isok >= 100 && isok <= 104) {
- await this.logout();
- } else {
- this.addrForm.good_ladder[rowIndex].new_sale_price = price;
- this.addrForm.good_ladder[rowIndex].new_cost_fee = new_cost_fee;
- this.$message.warning(message);
- }
- }
- } else {
- console.log("error submit!!");
- return false;
- }
- });
- },
- openCostEditDelete(index) {
- this.addrForm.good_ladder.splice(index, 1);
- },
- async num_change(e, key, index) {
- this.addrForm.good_ladder[index][key] = e + "" || "0";
- if (key === "min_num") {
- const { min_num } = this.addrForm.good_ladder[index];
- if (min_num === "" || min_num === "0") {
- this.addrForm.good_ladder[index].new_sale_price = "0";
- } else {
- if (!this.addrForm.good_ladder[index].search_loading) {
- let { isok, price, message, new_cost_fee } = await this.get_new(index);
- if (isok === 0) {
- this.addrForm.good_ladder[index].new_sale_price = price;
- this.addrForm.good_ladder[index].new_cost_fee = new_cost_fee;
- } else if (isok >= 100 && isok <= 104) {
- await this.logout();
- } else {
- this.addrForm.good_ladder[index].new_sale_price = price;
- this.addrForm.good_ladder[index].new_cost_fee = new_cost_fee;
- this.$message.warning(message);
- }
- }
- }
- }
- },
- async resetForm() {
- this.is_noble = false;
- // 重置
- await this.$nextTick(async () => {
- if (this.$refs.ruleForm && this.$refs.addrForm) {
- this.$refs.ruleForm.resetFields();
- this.$refs.ruleForm.clearValidate();
- this.$refs.addrForm.resetFields();
- this.$refs.addrForm.clearValidate();
- let { proof, ladderlist, cat_info } = this.sitem;
- if (cat_info && cat_info.length > 0) {
- cat_info.forEach((e) => {
- if (e.id === "6") {
- this.is_noble = true;
- }
- });
- }
- ladderlist.map((a) => {
- a.search_loading = false;
- a.new_sale_price = "0";
- a.newTime = new Date().valueOf() + "";
- a.edit = false;
- return a;
- });
- this.ruleForm = {
- skuCode: this.id,
- state: "1", // 通过or驳回
- remark: "",
- numStatus: "",
- proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
- proof_url: proof && proof.proof_url ? proof.proof_url : "", //驳回至
- };
- this.addrForm = {
- good_ladder:
- ladderlist && ladderlist.length > 0
- ? JSON.parse(JSON.stringify(ladderlist))
- : [],
- };
- this.good_ladder =
- ladderlist && ladderlist.length > 0
- ? JSON.parse(JSON.stringify(ladderlist))
- : [];
- // console.log(this.ruleForm.proof_url);
- switch (this.ruleForm.proof_type) {
- case "1":
- this.video_url = this.ruleForm.proof_url;
- break;
- case "2":
- this.img_url = this.ruleForm.proof_url;
- break;
- case "3":
- this.other_url = this.ruleForm.proof_url;
- break;
- default:
- this.video_url = this.ruleForm.proof_url;
- }
- this.$refs.ruleForm.validateField("proof_url");
- for (let i = 0; i < this.addrForm.good_ladder.length; i++) {
- let { isok, price, new_cost_fee, message } = await this.get_new(i);
- if (isok === 0) {
- this.addrForm.good_ladder[i].new_sale_price = price;
- this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
- this.addrForm.good_ladder[i].edit = false;
- } else if (isok >= 100 && isok <= 104) {
- await this.logout();
- } else {
- this.addrForm.good_ladder[i].new_sale_price = price;
- this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
- this.addrForm.good_ladder[i].edit = true;
- this.addrForm.good_ladder[i].newTime = new Date().valueOf() + "";
- this.$message.warning(message);
- }
- }
- }
- });
- },
- async submitForm() {
- await this.$refs.ruleForm.validate(async (valid) => {
- if (valid) {
- if (!this.loading) {
- this.loading = true;
- let model = JSON.parse(JSON.stringify(this.ruleForm));
- if (this.addrForm.good_ladder.length === 0) {
- this.$message.warning("至少添加一条销售价信息!");
- this.loading = false;
- return;
- }
- let list = JSON.parse(JSON.stringify(this.addrForm.good_ladder));
- let isedit = false;
- list.forEach((v) => {
- if (v.edit) {
- isedit = true;
- }
- });
- if (isedit) {
- this.$message.warning("请保存阶梯售价!");
- this.loading = false;
- return;
- }
- let all_is_ok = true;
- for (let i = 0; i < this.addrForm.good_ladder; i++) {
- this.addrForm.good_ladder[i].search_loading = true;
- let { isok, price, new_cost_fee } = await this.get_new(i);
- if (isok === 0) {
- this.addrForm.good_ladder[i].new_sale_price = price;
- this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
- this.addrForm.good_ladder[i].this.addrForm.good_ladder[i].edit = false;
- } else if (isok >= 100 && isok <= 104) {
- await this.logout();
- } else {
- all_is_ok = false;
- this.addrForm.good_ladder[i].new_sale_price = price;
- this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
- this.addrForm.good_ladder[i].edit = true;
- this.addrForm.good_ladder[i].newTime = new Date().valueOf() + "";
- }
- }
- if (!all_is_ok) {
- this.$message.warning("阶梯售价未满足成本最低起订量!");
- this.loading = false;
- }
- let list2 = [];
- list.forEach((e) => {
- let n = JSON.parse(JSON.stringify(e));
- for (let key in n) {
- n[key] += "";
- }
- delete n["index"];
- list2.push(n);
- });
- this.good_ladder.forEach((si, sii) => {
- const index = list2.findIndex((ai, aii) => si.id === ai.id);
- if (index === -1) {
- si.is_del = "1";
- list2.push(si);
- }
- });
- model.good_ladder = list2;
- model.skuCode = this.id;
- model.exam_remark = model.remark;
- delete model["remark"];
- let res = await asyncRequest.ladderOne(model);
- this.loading = false;
- if (res && res.code === 0) {
- this.$notify.success({
- title: "信息提交成功",
- message: "",
- });
- this.$emit("resSuccess", true);
- } else if (res && res.code >= 100 && res.code <= 104) {
- await this.logout();
- } else {
- this.$message.warning(res.message);
- }
- }
- } else {
- console.log("error submit!!");
- return false;
- }
- });
- },
- resvoucher(e) {
- const { proof_type, proof_url } = e;
- this.ruleForm.proof_type = proof_type || "1";
- switch (this.ruleForm.proof_type) {
- case "1":
- this.video_url = proof_url;
- break;
- case "2":
- this.img_url = proof_url;
- break;
- case "3":
- this.other_url = proof_url;
- break;
- default:
- this.video_url = proof_url;
- }
- this.set_proof_url();
- },
- //图片上传成功
- async UploadSuccessEventproof_url(data) {
- const { url } = data;
- if (url === "noToken") {
- await this.logout();
- } else {
- this.img_url = url;
- this.set_proof_url();
- this.$message.success("图片上传成功!");
- }
- },
- //图片上传失败
- UploadErrorEventproof_url(res) {
- if (res !== "break") {
- this.set_proof_url();
- this.$message.error("图片上传失败!");
- }
- },
- //判断图片规格
- beforeAvatarUpload(file) {
- let isJPG = false;
- if (
- file.type === "image/jpg" ||
- file.type === "image/png" ||
- file.type === "image/jpeg"
- ) {
- isJPG = true;
- }
- const isLt2M = file.size / 1024 / 1024 < 1;
- if (!isJPG) {
- this.$message.error("图片格式不正确!");
- }
- if (!isLt2M) {
- this.$message.error("图片大小不能超过 1MB!");
- }
- return isJPG && isLt2M;
- },
- //视频上传成功
- async UploadSuccessVideoproof_url(data) {
- const { url } = data;
- if (url === "noToken") {
- await this.logout();
- } else {
- this.video_url = url;
- this.set_proof_url();
- this.$message.success("视频上传成功!");
- }
- },
- //视频上传失败
- UploadErrorVideoproof_url(res) {
- if (res !== "break") {
- this.set_proof_url();
- this.$message.error("视频上传失败!");
- }
- },
- //判断视频规格
- beforeVideoUpload(file) {
- let isJPG = false;
- if (file.type === "video/mp4" || file.type === "video/avi") {
- isJPG = true;
- }
- const isLt2M = file.size / 1024 / 1024 < 10;
- if (!isJPG) {
- this.$message.error("视频格式不正确!");
- }
- if (!isLt2M) {
- this.$message.error("视频大小不能超过 10MB!");
- }
- return isJPG && isLt2M;
- },
- // 其他文件上传成功
- async UploadSuccessOtherproof_url(data) {
- const { url } = data;
- if (url === "noToken") {
- await this.logout();
- } else {
- this.other_url = url;
- this.set_proof_url();
- this.$message.success("文件成功!");
- }
- },
- //其他文件上传失败
- UploadErrorOtherproof_url(res) {
- if (res !== "break") {
- this.set_proof_url();
- this.$message.error("文件上传失败!");
- }
- },
- //判断其他文件规格
- beforeOtherUpload(file) {
- console.log(file);
- let isJPG = false;
- if (
- file.type === "application/vnd.ms-excel" ||
- file.type ===
- "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ||
- file.type === "application/pdf" ||
- file.type === "application/x-zip-compressed"
- ) {
- isJPG = true;
- }
- let name = file.name;
- let list = name.split(".");
- if (list[list.length - 1] === "rar" || list[list.length - 1] === "7z") {
- isJPG = true;
- }
- const isLt2M = file.size / 1024 / 1024 < 5;
- if (!isJPG) {
- this.$message.error("文件格式不正确!");
- }
- if (!isLt2M) {
- this.$message.error("文件大小不能超过 5MB!");
- }
- return isJPG && isLt2M;
- },
- deleteUrl(type) {
- switch (type) {
- case "1":
- this.video_url = "";
- break;
- case "2":
- this.img_url = "";
- break;
- case "3":
- this.other_url = "";
- break;
- default:
- this.video_url = "";
- }
- this.set_proof_url();
- },
- set_proof_url() {
- const { proof_type } = this.ruleForm;
- switch (proof_type) {
- case "1":
- this.ruleForm.proof_url = this.video_url;
- break;
- case "2":
- this.ruleForm.proof_url = this.img_url;
- break;
- case "3":
- this.ruleForm.proof_url = this.other_url;
- break;
- default:
- this.ruleForm.proof_url = this.video_url;
- }
- this.$refs.ruleForm.validateField("proof_url");
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- .demo-ruleForm-goodsOnline {
- .shangchuan-ul {
- li {
- position: relative;
- width: 100%;
- &.tupian {
- }
- }
- }
- }
- </style>
|